summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pv1000.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/pv1000.c')
-rw-r--r--src/mess/drivers/pv1000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/pv1000.c b/src/mess/drivers/pv1000.c
index c3ace56fea7..99489da7efd 100644
--- a/src/mess/drivers/pv1000.c
+++ b/src/mess/drivers/pv1000.c
@@ -470,7 +470,7 @@ static MACHINE_CONFIG_START( pv1000, pv1000_state )
MCFG_PALETTE_ADD( "palette", 8 )
MCFG_PALETTE_INIT_OWNER(pv1000_state, pv1000)
-
+
MCFG_GFXDECODE_ADD("gfxdecode", "palette", pv1000 )
MCFG_SPEAKER_STANDARD_MONO("mono")