summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/rp5c01.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/rp5c01.c')
-rw-r--r--src/emu/machine/rp5c01.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/rp5c01.c b/src/emu/machine/rp5c01.c
index 349f303720a..170c1c61ee2 100644
--- a/src/emu/machine/rp5c01.c
+++ b/src/emu/machine/rp5c01.c
@@ -270,7 +270,7 @@ void rp5c01_device::device_timer(emu_timer &timer, device_timer_id id, int param
//-------------------------------------------------
-// rtc_clock_updated -
+// rtc_clock_updated -
//-------------------------------------------------
void rp5c01_device::rtc_clock_updated(int year, int month, int day, int day_of_week, int hour, int minute, int second)
@@ -420,7 +420,7 @@ WRITE8_MEMBER( rp5c01_device::write )
m_reg[mode][offset & 0x0f] = data & REGISTER_WRITE_MASK[mode][offset & 0x0f];
set_time(false, read_counter(REGISTER_1_YEAR), read_counter(REGISTER_1_MONTH), read_counter(REGISTER_1_DAY), m_reg[MODE00][REGISTER_DAY_OF_THE_WEEK],
- read_counter(REGISTER_1_HOUR), read_counter(REGISTER_1_MINUTE), read_counter(REGISTER_1_SECOND));
+ read_counter(REGISTER_1_HOUR), read_counter(REGISTER_1_MINUTE), read_counter(REGISTER_1_SECOND));
break;
case BLOCK10: