summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-10-20 15:42:42 +0200
committer hap <happppp@users.noreply.github.com>2021-10-20 15:42:42 +0200
commitd42a9fd87e737c0526d35624163f110b290c6d79 (patch)
tree6b79cb2c18c9ef5c6c9c04c48633cd8e42d398f8 /src/mame
parentd8cc41250871189e6f52ea9ca74f038fb1f6377e (diff)
speedbsk: correct harmless copypaste mistake
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/speedbsk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/speedbsk.cpp b/src/mame/drivers/speedbsk.cpp
index 47222e8245c..96030479544 100644
--- a/src/mame/drivers/speedbsk.cpp
+++ b/src/mame/drivers/speedbsk.cpp
@@ -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;