diff options
author | vin <git@vineetk.net> | 2024-07-04 14:17:40 -0400 |
---|---|---|
committer | vin <git@vineetk.net> | 2024-07-04 14:17:40 -0400 |
commit | 4ccf9f5cee97c8c2191660a5632ab2da60757f97 (patch) | |
tree | fd7c3668d904c3c9024401c396e9ca905d932971 /cpu.h | |
parent | c4fc40a036293a8f5899800ad3ecb1d24ba77bc4 (diff) |
add preliminary implementation of the unofficial opcodes
Diffstat (limited to 'cpu.h')
-rw-r--r-- | cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |