From c51068dad4d141463c17dc32a3c096c2be1bfec0 Mon Sep 17 00:00:00 2001 From: Duncan Smith Date: Mon, 21 Jun 2010 14:55:35 -0700 Subject: Forgot to include alu.asm --- main.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/main.asm b/main.asm index 5cf344e..2e5b82c 100644 --- a/main.asm +++ b/main.asm @@ -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 -- cgit v1.2.3