summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/photon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/photon.cpp')
-rw-r--r--src/mame/drivers/photon.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mame/drivers/photon.cpp b/src/mame/drivers/photon.cpp
index bd965a5bf6e..ef1b28fdccf 100644
--- a/src/mame/drivers/photon.cpp
+++ b/src/mame/drivers/photon.cpp
@@ -18,10 +18,13 @@
*/
#include "emu.h"
-#include "cpu/i8085/i8085.h"
#include "includes/pk8000.h"
+
+#include "cpu/i8085/i8085.h"
#include "machine/i8255.h"
-#include "sound/speaker.h"
+#include "sound/spkrdev.h"
+#include "screen.h"
+#include "speaker.h"
class photon_state : public pk8000_base_state