summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midwunit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/midwunit.c')
-rw-r--r--src/mame/drivers/midwunit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/midwunit.c b/src/mame/drivers/midwunit.c
index 72a17838992..3039333413f 100644
--- a/src/mame/drivers/midwunit.c
+++ b/src/mame/drivers/midwunit.c
@@ -621,7 +621,7 @@ static MACHINE_CONFIG_START( wunit, midwunit_state )
MCFG_CPU_PROGRAM_MAP(main_map)
MCFG_TMS340X0_HALT_ON_RESET(FALSE) /* halt on reset */
MCFG_TMS340X0_PIXEL_CLOCK(PIXEL_CLOCK) /* pixel clock */
- MCFG_TMS340X0_PIXELS_PER_CLOCK(1) /* pixels per clock */
+ MCFG_TMS340X0_PIXELS_PER_CLOCK(1) /* pixels per clock */
MCFG_TMS340X0_SCANLINE_IND16_CB(midtunit_state, scanline_update) /* scanline updater (indexed16) */
MCFG_TMS340X0_TO_SHIFTREG_CB(midtunit_state, to_shiftreg) /* write to shiftreg function */
MCFG_TMS340X0_FROM_SHIFTREG_CB(midtunit_state, from_shiftreg) /* read from shiftreg function */