summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2018-11-28 11:50:03 +0100
committer hap <happppp@users.noreply.github.com>2018-11-28 11:50:03 +0100
commitcfcd07a301c4fcfb679acc12545e745785f9c15d (patch)
treed6722cb1212a26c6547dfcc2e1f9cfa5dfdc6909
parent55192df364ab449169c5ddea425257b490326d7f (diff)
rp5c01: re-add comment (nw)
-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 );