diff options
Diffstat (limited to 'src/mess/machine/at.c')
-rw-r--r-- | src/mess/machine/at.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mess/machine/at.c b/src/mess/machine/at.c index 0865590752a..b84d3282779 100644 --- a/src/mess/machine/at.c +++ b/src/mess/machine/at.c @@ -6,7 +6,7 @@ #include "includes/at.h" -#define LOG_PORT80 0 +#define LOG_PORT80 0 /************************************************************* * @@ -80,15 +80,15 @@ const struct pit8253_config at_pit8254_config = { { { - 4772720/4, /* heartbeat IRQ */ + 4772720/4, /* heartbeat IRQ */ DEVCB_NULL, DEVCB_DRIVER_LINE_MEMBER(at_state, at_pit8254_out0_changed) }, { - 4772720/4, /* dram refresh */ + 4772720/4, /* dram refresh */ DEVCB_NULL, DEVCB_NULL }, { - 4772720/4, /* pio port c pin 4, and speaker polling enough */ + 4772720/4, /* pio port c pin 4, and speaker polling enough */ DEVCB_NULL, DEVCB_DRIVER_LINE_MEMBER(at_state, at_pit8254_out2_changed) } |