summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/x68k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/x68k.h')
-rw-r--r--src/mame/includes/x68k.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/x68k.h b/src/mame/includes/x68k.h
index 852ffcb26d7..f0a3e252bc3 100644
--- a/src/mame/includes/x68k.h
+++ b/src/mame/includes/x68k.h
@@ -21,6 +21,7 @@
#include "machine/upd765.h"
#include "sound/okim6258.h"
#include "sound/ym2151.h"
+#include "bus/x68k/x68kexp.h"
#include "screen.h"
@@ -67,6 +68,7 @@ public:
m_ppi(*this, "ppi8255"),
m_screen(*this, "screen"),
m_upd72065(*this, "upd72065"),
+ m_expansion(*this, "exp"),
m_options(*this, "options"),
m_mouse1(*this, "mouse1"),
m_mouse2(*this, "mouse2"),
@@ -98,6 +100,7 @@ public:
required_device<i8255_device> m_ppi;
required_device<screen_device> m_screen;
required_device<upd72065_device> m_upd72065;
+ required_device<x68k_expansion_slot_device> m_expansion;
required_ioport m_options;
required_ioport m_mouse1;
@@ -300,6 +303,7 @@ public:
DECLARE_WRITE_LINE_MEMBER(x68k_fm_irq);
DECLARE_WRITE_LINE_MEMBER(x68k_irq2_line);
+ DECLARE_WRITE_LINE_MEMBER(x68k_irq4_line);
DECLARE_WRITE16_MEMBER(x68k_scc_w);
DECLARE_WRITE16_MEMBER(x68k_fdc_w);