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); | |||
| 64 | 64 | ||
| 65 | /* UNOFFICIAL OPCODES */ | 65 | /* UNOFFICIAL OPCODES */ |
| 66 | void AAC(uint16_t arg); | 66 | void AAC(uint16_t arg); |
| 67 | void AAX(uint16_t arg); | 67 | void SAX(uint16_t arg); |
| 68 | void ARR(uint16_t arg); | 68 | void ARR(uint16_t arg); |
| 69 | void ASR(uint16_t arg); | 69 | void ASR(uint16_t arg); |
| 70 | void ATX(uint16_t arg); | 70 | void ATX(uint16_t arg); |
