summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hp9845.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hp9845.cpp')
-rw-r--r--src/mame/drivers/hp9845.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/mame/drivers/hp9845.cpp b/src/mame/drivers/hp9845.cpp
index 670f038d365..3d764056aae 100644
--- a/src/mame/drivers/hp9845.cpp
+++ b/src/mame/drivers/hp9845.cpp
@@ -30,10 +30,15 @@
#include "emu.h"
#include "includes/hp9845.h"
-#include "softlist.h"
+
#include "bus/hp_optroms/hp_optrom.h"
-#include "hp9845b.lh"
+
#include "render.h"
+#include "softlist.h"
+#include "speaker.h"
+
+#include "hp9845b.lh"
+
#define BIT_MASK(n) (1U << (n))