summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hh_sm510.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hh_sm510.h')
-rw-r--r--src/mame/includes/hh_sm510.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/hh_sm510.h b/src/mame/includes/hh_sm510.h
index dee77543def..cb42456da1e 100644
--- a/src/mame/includes/hh_sm510.h
+++ b/src/mame/includes/hh_sm510.h
@@ -19,9 +19,9 @@ public:
hh_sm510_state(const machine_config &mconfig, device_type type, const char *tag) :
driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
- m_inp_matrix(*this, "IN.%u", 0),
- m_out_x(*this, "%u.%u.%u", 0U, 0U, 0U),
m_speaker(*this, "speaker"),
+ m_inputs(*this, "IN.%u", 0),
+ m_out_x(*this, "%u.%u.%u", 0U, 0U, 0U),
m_inp_lines(0),
m_inp_fixed(-1),
m_display_wait(33)
@@ -29,9 +29,9 @@ public:
// devices
required_device<sm510_base_device> m_maincpu;
- optional_ioport_array<8+1> m_inp_matrix; // max 8
- output_finder<16, 16, 4> m_out_x;
optional_device<speaker_sound_device> m_speaker;
+ optional_ioport_array<8+1> m_inputs; // max 8
+ output_finder<16, 16, 4> m_out_x;
// misc common
u16 m_inp_mux; // multiplexed inputs mask