diff options
Diffstat (limited to 'src/lib/formats/jvc_dsk.cpp')
-rw-r--r-- | src/lib/formats/jvc_dsk.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/formats/jvc_dsk.cpp b/src/lib/formats/jvc_dsk.cpp index 961329a040f..2bbbb15bd2d 100644 --- a/src/lib/formats/jvc_dsk.cpp +++ b/src/lib/formats/jvc_dsk.cpp @@ -104,10 +104,11 @@ ***************************************************************************/ -#include "emu.h" -#include "imageutl.h" #include "jvc_dsk.h" +#include "emucore.h" // emu_fatalerror + + jvc_format::jvc_format() { } |