From abad5b6d636a86e4b4ef961bca1882220677184f Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Mon, 27 Dec 2010 22:36:40 -0800 Subject: Cleaned up interrupt routine, now it works properly. Perhaps this is slower than necessary, particularly when interrupts are disabled. --- opcodes.asm.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcodes.asm.m4') diff --git a/opcodes.asm.m4 b/opcodes.asm.m4 index 9a1598d..63ea0dc 100644 --- a/opcodes.asm.m4 +++ b/opcodes.asm.m4 @@ -100,7 +100,7 @@ _align SET 0 START MACRO ORG emu_plain_op+_align -_align SET _align+$40 +_align SET _align+$40 ; opcode routine length jmp do_interrupt ; for interrupt routines ENDM -- cgit v1.2.3