mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-14 04:25:37 +00:00
enable Renegade
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -455,6 +455,8 @@ ProDOS_enter
|
|||||||
beq @do_writeblock
|
beq @do_writeblock
|
||||||
cmp #$c4
|
cmp #$c4
|
||||||
beq @do_getattrib
|
beq @do_getattrib
|
||||||
|
cmp #$c6
|
||||||
|
beq @do_nothing
|
||||||
cmp #$c7
|
cmp #$c7
|
||||||
beq @do_prefix
|
beq @do_prefix
|
||||||
cmp #$c8
|
cmp #$c8
|
||||||
@@ -476,6 +478,8 @@ ProDOS_enter
|
|||||||
jmp @imp_rdwrblock
|
jmp @imp_rdwrblock
|
||||||
@do_getattrib
|
@do_getattrib
|
||||||
jmp @imp_getattrib
|
jmp @imp_getattrib
|
||||||
|
@do_nothing
|
||||||
|
jmp @restore_zp
|
||||||
@do_prefix
|
@do_prefix
|
||||||
jmp @imp_prefix
|
jmp @imp_prefix
|
||||||
@do_open
|
@do_open
|
||||||
|
Reference in New Issue
Block a user