log 68kinst.c @ 2493:b62336ceb626 default tip

age author description
Sat, 07 Oct 2023 18:04:35 -0700 Michael Pavone Fix some issues identified by asan/ubsan
Mon, 05 Sep 2022 00:49:03 -0700 Michael Pavone Fix bad 68K instruction timings revealed by Ti_'s test ROM, except those that involve exception timing
Mon, 29 Aug 2022 21:58:37 -0700 Michael Pavone More 68K disassembler refactoring and fix Windows build failure
Thu, 17 Mar 2022 22:41:42 -0700 Michael Pavone Remove use of get_native_pointer in 68K instruction decoding in preparation for word RAM interleaving
Wed, 31 Oct 2018 21:58:09 -0700 Michael Pavone Fix cycle count for shift/rotate instructions with a static shift ammount
Fri, 08 Sep 2017 00:38:10 -0700 Michael Pavone Fix what are hopefully th elast of the 68K instruction decoder bugs revealed by r57shell/realmonster's test ROM
Thu, 07 Sep 2017 00:42:28 -0700 Michael Pavone More instruction decoder fixes
Wed, 06 Sep 2017 22:14:51 -0700 Michael Pavone Fix a bunch of 68K instruction decoder bugs revealed by r57shell/realmonster's test ROM
Fri, 05 May 2017 23:41:14 -0700 Michael Pavone Decode JMP or JSR with an invalid addressing mode as an invalid instruction
Wed, 26 Apr 2017 01:05:40 -0700 Michael Pavone Handle address register displacement when calculating branch targets in debugger
Mon, 13 Mar 2017 00:23:58 -0700 Michael Pavone Properly treat invalid addressing modes for PEA/LEA as invalid instructinos
Tue, 28 Feb 2017 21:59:58 -0800 Michael Pavone immediate and predecrement are illegal source address modes for movem. Fixes ticket:8 and ticket:9
Thu, 23 Feb 2017 00:08:04 -0800 Michael Pavone Minor fix to 68K instruction decoder
Thu, 09 Feb 2017 00:49:53 -0800 Michael Pavone Properly treat bad addressing modes in OR/AND as illegal instructions
Thu, 28 Apr 2016 09:00:42 -0700 Michael Pavone Implemented A line and F line traps.
Sun, 24 Apr 2016 02:19:48 -0700 Michael Pavone Half assed, prefetch based open bus value emulation. Gets BlastEm up to 119/122 in VDP FIFO Testing
Thu, 22 Oct 2015 19:10:31 -0700 Michael Pavone Decode operand for TAS
Mon, 03 Aug 2015 22:30:29 -0700 Michael Pavone Detect invalid destination modes for immediate variant opcodes. This fixes a crash bug in Bill's Tomato Game on Windows
Tue, 30 Dec 2014 19:11:34 -0800 Michael Pavone Merge
Wed, 03 Dec 2014 09:26:07 -0800 Michael Pavone Unbreak PC indexed addressing modes in decoder
Wed, 15 Oct 2014 00:30:19 -0700 Michael Pavone Fix interpretation of moves direction field
Wed, 15 Oct 2014 00:26:57 -0700 Michael Pavone Fix decoding of movec
Tue, 14 Oct 2014 21:58:03 -0700 Michael Pavone Add support for 68020 addressing modes in decoder and disassembler
Sun, 12 Oct 2014 19:03:05 -0700 Michael Pavone Add support for 68020 bitfield instructions
Sat, 11 Oct 2014 22:18:49 -0700 Michael Pavone Better support for labels sourced from VOS program module header
Wed, 08 Oct 2014 22:18:34 -0700 Michael Pavone Improve support for disassembling 68010+ binaries
Sun, 28 Dec 2014 17:58:43 -0800 Michael Pavone Fix opsize for sbcd in 68K instruction decoder. This fixes the timer bug in Strider 2
Sun, 09 Feb 2014 12:35:27 -0800 Mike Pavone Refactor debugger next command
Tue, 10 Sep 2013 23:31:08 -0700 Mike Pavone Added copyright notice to source files and added GPL license text in COPYING
Wed, 19 Jun 2013 00:40:13 -0700 Mike Pavone Fix movem with pc displacement or pc indexed source