mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Fix for MAMETESTERS bug #6005
The only game, it seems, that requires different fg offsets.
This commit is contained in:
parent
a05b184d18
commit
eddd91aedf
@ -965,7 +965,7 @@ static MACHINE_CONFIG_START( ballbros, taitox_state )
|
||||
MCFG_PALETTE_ADD("palette", 2048)
|
||||
MCFG_PALETTE_FORMAT(xRRRRRGGGGGBBBBB)
|
||||
|
||||
MCFG_VIDEO_START_OVERRIDE(taitox_state,seta_no_layers)
|
||||
MCFG_VIDEO_START_OVERRIDE(taitox_state, kyustrkr_no_layers)
|
||||
|
||||
/* sound hardware */
|
||||
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
|
||||
|
Loading…
Reference in New Issue
Block a user