diff options
author | 2012-09-13 11:15:32 +0000 | |
---|---|---|
committer | 2012-09-13 11:15:32 +0000 | |
commit | 219e664785890f52079bae7e74543920d638796a (patch) | |
tree | 774d1ab1e7d87ae4d2c1ef335dcef24a28a7d7e8 /src/mess/drivers/ssystem3.c | |
parent | af9a5e817d3eefdda79e801056b29167ecbcdef9 (diff) |
Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT changed to be members of state classes (no whatsnew)
Diffstat (limited to 'src/mess/drivers/ssystem3.c')
-rw-r--r-- | src/mess/drivers/ssystem3.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mess/drivers/ssystem3.c b/src/mess/drivers/ssystem3.c index 703a9539c2b..428af2a58a8 100644 --- a/src/mess/drivers/ssystem3.c +++ b/src/mess/drivers/ssystem3.c @@ -317,9 +317,7 @@ static MACHINE_CONFIG_START( ssystem3, ssystem3_state ) MCFG_SCREEN_UPDATE_STATIC( ssystem3 ) MCFG_PALETTE_LENGTH(242 + 32768) - MCFG_PALETTE_INIT( ssystem3 ) - MCFG_VIDEO_START( ssystem3 ) /* sound hardware */ MCFG_SPEAKER_STANDARD_MONO("mono") |