summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/pit8253.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/pit8253.h')
-rw-r--r--src/emu/machine/pit8253.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/machine/pit8253.h b/src/emu/machine/pit8253.h
index ad2247222a0..45517d6c0a9 100644
--- a/src/emu/machine/pit8253.h
+++ b/src/emu/machine/pit8253.h
@@ -31,9 +31,9 @@ struct pit8253_config
{
struct
{
- double clockin; /* timer clock */
- devcb_read_line in_gate_func; /* gate signal */
- devcb_write_line out_out_func; /* out signal */
+ double clockin; /* timer clock */
+ devcb_read_line in_gate_func; /* gate signal */
+ devcb_write_line out_out_func; /* out signal */
} timer[3];
};
@@ -110,4 +110,4 @@ int pit8253_get_output(device_t *device, int timer);
void pit8253_set_clockin(device_t *device, int timer, double new_clockin);
-#endif /* __PIT8253_H__ */
+#endif /* __PIT8253_H__ */