mirror of
https://github.com/simonowen/apple1emu.git
synced 2024-10-31 22:05:24 +00:00
Removed red border on invalid instructions.
This commit is contained in:
parent
4ff846bbee
commit
d9dba39998
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user