summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/eprom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/eprom.cpp')
-rw-r--r--src/mame/drivers/eprom.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/eprom.cpp b/src/mame/drivers/eprom.cpp
index 15e6cc96bbd..d0e7da98a55 100644
--- a/src/mame/drivers/eprom.cpp
+++ b/src/mame/drivers/eprom.cpp
@@ -26,9 +26,11 @@
#include "emu.h"
+#include "includes/eprom.h"
#include "cpu/m68000/m68000.h"
#include "machine/watchdog.h"
-#include "includes/eprom.h"
+#include "screen.h"
+#include "speaker.h"