mirror of
https://github.com/mgcaret/rom4x.git
synced 2024-12-22 03:29:18 +00:00
remove cruft from other branch from MAME boot patch
This commit is contained in:
parent
1c5a03e3ea
commit
e04fa4d5ce
@ -4,10 +4,9 @@
|
||||
; identify as a block device.
|
||||
.code
|
||||
.include "iic+.defs"
|
||||
rompatch $c500,0,"MAME_no_35_1"
|
||||
.org $c500
|
||||
ldx #$00
|
||||
lda #$c6
|
||||
stx $00
|
||||
sta $01
|
||||
jmp ($00)
|
||||
endpatch
|
||||
|
@ -3,6 +3,6 @@
|
||||
; so the 3.5" drive code is never called
|
||||
.code
|
||||
.include "iic+.defs"
|
||||
rompatch $c5f8,0,"MAME_no_35_2"
|
||||
.org $c5f8
|
||||
rts
|
||||
endpatch
|
||||
|
||||
|
@ -2,6 +2,5 @@
|
||||
; this bit removes some 3.5" cruft added to the 5.25" boot code
|
||||
.code
|
||||
.include "iic+.defs"
|
||||
rompatch $c61a,0,"MAME_no_35_3"
|
||||
.org $c61a
|
||||
lda $c089,x
|
||||
endpatch
|
||||
|
Loading…
Reference in New Issue
Block a user