summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/blueprnt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/blueprnt.cpp')
-rw-r--r--src/mame/drivers/blueprnt.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/blueprnt.cpp b/src/mame/drivers/blueprnt.cpp
index 07343c7bb3a..458abd6288a 100644
--- a/src/mame/drivers/blueprnt.cpp
+++ b/src/mame/drivers/blueprnt.cpp
@@ -372,8 +372,6 @@ void blueprnt_state::blueprnt(machine_config &config)
screen.set_screen_update(FUNC(blueprnt_state::screen_update_blueprnt));
screen.set_palette(m_palette);
- MCFG_VIDEO_START_OVERRIDE(blueprnt_state, blueprnt)
-
GFXDECODE(config, m_gfxdecode, m_palette, gfx_blueprnt);
PALETTE(config, m_palette, FUNC(blueprnt_state::blueprnt_palette), 128*4+8);