Update puce6502.c

This commit is contained in:
ArthurFerreira2 2020-08-09 12:59:57 +02:00 committed by GitHub
parent 753946cc76
commit e91cbebc12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 {