summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pastelg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pastelg.c')
-rw-r--r--src/mame/drivers/pastelg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mame/drivers/pastelg.c b/src/mame/drivers/pastelg.c
index df089b65fcd..8a723982812 100644
--- a/src/mame/drivers/pastelg.c
+++ b/src/mame/drivers/pastelg.c
@@ -425,8 +425,6 @@ static MACHINE_CONFIG_START( pastelg, pastelg_state )
MCFG_PALETTE_LENGTH(32)
- MCFG_PALETTE_INIT(pastelg)
- MCFG_VIDEO_START(pastelg)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")
@@ -483,8 +481,6 @@ static MACHINE_CONFIG_START( threeds, pastelg_state )
MCFG_PALETTE_LENGTH(32)
- MCFG_PALETTE_INIT(pastelg)
- MCFG_VIDEO_START(pastelg)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")