mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +03:00
Another compile error.
This commit is contained in:
parent
83fbd1ac22
commit
73d4ceae77
@ -628,7 +628,7 @@ static WRITE8_HANDLER( sound_bankswitch_w )
|
|||||||
memory_set_bank(space->machine, 2, (data - 1) & 7);
|
memory_set_bank(space->machine, 2, (data - 1) & 7);
|
||||||
|
|
||||||
#ifdef MAME_DEBUG
|
#ifdef MAME_DEBUG
|
||||||
if (banknum>2) logerror("CPU #1 switch to ROM bank %06x: should only happen if Z80 prg rom is 128K!\n",banknum);
|
if (((data - 1) & 7)>2) logerror("CPU #1 switch to ROM bank %06x: should only happen if Z80 prg rom is 128K!\n",banknum);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user