summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/modellot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/modellot.c')
-rw-r--r--src/mess/drivers/modellot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/modellot.c b/src/mess/drivers/modellot.c
index 7fb4f04d2ba..229a4fa2c3a 100644
--- a/src/mess/drivers/modellot.c
+++ b/src/mess/drivers/modellot.c
@@ -167,10 +167,10 @@ static MACHINE_CONFIG_START( modellot, modellot_state )
MCFG_SCREEN_VISIBLE_AREA(0, 64*8-1, 0, 16*16-1)
MCFG_SCREEN_UPDATE_DRIVER(modellot_state, screen_update_modellot)
MCFG_SCREEN_PALETTE("palette")
-
+
MCFG_GFXDECODE_ADD("gfxdecode", "palette", modellot )
MCFG_PALETTE_ADD_MONOCHROME_GREEN("palette")
-
+
/* Devices */
MCFG_ASCII_KEYBOARD_ADD(KEYBOARD_TAG, keyboard_intf)
MACHINE_CONFIG_END