diff options
author | 2008-06-05 15:57:00 +0000 | |
---|---|---|
committer | 2008-06-05 15:57:00 +0000 | |
commit | 1bc774b32b7bc31fa4e0536e2d882c2589819e59 (patch) | |
tree | 574c19db33596299806e078fce9ee26ce6a4c74f /src/emu/cpu/drcuml.c | |
parent | cfb9caf08f06729c5e312bf7a40f1ca77c2fe72b (diff) |
Cleanups/version bump.mame0125u4
Diffstat (limited to 'src/emu/cpu/drcuml.c')
-rw-r--r-- | src/emu/cpu/drcuml.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/emu/cpu/drcuml.c b/src/emu/cpu/drcuml.c index a6a3c0609af..d16d0cbaddd 100644 --- a/src/emu/cpu/drcuml.c +++ b/src/emu/cpu/drcuml.c @@ -12,11 +12,11 @@ Future improvements/changes: - * UML optimizer: - - detects constant operations, converts to MOV - - eliminates no-ops (add i0,i0,0) - - determines flags automatically - - constant folding + * UML optimizer: + - detects constant operations, converts to MOV + - eliminates no-ops (add i0,i0,0) + - determines flags automatically + - constant folding * Write a back-end validator: - checks all combinations of memory/register/immediate on all params |