mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
h8: add SLEEP opcode (nw)
This commit is contained in:
parent
8ce951b7ea
commit
547038933a
@ -625,6 +625,9 @@ static void h8_group0(h83xx_state *h8, UINT16 opcode)
|
||||
}
|
||||
}
|
||||
break;
|
||||
case 0x8: // sleep
|
||||
H8_IFETCH_TIMING(1);
|
||||
break;
|
||||
case 0xc:
|
||||
// mulxs
|
||||
ext16 = h8_mem_read16(h8, h8->pc);
|
||||
|
Loading…
Reference in New Issue
Block a user