summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hh_sm510.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-04-02 13:21:26 +0200
committer hap <happppp@users.noreply.github.com>2020-04-02 13:21:39 +0200
commitf40bf01ea6eb4a8c1e9acec4cce3352346bb90fb (patch)
tree8e08e901d9a254ab47c486032fc3c6a77bf576e5 /src/mame/drivers/hh_sm510.cpp
parent2e08cb0b27a6ed009c9305cb692a11f6e359650f (diff)
sag: more setnames more descriptive (nw)
Diffstat (limited to 'src/mame/drivers/hh_sm510.cpp')
-rw-r--r--src/mame/drivers/hh_sm510.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hh_sm510.cpp b/src/mame/drivers/hh_sm510.cpp
index 6f00550dc14..fcee0b6d14d 100644
--- a/src/mame/drivers/hh_sm510.cpp
+++ b/src/mame/drivers/hh_sm510.cpp
@@ -293,7 +293,7 @@ WRITE8_MEMBER(hh_sm510_state::input_w)
update_k_line();
}
-uint8_t hh_sm510_state::input_r()
+u8 hh_sm510_state::input_r()
{
return read_inputs(m_inp_lines, m_inp_fixed);
}