From cfcd07a301c4fcfb679acc12545e745785f9c15d Mon Sep 17 00:00:00 2001 From: hap Date: Wed, 28 Nov 2018 11:50:03 +0100 Subject: rp5c01: re-add comment (nw) --- src/devices/machine/rp5c01.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- cgit v1.2.3