summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cubeqst.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2016-01-16 16:13:23 -0500
committer AJR <ajrhacker@users.noreply.github.com>2016-01-16 16:13:23 -0500
commitbe2d8c82d8c733ffd4592723eb7bc5c6f67571d3 (patch)
tree53062355018f46fa347d7ad398d71e0107da7fb5 /src/mame/drivers/cubeqst.cpp
parent8144b878ab0ba1fa2b7b9e5e00c614a9a7e58eb6 (diff)
Driver configuration fixes
- Implement found() method for object finders - a1200, cubo, midzeus2, etc.: remove spurious palette tags - bagman, sbagman & clones: correct PROM region lengths - atomicp, snapper: remove unused(?) sprite device w/no ROMs
Diffstat (limited to 'src/mame/drivers/cubeqst.cpp')
-rw-r--r--src/mame/drivers/cubeqst.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/cubeqst.cpp b/src/mame/drivers/cubeqst.cpp
index 5f4714c59f5..9e94330156f 100644
--- a/src/mame/drivers/cubeqst.cpp
+++ b/src/mame/drivers/cubeqst.cpp
@@ -532,7 +532,6 @@ static MACHINE_CONFIG_START( cubeqst, cubeqst_state )
MCFG_LASERDISC_OVERLAY_CLIP(0, 320-1, 0, 256-8)
MCFG_LASERDISC_OVERLAY_POSITION(0.002f, -0.018f)
MCFG_LASERDISC_OVERLAY_SCALE(1.0f, 1.030f)
- MCFG_LASERDISC_OVERLAY_PALETTE("palette")
MCFG_LASERDISC_SCREEN_ADD_NTSC("screen", "laserdisc")