fix for gab
This commit is contained in:
parent
23bc15c77d
commit
4d17b251cb
|
@ -371,7 +371,7 @@ void TMS34010WriteWord(UINT32 address, UINT16 value)
|
|||
|
||||
void TMS34010WriteCheat(UINT32 address, UINT8 value) // for cheat-engine
|
||||
{
|
||||
if ((address & 0xfff000000) == 0)
|
||||
if ((address & 0xff000000) == 0)
|
||||
address <<= 3; // cheat.dat format is not in bit-address. *kludge*
|
||||
|
||||
UINT8 *pr = g_mmap->map[PAGE_WADD + PFN(address)];
|
||||
|
|
Loading…
Reference in New Issue