summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-10-18 21:26:23 -0400
committer AJR <ajrhacker@users.noreply.github.com>2020-10-18 21:26:23 -0400
commit6808a8267351cf4cca62d671082d508b2029a029 (patch)
tree6866acf9fe1b2117063a7678a289af79119f9c5b
parentfaff4e6c2da83187f3d09de669e7b9e128251328 (diff)
m740: Add file accidentally uncommitted in faff4e6c2da83187f3d09de669e7b9e128251328
-rw-r--r--src/devices/cpu/m6502/m740.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/m6502/m740.h b/src/devices/cpu/m6502/m740.h
index 352f0a4be5c..31235830086 100644
--- a/src/devices/cpu/m6502/m740.h
+++ b/src/devices/cpu/m6502/m740.h
@@ -80,6 +80,7 @@ protected:
O(rrf_zpg);
O(bra_rel);
O(jmp_zpi);
+ O(jsr_zpi);
O(adct_aba); O(adct_abx); O(adct_aby); O(adct_idx); O(adct_idy); O(adct_imm); O(adct_zpg); O(adct_zpx);
O(andt_aba); O(andt_abx); O(andt_aby); O(andt_imm); O(andt_idx); O(andt_idy); O(andt_zpg); O(andt_zpx);