better solution for previous fix

This commit is contained in:
CaH4e3 2010-07-23 17:13:40 +00:00
parent 7b383576a0
commit 3f7d1ec94a
1 changed files with 1 additions and 2 deletions

View File

@ -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);