cpu: correct some print formats and use more "native" types
These were found while running on a Raspberry Pi (ARM).
This commit is contained in:
@@ -92,8 +92,8 @@ struct lr35902_state {
|
||||
int hf;
|
||||
int cf;
|
||||
|
||||
uint8_t stall_cycles;
|
||||
uint8_t halted;
|
||||
int stall_cycles;
|
||||
int halted;
|
||||
lr35902_mem_read_fn mem_read;
|
||||
lr35902_mem_write_fn mem_write;
|
||||
lr35902_interrupt_state int_state;
|
||||
|
||||
Reference in New Issue
Block a user