diff options
-rw-r--r-- | src/mame/drivers/savia84.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/savia84.cpp b/src/mame/drivers/savia84.cpp index e8668858fe0..01ddfdfcf75 100644 --- a/src/mame/drivers/savia84.cpp +++ b/src/mame/drivers/savia84.cpp @@ -66,7 +66,7 @@ private: required_device<i8255_device> m_ppi8255; required_device<pwm_display_device> m_display; required_ioport_array<9> m_io_keyboard; - output_finder<3> m_leds; + output_finder<8> m_leds; }; void savia84_state::mem_map(address_map &map) |