mirror of
https://github.com/been-jamming/A1Emu.git
synced 2024-11-21 15:31:15 +00:00
linux compatibility
This commit is contained in:
parent
a86f9e23d3
commit
6ea0d13a9e
1
cpu.c
1
cpu.c
@ -107,7 +107,6 @@ void execute_6502(CPU_6502 *cpu, uint8_t (*read)(uint16_t), void (*write)(uint16
|
|||||||
//The first byte at PC uniquely determines the operation
|
//The first byte at PC uniquely determines the operation
|
||||||
uint8_t opcode;
|
uint8_t opcode;
|
||||||
uint16_t address1;
|
uint16_t address1;
|
||||||
uint16_t address2;
|
|
||||||
|
|
||||||
opcode = read(cpu->PC_reg);
|
opcode = read(cpu->PC_reg);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user