You can't require a forward declared class (nw)

This commit is contained in:
smf- 2018-07-21 11:17:07 +01:00
parent 19ff23d2fd
commit 28ab5679f2

View File

@ -20,8 +20,6 @@ MIPS III/IV emulator.
#include "cpu/drcuml.h"
#include "ps2vu.h"
class sonyvu0_device;
// NEC VR4300 series is MIPS III with 32-bit address bus and slightly custom COP0/TLB
DECLARE_DEVICE_TYPE(VR4300BE, vr4300be_device)
DECLARE_DEVICE_TYPE(VR4300LE, vr4300le_device)