summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/super80.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/super80.c')
-rw-r--r--src/mess/drivers/super80.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/super80.c b/src/mess/drivers/super80.c
index 79710074056..9239649b3a6 100644
--- a/src/mess/drivers/super80.c
+++ b/src/mess/drivers/super80.c
@@ -697,7 +697,7 @@ static MACHINE_CONFIG_DERIVED( super80m, super80 )
MCFG_CPU_PROGRAM_MAP(super80m_map)
MCFG_GFXDECODE_MODIFY("gfxdecode", super80m)
-
+
MCFG_PALETTE_MODIFY("palette")
MCFG_PALETTE_ENTRIES(16)
MCFG_PALETTE_INIT_OWNER(super80_state,super80m)
@@ -721,7 +721,7 @@ static MACHINE_CONFIG_START( super80v, super80_state )
MCFG_SCREEN_SIZE(SUPER80V_SCREEN_WIDTH, SUPER80V_SCREEN_HEIGHT)
MCFG_SCREEN_VISIBLE_AREA(0, SUPER80V_SCREEN_WIDTH-1, 0, SUPER80V_SCREEN_HEIGHT-1)
MCFG_SCREEN_UPDATE_DRIVER(super80_state, screen_update_super80v)
- MCFG_SCREEN_VBLANK_DRIVER(super80_state, screen_eof_super80m)
+ MCFG_SCREEN_VBLANK_DRIVER(super80_state, screen_eof_super80m)
MCFG_PALETTE_ADD("palette", 16)
MCFG_PALETTE_INIT_OWNER(super80_state,super80m)