mirror of
https://github.com/ArthurFerreira2/puce6502.git
synced 2025-02-19 19:31:13 +00:00
Update puce6502.c
This commit is contained in:
parent
753946cc76
commit
e91cbebc12
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user