From d9dba399987bcb595492aa9d4c5fa7f394c4db6e Mon Sep 17 00:00:00 2001 From: Simon Owen Date: Sun, 24 Aug 2008 02:19:42 +0000 Subject: [PATCH] Removed red border on invalid instructions. --- apple1emu.asm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apple1emu.asm b/apple1emu.asm index 2394005..b2e4c75 100644 --- a/apple1emu.asm +++ b/apple1emu.asm @@ -419,7 +419,7 @@ im2_handler: push af pop af ei reti -end_1: + ; IM 2 table must be aligned to 256-byte boundary defs -$\256 @@ -442,8 +442,9 @@ execute: ld a,&1a ; LD A,(DE) i_undoc_3: inc de ; 3-byte NOP i_undoc_2: inc de ; 2-byte NOP -i_undoc_1: ld a,bord_invalid - out (border),a +i_undoc_1: +; ld a,bord_invalid +; out (border),a jp (ix)