mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
Fix for china town
This commit is contained in:
parent
79a74baa57
commit
da0befd1e5
@ -409,6 +409,8 @@ static MACHINE_CONFIG_START( chinatwn, supbtime_state )
|
|||||||
MCFG_PALETTE_LENGTH(1024)
|
MCFG_PALETTE_LENGTH(1024)
|
||||||
|
|
||||||
MCFG_DECO16IC_ADD("deco_custom", supbtime_deco16ic_intf)
|
MCFG_DECO16IC_ADD("deco_custom", supbtime_deco16ic_intf)
|
||||||
|
MCFG_DEVICE_ADD("spritegen", decospr_, 0)
|
||||||
|
decospr_device_config::set_gfx_region(device, 2);
|
||||||
|
|
||||||
/* sound hardware */
|
/* sound hardware */
|
||||||
MCFG_SPEAKER_STANDARD_MONO("mono")
|
MCFG_SPEAKER_STANDARD_MONO("mono")
|
||||||
|
Loading…
Reference in New Issue
Block a user