summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sitcom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sitcom.cpp')
-rw-r--r--src/mame/drivers/sitcom.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/sitcom.cpp b/src/mame/drivers/sitcom.cpp
index 523dbad4dd1..4d0b44bc91f 100644
--- a/src/mame/drivers/sitcom.cpp
+++ b/src/mame/drivers/sitcom.cpp
@@ -66,10 +66,10 @@ public:
{
}
- DECLARE_INPUT_CHANGED_MEMBER(update_buttons);
-
void sitcom(machine_config &config);
+ DECLARE_INPUT_CHANGED_MEMBER(update_buttons);
+
protected:
template <unsigned D> DECLARE_WRITE16_MEMBER(update_ds) { m_digits[(D << 2) | offset] = data; }
DECLARE_WRITE_LINE_MEMBER(update_rxd) { m_rxd = bool(state); }