summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/psx/psxdasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/psx/psxdasm.cpp')
-rw-r--r--src/devices/cpu/psx/psxdasm.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/cpu/psx/psxdasm.cpp b/src/devices/cpu/psx/psxdasm.cpp
index 7d65b097a86..2bb38b6d407 100644
--- a/src/devices/cpu/psx/psxdasm.cpp
+++ b/src/devices/cpu/psx/psxdasm.cpp
@@ -9,6 +9,9 @@
#include "psx.h"
#include "gte.h"
+#include "psxdefs.h"
+
+
static char *make_signed_hex_str_16( uint32_t value )
{
static char s_hex[ 20 ];