summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ps2intc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ps2intc.cpp')
-rw-r--r--src/devices/machine/ps2intc.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/devices/machine/ps2intc.cpp b/src/devices/machine/ps2intc.cpp
index e1bb2a6046b..15581ce3936 100644
--- a/src/devices/machine/ps2intc.cpp
+++ b/src/devices/machine/ps2intc.cpp
@@ -12,6 +12,9 @@
#include "emu.h"
#include "ps2intc.h"
+#include "cpu/mips/ps2vu.h"
+
+
DEFINE_DEVICE_TYPE(SONYPS2_INTC, ps2_intc_device, "ps2intc", "PlayStation 2 EE INTC")
ps2_intc_device::ps2_intc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
@@ -20,6 +23,10 @@ ps2_intc_device::ps2_intc_device(const machine_config &mconfig, const char *tag,
{
}
+ps2_intc_device::~ps2_intc_device()
+{
+}
+
void ps2_intc_device::device_start()
{
save_item(NAME(m_status));