summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/model2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/model2.c')
-rw-r--r--src/mame/drivers/model2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/model2.c b/src/mame/drivers/model2.c
index 1f70aca03d9..38f1b847033 100644
--- a/src/mame/drivers/model2.c
+++ b/src/mame/drivers/model2.c
@@ -1955,7 +1955,7 @@ static MACHINE_CONFIG_START( model2o, model2_state )
MCFG_TIMER_PTR((FPTR)3)
MCFG_GFXDECODE_ADD("gfxdecode", "palette", empty)
-
+
MCFG_S24TILE_DEVICE_ADD("tile", 0x3fff)
MCFG_S24TILE_DEVICE_GFXDECODE("gfxdecode")
MCFG_S24TILE_DEVICE_PALETTE("palette")