diff options
author | 2008-05-25 22:09:21 +0000 | |
---|---|---|
committer | 2008-05-25 22:09:21 +0000 | |
commit | 40dea6049e2b9d93f5c1427a38e52509833b270f (patch) | |
tree | 18c4b831bb7bb7b623400fbf11a7b52fc311b5f5 /src/emu/cpu/drcuml.c | |
parent | 238dc3aada9a1526f0af17d1a5114db61c184d13 (diff) |
Added new front-end flag to tag privileged instructions.
Minor tweaks/cleanups to the MIPS3 drc.
Diffstat (limited to 'src/emu/cpu/drcuml.c')
-rw-r--r-- | src/emu/cpu/drcuml.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/cpu/drcuml.c b/src/emu/cpu/drcuml.c index 2ce0a5303d0..de97a317e8a 100644 --- a/src/emu/cpu/drcuml.c +++ b/src/emu/cpu/drcuml.c @@ -17,6 +17,8 @@ - checks behavior of all opcodes * Extend registers to 16? Depends on if PPC can use them + + * Support for FPU exceptions * New instructions? - VALID opcode_desc,handle,param |