summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cbuster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cbuster.cpp')
-rw-r--r--src/mame/drivers/cbuster.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cbuster.cpp b/src/mame/drivers/cbuster.cpp
index ea83e7724ae..2eb71068b90 100644
--- a/src/mame/drivers/cbuster.cpp
+++ b/src/mame/drivers/cbuster.cpp
@@ -286,7 +286,7 @@ GFXDECODE_END
DECO16IC_BANK_CB_MEMBER(cbuster_state::bank_callback)
{
- return ((bank >> 4) & 0x7) * 0x1000;
+ return (bank & 0x70) << 8;
}
void cbuster_state::machine_start()