summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/konendev.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/konendev.cpp')
-rw-r--r--src/mame/drivers/konendev.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/konendev.cpp b/src/mame/drivers/konendev.cpp
index c3c67107d41..4bbbfdc35ed 100644
--- a/src/mame/drivers/konendev.cpp
+++ b/src/mame/drivers/konendev.cpp
@@ -36,10 +36,12 @@
#include "emu.h"
#include "cpu/powerpc/ppc.h"
+#include "machine/eepromser.h"
+#include "machine/nvram.h"
#include "sound/ymz280b.h"
#include "video/k057714.h"
-#include "machine/nvram.h"
-#include "machine/eepromser.h"
+#include "screen.h"
+#include "speaker.h"
class konendev_state : public driver_device
{