enable Renegade

This commit is contained in:
Peter Ferrie 2019-07-19 17:39:48 -07:00
parent 396035f9bd
commit a056b85cf9
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -455,6 +455,8 @@ ProDOS_enter
beq @do_writeblock
cmp #$c4
beq @do_getattrib
cmp #$c6
beq @do_nothing
cmp #$c7
beq @do_prefix
cmp #$c8
@ -476,6 +478,8 @@ ProDOS_enter
jmp @imp_rdwrblock
@do_getattrib
jmp @imp_getattrib
@do_nothing
jmp @restore_zp
@do_prefix
jmp @imp_prefix
@do_open