summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/6526cia.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/6526cia.c')
-rw-r--r--src/emu/machine/6526cia.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/6526cia.c b/src/emu/machine/6526cia.c
index 2f507b03b5c..e63685938e7 100644
--- a/src/emu/machine/6526cia.c
+++ b/src/emu/machine/6526cia.c
@@ -296,7 +296,7 @@ static int is_timer_active(emu_timer *timer)
/*-------------------------------------------------
cia_timer_update - updates the count and
- emu_timer for a given CIA timer
+ emu_timer for a given CIA timer
-------------------------------------------------*/
static void cia_timer_update(cia_timer *timer, INT32 new_count)
@@ -499,7 +499,7 @@ void cia_clock_tod(const device_config *device)
if ((device->type == CIA6526R1) || (device->type == CIA6526R2))
{
/* The 6526 split the value into hours, minutes, seconds and
- * subseconds */
+ * subseconds */
cia6526_increment(cia);
}
else if (device->type == CIA8520)