summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-04-16 08:08:11 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-04-16 08:08:11 +0000
commitbaf336a3fc692ffecf26b707fb30b883e876cb79 (patch)
tree6c535287126c3ee973fe2dbf5b80c295e38cc01e
parent73d4ceae77d1160f89f05538eecca8fe707ece71 (diff)
One more time.mame0130u4
-rw-r--r--src/mame/drivers/taito_f2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/taito_f2.c b/src/mame/drivers/taito_f2.c
index b2e56615b07..073b1385c21 100644
--- a/src/mame/drivers/taito_f2.c
+++ b/src/mame/drivers/taito_f2.c
@@ -628,7 +628,7 @@ static WRITE8_HANDLER( sound_bankswitch_w )
memory_set_bank(space->machine, 2, (data - 1) & 7);
#ifdef MAME_DEBUG
- if (((data - 1) & 7)>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",(data - 1) & 7);
#endif
}