summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/popeye.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/popeye.cpp')
-rw-r--r--src/mame/drivers/popeye.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/mame/drivers/popeye.cpp b/src/mame/drivers/popeye.cpp
index 794ae326bb8..93646d51a2b 100644
--- a/src/mame/drivers/popeye.cpp
+++ b/src/mame/drivers/popeye.cpp
@@ -18,12 +18,17 @@ Notes:
***************************************************************************/
#include "emu.h"
-#include "cpu/z80/z80.h"
-#include "sound/ay8910.h"
#include "includes/popeye.h"
+
+#include "cpu/z80/z80.h"
#include "machine/netlist.h"
+#include "sound/ay8910.h"
+#include "screen.h"
+#include "speaker.h"
+
#include "netlist/devices/net_lib.h"
+
/* This is the output stage of the audio circuit.
* It is solely an impedance changer and could be left away
*/