mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
speedbsk: correct harmless copypaste mistake
This commit is contained in:
parent
d8cc412508
commit
d42a9fd87e
@ -115,7 +115,7 @@ private:
|
||||
required_device<cpu_device> m_maincpu;
|
||||
required_device_array<i8255_device, 2> m_ppi;
|
||||
required_device<hd44780_device> m_lcd;
|
||||
optional_device_array<pwm_display_device, 6> m_lamp_pwm;
|
||||
required_device_array<pwm_display_device, 6> m_lamp_pwm;
|
||||
|
||||
output_finder<24> m_lamps;
|
||||
output_finder<> m_start_lamp;
|
||||
|
Loading…
Reference in New Issue
Block a user