summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/rtc9701.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/rtc9701.h')
-rw-r--r--src/emu/machine/rtc9701.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/machine/rtc9701.h b/src/emu/machine/rtc9701.h
index 5cc6bfbd387..9598f893eda 100644
--- a/src/emu/machine/rtc9701.h
+++ b/src/emu/machine/rtc9701.h
@@ -45,7 +45,7 @@ struct rtc_regs_t
// ======================> rtc9701_device
-class rtc9701_device : public device_t,
+class rtc9701_device : public device_t,
public device_nvram_interface
{
public:
@@ -75,9 +75,9 @@ protected:
static TIMER_CALLBACK( rtc_inc_callback );
- int m_latch;
- int m_reset_line;
- int m_clock_line;
+ int m_latch;
+ int m_reset_line;
+ int m_clock_line;
rtc9701_state_t rtc_state;