..fixed prev commit

This commit is contained in:
Michaël Banaan Ananas 2012-10-10 00:38:43 +00:00
parent 69a4a06756
commit 041538c9da
2 changed files with 1 additions and 2 deletions

View File

@ -2247,7 +2247,7 @@ static MACHINE_CONFIG_DERIVED( spcenctr, mw8080bw_root )
MCFG_TIMER_PARAM(TRUE) /* indicates strobe ON */ MCFG_TIMER_PARAM(TRUE) /* indicates strobe ON */
MCFG_TIMER_DRIVER_ADD_PERIODIC("strobeoff", mw8080bw_state, spcenctr_strobe_timer_callback, attotime::from_hz(SPCENCTR_STROBE_FREQ)) MCFG_TIMER_DRIVER_ADD_PERIODIC("strobeoff", mw8080bw_state, spcenctr_strobe_timer_callback, attotime::from_hz(SPCENCTR_STROBE_FREQ))
MCFG_TIMER_START_DELAY(attotime::from_hz((SPCENCTR_STROBE_FREQ * 100) * (SPCENCTR_STROBE_DUTY_CYCLE / 100))) MCFG_TIMER_START_DELAY(attotime::from_hz(SPCENCTR_STROBE_FREQ) * (100 - SPCENCTR_STROBE_DUTY_CYCLE) / 100)
MCFG_TIMER_PARAM(FALSE) /* indicates strobe OFF */ MCFG_TIMER_PARAM(FALSE) /* indicates strobe OFF */
/* video hardware */ /* video hardware */

View File

@ -32,7 +32,6 @@
</screen> </screen>
<!-- lamp and strobe reflect onto the inner bezel (and screen) --> <!-- lamp and strobe reflect onto the inner bezel (and screen) -->
<!-- NOTE: artwork system can't keep up with the strobe high frequency -->
<bezel name="LAMP" element="lamp_red"> <bezel name="LAMP" element="lamp_red">
<bounds left="0" top="0" right="376" bottom="300" /> <bounds left="0" top="0" right="376" bottom="300" />
<color alpha="0.2" /> <color alpha="0.2" />