summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/laserbas.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-10-01 22:45:43 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-10-01 22:46:42 -0400
commitda7cd69f881d30af8a9cac40746ee2bbfc74a75b (patch)
tree997817c32a8abf6bebd4e2b8358f382ac5eb40da /src/mame/drivers/laserbas.cpp
parenta65015f5cb7b838b6ae29fadc3d5de186430d1ef (diff)
Remove timer_device from emu.h and move it out of src/emu (nw)
Diffstat (limited to 'src/mame/drivers/laserbas.cpp')
-rw-r--r--src/mame/drivers/laserbas.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/laserbas.cpp b/src/mame/drivers/laserbas.cpp
index 9baf4974385..d7ff870878b 100644
--- a/src/mame/drivers/laserbas.cpp
+++ b/src/mame/drivers/laserbas.cpp
@@ -62,6 +62,7 @@ expected: 43 FB CC 9A D4 23 6C 01 3E <- From ROM 4
#include "emu.h"
#include "cpu/z80/z80.h"
#include "machine/pit8253.h"
+#include "machine/timer.h"
#include "sound/dac.h"
#include "sound/volt_reg.h"
#include "video/mc6845.h"