mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
cbuster.cpp : Simpler tilebank
This commit is contained in:
parent
c4968bb470
commit
8b5c6cff1a
@ -286,7 +286,7 @@ GFXDECODE_END
|
|||||||
|
|
||||||
DECO16IC_BANK_CB_MEMBER(cbuster_state::bank_callback)
|
DECO16IC_BANK_CB_MEMBER(cbuster_state::bank_callback)
|
||||||
{
|
{
|
||||||
return ((bank >> 4) & 0x7) * 0x1000;
|
return (bank & 0x70) << 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
void cbuster_state::machine_start()
|
void cbuster_state::machine_start()
|
||||||
|
Loading…
Reference in New Issue
Block a user