summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/genpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/genpc.h')
-rw-r--r--src/devices/machine/genpc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/genpc.h b/src/devices/machine/genpc.h
index 8a802b002cd..c3e53283e75 100644
--- a/src/devices/machine/genpc.h
+++ b/src/devices/machine/genpc.h
@@ -45,6 +45,9 @@ public:
DECLARE_WRITE_LINE_MEMBER( pc_speaker_set_spkrdata );
+ DECLARE_WRITE_LINE_MEMBER( pc_pit8253_out1_changed );
+ DECLARE_WRITE_LINE_MEMBER( pc_pit8253_out2_changed );
+
protected:
ibm5160_mb_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);
@@ -97,9 +100,6 @@ protected:
DECLARE_READ8_MEMBER ( pc_ppi_portc_r );
DECLARE_WRITE8_MEMBER( pc_ppi_portb_w );
- DECLARE_WRITE_LINE_MEMBER( pc_pit8253_out1_changed );
- DECLARE_WRITE_LINE_MEMBER( pc_pit8253_out2_changed );
-
DECLARE_WRITE_LINE_MEMBER( pc_dma_hrq_changed );
DECLARE_WRITE_LINE_MEMBER( pc_dma8237_out_eop );
DECLARE_READ8_MEMBER( pc_dma_read_byte );