summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ie15.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/ie15.c')
-rw-r--r--src/mess/drivers/ie15.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/ie15.c b/src/mess/drivers/ie15.c
index 960f62e7a48..9fc1dab51e9 100644
--- a/src/mess/drivers/ie15.c
+++ b/src/mess/drivers/ie15.c
@@ -634,8 +634,8 @@ static MACHINE_CONFIG_START( ie15, ie15_state )
IE15_HORZ_START+IE15_DISP_HORZ,IE15_TOTAL_VERT,IE15_VERT_START,
IE15_VERT_START+IE15_DISP_VERT);
MCFG_SCREEN_PALETTE("palette")
-
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", ie15)
+
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", ie15)
MCFG_PALETTE_ADD("palette", 2)
MCFG_PALETTE_INIT_OWNER(ie15_state, ie15)