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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/pit8253.h b/src/emu/machine/pit8253.h
index 189140229cb..b2d68d5b454 100644
--- a/src/emu/machine/pit8253.h
+++ b/src/emu/machine/pit8253.h
@@ -29,8 +29,8 @@ struct pit8253_config
pit8253_output_changed_func output_changed;
/* If specified, this gets called whenever the frequency of the output for this
- timer changes. */
- pit8253_frequency_changed_func frequency_changed;
+ timer changes. */
+ pit8253_frequency_changed_func frequency_changed;
} timer[3];
};