summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/polepos.cpp
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-03-10 06:00:18 +0100
committer mooglyguy <therealmogminer@gmail.com>2018-03-10 06:00:18 +0100
commitccba7735df8b5aa20b12937d2b4ca509e0f3b86f (patch)
treecfead901ab3877a58d05ef4d3c2d0c41796251cd /src/mame/drivers/polepos.cpp
parentb6881612903b6e4106b3c3c98f556bb876bebbfb (diff)
Remove first_screen from namco51 device, nw
Diffstat (limited to 'src/mame/drivers/polepos.cpp')
-rw-r--r--src/mame/drivers/polepos.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/polepos.cpp b/src/mame/drivers/polepos.cpp
index 513a751c7bb..beff2b2c65c 100644
--- a/src/mame/drivers/polepos.cpp
+++ b/src/mame/drivers/polepos.cpp
@@ -862,6 +862,7 @@ MACHINE_CONFIG_START(polepos_state::polepos)
MCFG_CPU_PROGRAM_MAP(z8002_map_2)
MCFG_NAMCO_51XX_ADD("51xx", MASTER_CLOCK/8/2) /* 1.536 MHz */
+ MCFG_NAMCO_51XX_SCREEN("screen")
MCFG_NAMCO_51XX_INPUT_0_CB(IOPORT("IN0")) MCFG_DEVCB_MASK(0x0f)
MCFG_NAMCO_51XX_INPUT_1_CB(IOPORT("IN0")) MCFG_DEVCB_RSHIFT(4)
MCFG_NAMCO_51XX_INPUT_2_CB(IOPORT("DSWB")) MCFG_DEVCB_MASK(0x0f)
@@ -996,6 +997,7 @@ MACHINE_CONFIG_START(polepos_state::topracern)
/* doesn't exist on the bootleg, but required for now or the game only boots in test mode!
they probably simulate some of the logic */
MCFG_NAMCO_51XX_ADD("51xx", MASTER_CLOCK/8/2) /* 1.536 MHz */
+ MCFG_NAMCO_51XX_SCREEN("screen")
MCFG_NAMCO_51XX_INPUT_1_CB(IOPORT("IN0")) MCFG_DEVCB_RSHIFT(4)
MCFG_NAMCO_06XX_ADD("06xx", MASTER_CLOCK/8/64)