summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/jchan.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/jchan.cpp
parenta65015f5cb7b838b6ae29fadc3d5de186430d1ef (diff)
Remove timer_device from emu.h and move it out of src/emu (nw)
Diffstat (limited to 'src/mame/drivers/jchan.cpp')
-rw-r--r--src/mame/drivers/jchan.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/jchan.cpp b/src/mame/drivers/jchan.cpp
index 490624d5e18..513431fc66d 100644
--- a/src/mame/drivers/jchan.cpp
+++ b/src/mame/drivers/jchan.cpp
@@ -157,6 +157,7 @@ JC-301-00 W11 9510K7059 23C16000 U85
#include "cpu/m68000/m68000.h"
#include "machine/eepromser.h"
#include "machine/nvram.h"
+#include "machine/timer.h"
#include "machine/watchdog.h"
#include "sound/ymz280b.h"
#include "video/sknsspr.h"