summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-05-15 10:49:44 +1000
committer Vas Crabb <vas@vastheman.com>2017-05-15 10:49:44 +1000
commite9de4eef905debccbdfe12e6f79e9d89cd2e1bc0 (patch)
tree7f72e341b4e1c6f450924a29c1f6c2db63cb7594 /src
parentcfa63c7e1d41c7a80def4580dcafbb471af01d24 (diff)
and another (nw)
Diffstat (limited to 'src')
-rw-r--r--src/devices/cpu/i8089/i8089_ops.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/i8089/i8089_ops.cpp b/src/devices/cpu/i8089/i8089_ops.cpp
index 44d05cb467d..4c3c59b99e0 100644
--- a/src/devices/cpu/i8089/i8089_ops.cpp
+++ b/src/devices/cpu/i8089/i8089_ops.cpp
@@ -9,6 +9,7 @@
***************************************************************************/
#include "emu.h"
+#include "i8089.h"
#include "i8089_channel.h"
#define UNIMPLEMENTED logerror("%s('%s'): unimplemented opcode: %s\n", shortname(), tag(), __FUNCTION__);