summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hprot1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hprot1.cpp')
-rw-r--r--src/mame/drivers/hprot1.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/hprot1.cpp b/src/mame/drivers/hprot1.cpp
index 292f009cbf4..188297ca4a5 100644
--- a/src/mame/drivers/hprot1.cpp
+++ b/src/mame/drivers/hprot1.cpp
@@ -57,9 +57,11 @@ Infinite loop is reached at address 0x7699
#include "emu.h"
#include "cpu/mcs51/mcs51.h"
+#include "sound/spkrdev.h"
#include "video/hd44780.h"
-#include "sound/speaker.h"
#include "rendlay.h"
+#include "screen.h"
+#include "speaker.h"
class hprot1_state : public driver_device
{