mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
fix for palette issues, have looped trough the svn log to trace all similar (no whatsnew)
This commit is contained in:
parent
1303a88347
commit
4e0f2c38e4
@ -363,6 +363,7 @@ static MACHINE_CONFIG_START( crzrally, holeland_state )
|
||||
MCFG_GFXDECODE(crzrally)
|
||||
MCFG_PALETTE_LENGTH(256)
|
||||
|
||||
MCFG_PALETTE_INIT(RRRR_GGGG_BBBB)
|
||||
MCFG_VIDEO_START_OVERRIDE(holeland_state,crzrally)
|
||||
|
||||
/* sound hardware */
|
||||
|
@ -5312,6 +5312,7 @@ static MACHINE_CONFIG_START( model3_10, model3_state )
|
||||
MCFG_SCREEN_UPDATE_STATIC(model3)
|
||||
|
||||
MCFG_PALETTE_LENGTH(32768)
|
||||
MCFG_PALETTE_INIT(RRRRR_GGGGG_BBBBB)
|
||||
|
||||
|
||||
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
|
||||
@ -5352,6 +5353,7 @@ static MACHINE_CONFIG_START( model3_15, model3_state )
|
||||
MCFG_SCREEN_UPDATE_STATIC(model3)
|
||||
|
||||
MCFG_PALETTE_LENGTH(32768)
|
||||
MCFG_PALETTE_INIT(RRRRR_GGGGG_BBBBB)
|
||||
|
||||
|
||||
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
|
||||
|
@ -153,6 +153,7 @@ static MACHINE_CONFIG_START( starcrus, starcrus_state )
|
||||
MCFG_GFXDECODE(starcrus)
|
||||
MCFG_PALETTE_LENGTH(2)
|
||||
|
||||
MCFG_PALETTE_INIT(black_and_white)
|
||||
|
||||
/* sound hardware */
|
||||
MCFG_SPEAKER_STANDARD_MONO("mono")
|
||||
|
@ -741,6 +741,7 @@ static MACHINE_CONFIG_START( vsgongf, tsamurai_state )
|
||||
MCFG_GFXDECODE(tsamurai)
|
||||
MCFG_PALETTE_LENGTH(256)
|
||||
|
||||
MCFG_PALETTE_INIT(RRRR_GGGG_BBBB)
|
||||
MCFG_VIDEO_START_OVERRIDE(tsamurai_state,vsgongf)
|
||||
|
||||
/* sound hardware */
|
||||
|
Loading…
Reference in New Issue
Block a user