Atari 2600 - Boulder Dash Intro Tune demo apparently doesn't run on 3E, it runs on 4K so change the gamedb entry, a fix to 3E. Given that no game actually works that is written for this mapper, I'm calling this one.
This commit is contained in:
parent
a329ef846d
commit
50c8e05d65
|
@ -102,15 +102,8 @@ namespace BizHawk.Emulation.Cores.Atari.Atari2600
|
|||
{
|
||||
_hasRam = true;
|
||||
_rambank1K = value;
|
||||
if (_rambank1K > 0)
|
||||
{
|
||||
int xxx = 0;
|
||||
xxx++;
|
||||
int yyy = xxx;
|
||||
yyy++;
|
||||
}
|
||||
}
|
||||
else if (addr < 0x0040)
|
||||
else if (addr == 0x003F)
|
||||
{
|
||||
_hasRam = false;
|
||||
if ((value << 11) < Core.Rom.Length)
|
||||
|
|
|
@ -2696,5 +2696,5 @@ sha1:3797959E4A3236B6562CE15AF7D96633F6720FC8 Fu Kung! - 2 Dancing Babies Demo
|
|||
sha1:95D67B058EC40E8C5525365714D221E4C6B3C97D Ruby Runner Demo (4A50 Bankswitching) (2006) (John Payson) (WIP) A26 m=4A50
|
||||
sha1:9CD8217DCCBE60F9A25A930D614EE5384F432A83 Boulder Dash (2005) (Andrew Davie) (WIP) A26 m=3E
|
||||
sha1:00CCF622E7BA4D0A39DCBABAB771CE815B0FB8FE Boulder Dash (2005) (Andrew Davie) (WIP) (PAL A26 m=3E
|
||||
sha1:650DA2339D41D1D2F180A6CAFE8DC311AC588ACD Boulder Dash Intro Tune (2005) (Erik Ehrling) A26 m=3E
|
||||
sha1:650DA2339D41D1D2F180A6CAFE8DC311AC588ACD Boulder Dash Intro Tune (2005) (Erik Ehrling) A26 m=4K
|
||||
sha1:F28E52921646A18467577370808454F494C15EFE 0840 EconoBanking A26 m=0840
|
Loading…
Reference in New Issue