summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/sm1800.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
commitfec65e0b5766ade69e086d1c5b859d97494fce56 (patch)
treec22b07938e9ad590184f1276bc2bead6d888a78d /src/mess/drivers/sm1800.c
parent30d94e51c53f30187a1bc565ef33e4744319790e (diff)
Cleanups and version bumpmame0153
Diffstat (limited to 'src/mess/drivers/sm1800.c')
-rw-r--r--src/mess/drivers/sm1800.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/sm1800.c b/src/mess/drivers/sm1800.c
index 2b9f47670fc..c058ff85f0a 100644
--- a/src/mess/drivers/sm1800.c
+++ b/src/mess/drivers/sm1800.c
@@ -189,7 +189,7 @@ static MACHINE_CONFIG_START( sm1800, sm1800_state )
MCFG_PALETTE_ADD("palette", 3)
MCFG_PALETTE_INIT_OWNER(sm1800_state, sm1800)
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", sm1800)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", sm1800)
/* Devices */
MCFG_I8255_ADD ("i8255", sm1800_ppi8255_interface )