mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +03:00
(From Samuele Zannoli)
The attached patch is some more progress in the sh4 core, expecially in the fpu. Now there should be all the minimum needed to run the naomi bios ...
This commit is contained in:
parent
625c8308b9
commit
3f6e8e1abf
File diff suppressed because it is too large
Load Diff
@ -543,7 +543,7 @@ static UINT32 op1000(char *buffer, UINT32 pc, UINT16 opcode)
|
||||
sprintf(buffer, "MOV.B @($%02X,%s),R0", (opcode & 15), regname[Rm]);
|
||||
break;
|
||||
case 5:
|
||||
sprintf(buffer, "MOV.W @($%02X,%s),R0", (opcode & 15), regname[Rm]);
|
||||
sprintf(buffer, "MOV.W @($%02X,%s),R0", (opcode & 15) * 2, regname[Rm]);
|
||||
break;
|
||||
case 8:
|
||||
sprintf(buffer, "CMP/EQ #$%02X,R0", (opcode & 0xff));
|
||||
|
Loading…
Reference in New Issue
Block a user