summaryrefslogtreecommitdiff
path: root/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpu.h')
-rw-r--r--cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu.h b/cpu.h
index b7cab89..3002573 100644
--- a/cpu.h
+++ b/cpu.h
@@ -64,7 +64,7 @@ void TYA(uint16_t arg);
64 64
65/* UNOFFICIAL OPCODES */ 65/* UNOFFICIAL OPCODES */
66void AAC(uint16_t arg); 66void AAC(uint16_t arg);
67void AAX(uint16_t arg); 67void SAX(uint16_t arg);
68void ARR(uint16_t arg); 68void ARR(uint16_t arg);
69void ASR(uint16_t arg); 69void ASR(uint16_t arg);
70void ATX(uint16_t arg); 70void ATX(uint16_t arg);