cpu: implement enought to make bootrom use display hardware
This commit is contained in:
@@ -80,7 +80,7 @@ struct lr35902_state {
|
||||
uint8_t regs_8[NUM_LR35902_REGS_8];
|
||||
|
||||
struct {
|
||||
uint8_t b, c, d, e, h, l, a, f_dummy;
|
||||
uint8_t c, b, e, d, l, h, f_dummy, a;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user