summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pcw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pcw.cpp')
-rw-r--r--src/mame/drivers/pcw.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/pcw.cpp b/src/mame/drivers/pcw.cpp
index f213848c86e..d43b926341f 100644
--- a/src/mame/drivers/pcw.cpp
+++ b/src/mame/drivers/pcw.cpp
@@ -95,17 +95,18 @@
- emulation of other hardware...?
******************************************************************************/
#include "emu.h"
+// pcw video hardware
+#include "includes/pcw.h"
+
#include "cpu/z80/z80.h"
#include "cpu/mcs48/mcs48.h"
#include "machine/i8243.h"
-// upd765 interface
#include "machine/upd765.h"
-// pcw video hardware
-#include "includes/pcw.h"
// pcw/pcw16 beeper
#include "sound/beep.h"
#include "machine/ram.h"
#include "softlist.h"
+#include "speaker.h"
#include "pcw.lh"