mirror of
https://github.com/ArthurFerreira2/puce6502.git
synced 2025-07-25 17:24:07 +00:00
Update puce6502.c
This commit is contained in:
@@ -42,8 +42,9 @@ extern uint8_t softSwitches(uint16_t address, uint8_t value);
|
||||
|
||||
struct Operand {
|
||||
uint8_t code;
|
||||
uint8_t value;
|
||||
uint16_t address;
|
||||
bool setAcc;
|
||||
uint16_t value, address;
|
||||
} ope;
|
||||
|
||||
struct Register {
|
||||
|
Reference in New Issue
Block a user