mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
audrey tautology
This commit is contained in:
parent
cfcd07a301
commit
8793222c2f
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user