summaryrefslogtreecommitdiffstats
path: root/src/emu/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/asm.h')
-rw-r--r--src/emu/asm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/emu/asm.h b/src/emu/asm.h
index 9a4fd37..102ae65 100644
--- a/src/emu/asm.h
+++ b/src/emu/asm.h
@@ -3,6 +3,8 @@
#include <stdint.h>
-uint32_t compile(const char *line);
+#include "opc.h"
+
+inst_t compile(const char *line);
#endif