remove cruft from other branch from MAME boot patch

This commit is contained in:
mgcaret 2017-11-26 21:03:14 -08:00
parent 1c5a03e3ea
commit e04fa4d5ce
3 changed files with 4 additions and 6 deletions

View File

@ -4,10 +4,9 @@
; identify as a block device. ; identify as a block device.
.code .code
.include "iic+.defs" .include "iic+.defs"
rompatch $c500,0,"MAME_no_35_1" .org $c500
ldx #$00 ldx #$00
lda #$c6 lda #$c6
stx $00 stx $00
sta $01 sta $01
jmp ($00) jmp ($00)
endpatch

View File

@ -3,6 +3,6 @@
; so the 3.5" drive code is never called ; so the 3.5" drive code is never called
.code .code
.include "iic+.defs" .include "iic+.defs"
rompatch $c5f8,0,"MAME_no_35_2" .org $c5f8
rts rts
endpatch

View File

@ -2,6 +2,5 @@
; this bit removes some 3.5" cruft added to the 5.25" boot code ; this bit removes some 3.5" cruft added to the 5.25" boot code
.code .code
.include "iic+.defs" .include "iic+.defs"
rompatch $c61a,0,"MAME_no_35_3" .org $c61a
lda $c089,x lda $c089,x
endpatch