diff options
| author | 2017-05-15 10:49:44 +1000 | |
|---|---|---|
| committer | 2017-05-15 10:49:44 +1000 | |
| commit | e9de4eef905debccbdfe12e6f79e9d89cd2e1bc0 (patch) | |
| tree | 7f72e341b4e1c6f450924a29c1f6c2db63cb7594 /src | |
| parent | cfa63c7e1d41c7a80def4580dcafbb471af01d24 (diff) | |
and another (nw)
Diffstat (limited to 'src')
| -rw-r--r-- | src/devices/cpu/i8089/i8089_ops.cpp | 1 |
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__); |
