summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hazeltin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hazeltin.cpp')
-rw-r--r--src/mame/drivers/hazeltin.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/drivers/hazeltin.cpp b/src/mame/drivers/hazeltin.cpp
index c72d9c87c42..69f067f8312 100644
--- a/src/mame/drivers/hazeltin.cpp
+++ b/src/mame/drivers/hazeltin.cpp
@@ -24,6 +24,7 @@ References:
****************************************************************************/
#include "emu.h"
+
#include "cpu/i8085/i8085.h"
#include "machine/ay31015.h"
#include "machine/clock.h"
@@ -33,6 +34,9 @@ References:
#include "machine/nl_hazelvid.h"
#include "netlist/devices/net_lib.h"
+#include "screen.h"
+
+
#define CPU_TAG "maincpu"
#define NETLIST_TAG "videobrd"
#define UART_TAG "uart"