mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-11 07:30:02 +00:00
enable Renegade
This commit is contained in:
parent
396035f9bd
commit
a056b85cf9
File diff suppressed because one or more lines are too long
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user