better solution for previous fix
This commit is contained in:
parent
7b383576a0
commit
3f7d1ec94a
|
@ -39,7 +39,7 @@ static DECLFR(SUN5AWRAM)
|
|||
{
|
||||
if((sungah&0xC0)==0x40)
|
||||
return X.DB;
|
||||
return CartBR(A);
|
||||
return CartBROB(A);
|
||||
}
|
||||
|
||||
static DECLFW(Mapper69_SWL)
|
||||
|
@ -238,7 +238,6 @@ void Mapper69_init(void)
|
|||
{
|
||||
sunindex=0;
|
||||
|
||||
setprg8(0x6000,0);
|
||||
SetupCartPRGMapping(0x10,WRAM,8192,1);
|
||||
|
||||
SetWriteHandler(0x8000,0xbfff,Mapper69_write);
|
||||
|
|
Loading…
Reference in New Issue