summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/playch10.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/playch10.cpp')
-rw-r--r--src/mame/drivers/playch10.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/playch10.cpp b/src/mame/drivers/playch10.cpp
index 3e36bd64fde..f3a5a5f8722 100644
--- a/src/mame/drivers/playch10.cpp
+++ b/src/mame/drivers/playch10.cpp
@@ -292,13 +292,16 @@ Notes & Todo:
***************************************************************************/
#include "emu.h"
+#include "includes/playch10.h"
+
#include "cpu/m6502/n2a03.h"
#include "cpu/z80/z80.h"
#include "machine/rp5h01.h"
#include "machine/nvram.h"
#include "rendlay.h"
-#include "includes/playch10.h"
+#include "screen.h"
+#include "speaker.h"
/* clock frequency */
#define N2A03_DEFAULTCLOCK (21477272.724 / 12)