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);
/* UNOFFICIAL OPCODES */
void AAC(uint16_t arg);
-void AAX(uint16_t arg);
+void SAX(uint16_t arg);
void ARR(uint16_t arg);
void ASR(uint16_t arg);
void ATX(uint16_t arg);