Mercurial > repos > blastem
log m68k_to_x86.c @ 184:ebcbdd1c4cc8
age | author | description |
---|---|---|
Sun, 13 Jan 2013 13:01:13 -0800 | Mike Pavone | Fix a bunch of bugs in the CPU core, add a 68K debugger |
Wed, 09 Jan 2013 22:31:07 -0800 | Mike Pavone | Fix (a7)+ src when size is byte, fix trap return address, make div with areg src decoded to invalid |
Wed, 09 Jan 2013 21:41:55 -0800 | Mike Pavone | Fix -(a7) dest when size is byte |
Wed, 09 Jan 2013 21:08:37 -0800 | Mike Pavone | Fix signed division with negative result, fix address reg destination with word-sized operand, fix cmpm decoding and code generation, fix unbalanced pop in bit instructions |
Tue, 08 Jan 2013 09:34:24 -0800 | Mike Pavone | Fix scc to set reg to 0xFF rather than 1 when the condition is true |
Sun, 06 Jan 2013 22:45:45 -0800 | Mike Pavone | Fix order of reading saved pc and swapping user and system stack pointers |
Sun, 06 Jan 2013 21:44:54 -0800 | Mike Pavone | Make sure we bail out of translation after translating an invalid instruction |