summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/oxavix.lst
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/oxavix.lst')
-rw-r--r--src/devices/cpu/m6502/oxavix.lst8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/devices/cpu/m6502/oxavix.lst b/src/devices/cpu/m6502/oxavix.lst
index 38b8eadee1a..437a86ffc5f 100644
--- a/src/devices/cpu/m6502/oxavix.lst
+++ b/src/devices/cpu/m6502/oxavix.lst
@@ -18,6 +18,14 @@ callf_xa3
set_codebank(TMP2);
prefetch();
+jmp_xa3
+ TMP2 = read_pc();
+ TMP = read_pc();
+ TMP = set_h(TMP, read_pc());
+ PC = TMP;
+ set_codebank(TMP2);
+ prefetch();
+
retf_imp
read_pc_noinc();
read(SP);