aboutsummaryrefslogtreecommitdiff
path: root/src/devices/emulator/x86emu/decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/emulator/x86emu/decode.h')
-rw-r--r--src/devices/emulator/x86emu/decode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/emulator/x86emu/decode.h b/src/devices/emulator/x86emu/decode.h
index 321a345399..99ed7f6f35 100644
--- a/src/devices/emulator/x86emu/decode.h
+++ b/src/devices/emulator/x86emu/decode.h
@@ -79,6 +79,7 @@ u16* decode_rm_seg_register(int reg);
unsigned decode_rm00_address(int rm);
unsigned decode_rm01_address(int rm);
unsigned decode_rm10_address(int rm);
+unsigned decode_rmXX_address(int mod, int rm);
#ifdef __cplusplus
} /* End of "C" linkage for C++ */