summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/pdc.h')
-rw-r--r--src/devices/machine/pdc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/pdc.h b/src/devices/machine/pdc.h
index 4f1ce7f7a2c..6f60acd92f6 100644
--- a/src/devices/machine/pdc.h
+++ b/src/devices/machine/pdc.h
@@ -65,6 +65,8 @@ public:
uint8_t reg_p38;
uint32_t fdd_68k_dma_address; /* FDD <-> m68k DMA read/write address */
+ void pdc_io(address_map &map);
+ void pdc_mem(address_map &map);
protected:
/* Device-level overrides */
virtual void device_start() override;