summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/h19.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/h19.cpp')
-rw-r--r--src/mame/drivers/h19.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mame/drivers/h19.cpp b/src/mame/drivers/h19.cpp
index d30363409fb..e45d4d7049e 100644
--- a/src/mame/drivers/h19.cpp
+++ b/src/mame/drivers/h19.cpp
@@ -53,10 +53,13 @@ Address Description
#include "emu.h"
#include "cpu/z80/z80.h"
-#include "video/mc6845.h"
-#include "sound/beep.h"
#include "machine/ins8250.h"
#include "machine/mm5740.h"
+#include "sound/beep.h"
+#include "video/mc6845.h"
+#include "screen.h"
+#include "speaker.h"
+
// Standard H19 used a 2.048 MHz clock
#define H19_CLOCK (XTAL_12_288MHz / 6)