mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
..fixed prev commit
This commit is contained in:
parent
69a4a06756
commit
041538c9da
@ -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 */
|
||||||
|
@ -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" />
|
||||||
|
Loading…
Reference in New Issue
Block a user