summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/harddriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/harddriv.h')
-rw-r--r--src/mame/includes/harddriv.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mame/includes/harddriv.h b/src/mame/includes/harddriv.h
index b7d436690d0..1ade185e0b5 100644
--- a/src/mame/includes/harddriv.h
+++ b/src/mame/includes/harddriv.h
@@ -254,6 +254,16 @@ public:
DECLARE_WRITE32_MEMBER(hdds3xdsp_serial_tx_callback);
DECLARE_READ32_MEMBER(hdds3xdsp_serial_rx_callback);
+
+ void driver_msp(machine_config &config);
+ void driver_nomsp(machine_config &config);
+ void multisync_msp(machine_config &config);
+ void multisync_nomsp(machine_config &config);
+ void dsk(machine_config &config);
+ void dsk2(machine_config &config);
+ void ds3(machine_config &config);
+ void multisync2(machine_config &config);
+ void adsp(machine_config &config);
protected:
harddriv_state(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);