diff options
Diffstat (limited to 'src/devices/sound/k056800.cpp')
-rw-r--r-- | src/devices/sound/k056800.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/devices/sound/k056800.cpp b/src/devices/sound/k056800.cpp index 00a7f7235b6..690165d838d 100644 --- a/src/devices/sound/k056800.cpp +++ b/src/devices/sound/k056800.cpp @@ -8,14 +8,12 @@ ***********************************************************************/ #include "emu.h" -#include "sound/k056800.h" - +#include "k056800.h" DEFINE_DEVICE_TYPE(K056800, k056800_device, "k056800", "K056800 MIRAC") - //------------------------------------------------- // k056800_device - constructor //------------------------------------------------- |