From 4ccf9f5cee97c8c2191660a5632ab2da60757f97 Mon Sep 17 00:00:00 2001 From: vin Date: Thu, 4 Jul 2024 14:17:40 -0400 Subject: add preliminary implementation of the unofficial opcodes --- cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu.h') 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); -- cgit v1.2.3