*****************************************************************************
*                                                                           *
* SMCROM V3.1, fixed for the 'Fighter pro only' games                       *
*                                                                           *
* Done by Carnivore/BeerMacht on 24-Jan-93 using BeerMon V0.44              *
*                                                                           *
*****************************************************************************

This  thingie  is  based  on  the  SMC  HighRom fix by Aragorn/Vision.
The  changes he made within his file 'HighRom.DOS' have been adapted to the
original V3.1 EPROM image.

So here is what I changed:

ROM offset: $1c09

original:

        48        pha
        ab        plb
        60        rts

changed to:
        4c 3b fd  jmp $fd3b

ROM offset: $1d3b

original:

        dc.b "FRONT FAREAST COCCL H.K.        "

changed to:
        
        2c 03 04  bit $0403
        10 05     bpl label
        4a        lsr a
        b0 02     bcs label
        09 20     ora #$20
label:  48        pha
        ab        plb
        60        rts


So  that's  all, have phun with it.

Blessed are the sick, so drink from the goblet, the goblet of gore...

signed: Carnivore/BeerMacht 24.01.1993

- EOT -
