summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/rp5c01.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/rp5c01.h')
-rw-r--r--src/devices/machine/rp5c01.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/rp5c01.h b/src/devices/machine/rp5c01.h
index 19f2711c67a..485590b4b34 100644
--- a/src/devices/machine/rp5c01.h
+++ b/src/devices/machine/rp5c01.h
@@ -41,7 +41,7 @@ public:
rp5c01_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
auto out_alarm_callback() { return m_out_alarm_cb.bind(); }
- void remove_battery() { m_battery_backed = false; }
+ void remove_battery() { m_battery_backed = false; } // include this if the chip is not battery backed
DECLARE_READ8_MEMBER( read );
DECLARE_WRITE8_MEMBER( write );