summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2018-11-28 12:12:43 +0100
committer hap <happppp@users.noreply.github.com>2018-11-28 12:12:43 +0100
commit8793222c2f8551f45cf54d6e6a12066c0ac35d8b (patch)
tree238f3abfa5bda8161ec6852673433e4f3b455f35
parentcfcd07a301c4fcfb679acc12545e745785f9c15d (diff)
audrey tautology
-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 485590b4b34..19f2711c67a 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; } // include this if the chip is not battery backed
+ void remove_battery() { m_battery_backed = false; }
DECLARE_READ8_MEMBER( read );
DECLARE_WRITE8_MEMBER( write );