summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/1mb5.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/1mb5.h')
-rw-r--r--src/devices/machine/1mb5.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/machine/1mb5.h b/src/devices/machine/1mb5.h
index 18f8107896a..351b1f25d6c 100644
--- a/src/devices/machine/1mb5.h
+++ b/src/devices/machine/1mb5.h
@@ -71,10 +71,10 @@ private:
bool m_reset;
bool m_halt;
- bool set_service(bool new_service);
- bool update_halt();
- bool set_reset(bool new_reset);
- bool set_int(bool new_int);
+ void set_service(bool new_service);
+ void update_halt();
+ void set_reset(bool new_reset);
+ void set_int(bool new_int);
};
// device type definition