summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/rtc65271.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/rtc65271.h')
-rw-r--r--src/emu/machine/rtc65271.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/rtc65271.h b/src/emu/machine/rtc65271.h
index 6836bda4a62..8f496897459 100644
--- a/src/emu/machine/rtc65271.h
+++ b/src/emu/machine/rtc65271.h
@@ -31,7 +31,7 @@ protected:
public:
template<class _Object> static devcb2_base &set_interrupt_callback(device_t &device, _Object object) { return downcast<rtc65271_device &>(device).m_interrupt_cb.set_callback(object); }
-
+
DECLARE_READ8_MEMBER( rtc_r );
DECLARE_READ8_MEMBER( xram_r );
DECLARE_WRITE8_MEMBER( rtc_w );