summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/aha174x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/aha174x.h')
-rw-r--r--src/devices/bus/isa/aha174x.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/isa/aha174x.h b/src/devices/bus/isa/aha174x.h
index f65ee7de93a..1aefb148c97 100644
--- a/src/devices/bus/isa/aha174x.h
+++ b/src/devices/bus/isa/aha174x.h
@@ -13,6 +13,7 @@
#include "isa.h"
#include "cpu/hpc/hpc.h"
+#include "machine/aic565.h"
#include "machine/upd765.h"
class aha174x_device : public device_t, public device_isa16_card_interface
@@ -26,6 +27,7 @@ protected:
void scsic_config(device_t *device);
required_device<hpc46003_device> m_hpc;
+ required_device<aic565_device> m_busaic;
required_region_ptr<u8> m_bios;
};