mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-11 05:29:43 +00:00
heathrow: fix EMMO bit.
This commit is contained in:
parent
5463c8e6cb
commit
56db0426a4
@ -240,7 +240,7 @@ uint32_t HeathrowIC::mio_ctrl_read(uint32_t offset, int size) {
|
||||
case MIO_HEAT_ID:
|
||||
LOG_F(9, "read from MIO:ID register at Address %x \n", ppc_state.pc);
|
||||
res = (this->fp_id << 24) | (this->mon_id << 16) | (this->mb_id << 8) |
|
||||
(this->cpu_id | this->emmo_pin);
|
||||
(this->cpu_id | (this->emmo_pin << 4));
|
||||
break;
|
||||
case MIO_HEAT_FEAT_CTRL:
|
||||
LOG_F(9, "read from MIO:Feat_Ctrl register \n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user