summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp9845_io/98035.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp9845_io/98035.h')
-rw-r--r--src/devices/bus/hp9845_io/98035.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/devices/bus/hp9845_io/98035.h b/src/devices/bus/hp9845_io/98035.h
index e0b034c80ea..fb190b30a98 100644
--- a/src/devices/bus/hp9845_io/98035.h
+++ b/src/devices/bus/hp9845_io/98035.h
@@ -83,13 +83,13 @@ private:
// Clock chip emulation
typedef enum {
- CLOCK_OFF, // Display OFF
- CLOCK_HHMM, // Show HH:mm
- CLOCK_SS, // Show :SS
- CLOCK_HH, // Show HH: A/P
- CLOCK_MIN, // Show :mm
- CLOCK_MON, // Show MM:
- CLOCK_DOM, // Show :DD
+ CLOCK_OFF, // Display OFF
+ CLOCK_HHMM, // Show HH:mm
+ CLOCK_SS, // Show :SS
+ CLOCK_HH, // Show HH: A/P
+ CLOCK_MIN, // Show :mm
+ CLOCK_MON, // Show MM:
+ CLOCK_DOM, // Show :DD
} clock_state_t;
emu_timer *m_clock_timer;