From e04fa4d5ce8a268da373c604c38bf9b5c4878990 Mon Sep 17 00:00:00 2001 From: mgcaret Date: Sun, 26 Nov 2017 21:03:14 -0800 Subject: [PATCH] remove cruft from other branch from MAME boot patch --- rom5x/options/mame/B0_C500_MAME_no_35_1.s | 3 +-- rom5x/options/mame/B0_C5F8_MAME_no_35_2.s | 4 ++-- rom5x/options/mame/B0_C61A_MAME_no_35_3.s | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/rom5x/options/mame/B0_C500_MAME_no_35_1.s b/rom5x/options/mame/B0_C500_MAME_no_35_1.s index ec7d2d8..e9f524e 100644 --- a/rom5x/options/mame/B0_C500_MAME_no_35_1.s +++ b/rom5x/options/mame/B0_C500_MAME_no_35_1.s @@ -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 diff --git a/rom5x/options/mame/B0_C5F8_MAME_no_35_2.s b/rom5x/options/mame/B0_C5F8_MAME_no_35_2.s index 597e3fc..245e0e4 100644 --- a/rom5x/options/mame/B0_C5F8_MAME_no_35_2.s +++ b/rom5x/options/mame/B0_C5F8_MAME_no_35_2.s @@ -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 + diff --git a/rom5x/options/mame/B0_C61A_MAME_no_35_3.s b/rom5x/options/mame/B0_C61A_MAME_no_35_3.s index 1a38294..7091002 100644 --- a/rom5x/options/mame/B0_C61A_MAME_no_35_3.s +++ b/rom5x/options/mame/B0_C61A_MAME_no_35_3.s @@ -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