summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m14.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m14.c')
-rw-r--r--src/mame/drivers/m14.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/m14.c b/src/mame/drivers/m14.c
index a0fd3c46e81..79492b48ab5 100644
--- a/src/mame/drivers/m14.c
+++ b/src/mame/drivers/m14.c
@@ -77,7 +77,7 @@ public:
/* devices */
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
-
+
DECLARE_WRITE8_MEMBER(m14_vram_w);
DECLARE_WRITE8_MEMBER(m14_cram_w);
DECLARE_READ8_MEMBER(m14_rng_r);
@@ -346,7 +346,7 @@ static MACHINE_CONFIG_START( m14, m14_state )
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 0*8, 28*8-1)
MCFG_SCREEN_UPDATE_DRIVER(m14_state, screen_update_m14)
MCFG_SCREEN_PALETTE("palette")
-
+
MCFG_GFXDECODE_ADD("gfxdecode", "palette", m14)
MCFG_PALETTE_ADD("palette", 0x20)
MCFG_PALETTE_INIT_OWNER(m14_state, m14)