cpu: implement enought to make bootrom use display hardware

This commit is contained in:
2018-01-01 16:51:56 -08:00
parent 92f9ef591b
commit d62a8d3f0e
2 changed files with 82 additions and 22 deletions

View File

@@ -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;
};
};