audrey tautology

This commit is contained in:
hap 2018-11-28 12:12:43 +01:00
parent cfcd07a301
commit 8793222c2f

View File

@ -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 );