diff options
author | 2008-05-29 09:25:51 +0000 | |
---|---|---|
committer | 2008-05-29 09:25:51 +0000 | |
commit | c852c42952d4abd285b29dabf3eaaea296808125 (patch) | |
tree | df01cdea12084da4820a156cdc920357a2b315b4 /src/emu/cpu/drcuml.c | |
parent | 7247ecbce25e9d3ab9a6cca7131c08688fe52560 (diff) |
Cleanups for 0.125u3.
Diffstat (limited to 'src/emu/cpu/drcuml.c')
-rw-r--r-- | src/emu/cpu/drcuml.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/emu/cpu/drcuml.c b/src/emu/cpu/drcuml.c index a86ca7dd555..988425fb7cc 100644 --- a/src/emu/cpu/drcuml.c +++ b/src/emu/cpu/drcuml.c @@ -17,16 +17,16 @@ - checks behavior of all opcodes * Extend registers to 16? Depends on if PPC can use them - + * Support for FPU exceptions * New instructions? - - FDRNDS dst,src - round to single-precision + - FDRNDS dst,src + round to single-precision + + - FCOPYI, ICOPYF + copy raw between float and integer registers - - FCOPYI, ICOPYF - copy raw between float and integer registers - - VALID opcode_desc,handle,param checksum/compare code referenced by opcode_desc; if not matching, generate exception with handle,param |