mirror of
https://github.com/trudnai/Steve2.git
synced 2025-08-08 01:25:00 +00:00
Immediate value should be 8 bit
This commit is contained in:
@@ -989,7 +989,7 @@ INLINE uint8_t * dest_abs_Y() {
|
||||
return WRLOMEM + addr_abs_Y();
|
||||
}
|
||||
|
||||
INLINE uint16_t imm() {
|
||||
INLINE uint8_t imm() {
|
||||
disPrintf(disassembly.oper, "#$%02X", memread8(m6502.PC))
|
||||
return fetch();
|
||||
}
|
||||
|
Reference in New Issue
Block a user