diff options
| author | Duncan Smith | 2010-06-21 14:55:35 -0700 |
|---|---|---|
| committer | Duncan Smith | 2010-06-21 14:55:35 -0700 |
| commit | c51068dad4d141463c17dc32a3c096c2be1bfec0 (patch) | |
| tree | 0f277917f1fb0b9802cc11991f18a65f8d9d1e4c | |
| parent | 3d7682f3af39f449886ef071b7108597d6c74952 (diff) | |
Forgot to include alu.asm
| -rw-r--r-- | main.asm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ __main: include "ports.asm" include "interrupts.asm" include "flags.asm" + include "alu.asm" emu_setup: ;; Allocate memory pages; for now I assume this succeeds |
