summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pengadvb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pengadvb.cpp')
-rw-r--r--src/mame/drivers/pengadvb.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/pengadvb.cpp b/src/mame/drivers/pengadvb.cpp
index 21c71645e8e..5bf0abc267c 100644
--- a/src/mame/drivers/pengadvb.cpp
+++ b/src/mame/drivers/pengadvb.cpp
@@ -30,6 +30,8 @@ NOTE! switches 1, 3 & 5 must be ON or the game will not boot.
#include "sound/ay8910.h"
#include "machine/i8255.h"
#include "machine/bankdev.h"
+#include "screen.h"
+#include "speaker.h"
class pengadvb_state : public driver_device