summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/interpro_mcga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/interpro_mcga.cpp')
-rw-r--r--src/mame/machine/interpro_mcga.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/machine/interpro_mcga.cpp b/src/mame/machine/interpro_mcga.cpp
index d807f571bab..331910ddb10 100644
--- a/src/mame/machine/interpro_mcga.cpp
+++ b/src/mame/machine/interpro_mcga.cpp
@@ -11,6 +11,7 @@
* TODO
* - too long to list
*/
+#include "emu.h"
#include "interpro_mcga.h"
#define VERBOSE 0
@@ -86,4 +87,4 @@ READ16_MEMBER(interpro_mcga_device::read)
default:
return m_reg[offset];
}
-} \ No newline at end of file
+}