index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
68kinst.c
Age
Commit message (
Expand
)
Author
2018-10-31
Fix cycle count for shift/rotate instructions with a static shift ammount
Michael Pavone
2017-09-08
Fix what are hopefully th elast of the 68K instruction decoder bugs revealed ...
Michael Pavone
2017-09-07
More instruction decoder fixes
Michael Pavone
2017-09-06
Fix a bunch of 68K instruction decoder bugs revealed by r57shell/realmonster'...
Michael Pavone
2017-05-05
Decode JMP or JSR with an invalid addressing mode as an invalid instruction
Michael Pavone
2017-04-26
Handle address register displacement when calculating branch targets in debugger
Michael Pavone
2017-03-13
Properly treat invalid addressing modes for PEA/LEA as invalid instructinos
Michael Pavone
2017-02-28
immediate and predecrement are illegal source address modes for movem. Fixes ...
Michael Pavone
2017-02-23
Minor fix to 68K instruction decoder
Michael Pavone
2017-02-09
Properly treat bad addressing modes in OR/AND as illegal instructions
Michael Pavone
2016-04-28
Implemented A line and F line traps.
Michael Pavone
2016-04-24
Half assed, prefetch based open bus value emulation. Gets BlastEm up to 119/1...
Michael Pavone
2015-10-22
Decode operand for TAS
Michael Pavone
2015-08-03
Detect invalid destination modes for immediate variant opcodes. This fixes a ...
Michael Pavone
2014-12-30
Merge
Michael Pavone
2014-12-28
Fix opsize for sbcd in 68K instruction decoder. This fixes the timer bug in S...
Michael Pavone
2014-12-03
Unbreak PC indexed addressing modes in decoder
Michael Pavone
2014-10-15
Fix interpretation of moves direction field
Michael Pavone
2014-10-15
Fix decoding of movec
Michael Pavone
2014-10-14
Add support for 68020 addressing modes in decoder and disassembler
Michael Pavone
2014-10-12
Add support for 68020 bitfield instructions
Michael Pavone
2014-10-11
Better support for labels sourced from VOS program module header
Michael Pavone
2014-10-08
Improve support for disassembling 68010+ binaries
Michael Pavone
2014-02-09
Refactor debugger next command
Mike Pavone
2013-09-10
Added copyright notice to source files and added GPL license text in COPYING
Mike Pavone
2013-06-19
Fix movem with pc displacement or pc indexed source
Mike Pavone
2013-05-12
Fixed decoding of CHK destination
Mike Pavone
2013-01-26
Tweaks to make blastem compatible with m68k-tester
Mike Pavone
2013-01-17
Add instruction address logging to translator and support for reading an addr...
Mike Pavone
2013-01-13
Fix a bunch of bugs in the CPU core, add a 68K debugger
Mike Pavone
2013-01-09
Fix (a7)+ src when size is byte, fix trap return address, make div with areg ...
Mike Pavone
2013-01-09
Fix signed division with negative result, fix address reg destination with wo...
Mike Pavone
2013-01-06
Print a message when we try to run an invalid instruction, not when we try to...
Mike Pavone
2013-01-05
Fix decoding of movep
Mike Pavone
2013-01-04
Small fix for bit instructions
Mike Pavone
2012-12-31
Fix label names in disassembler
Mike Pavone
2012-12-30
Fix some bugs in decoding cmp
Mike Pavone
2012-12-30
Improve disassembler
Mike Pavone
2012-12-28
Fix decoding of CMPA
Mike Pavone
2012-12-28
Implement pea (untested).
Mike Pavone
2012-12-28
Fix decoding of Scc
Mike Pavone
2012-12-27
Some fixes to add/addx sub/subx decoding
Mike Pavone
2012-12-27
Initial work on allowing dynamic branches and code in RAM plus a small fix to...
Mike Pavone
2012-12-27
Fix decoding bug for addq/subq
Mike Pavone
2012-12-27
Implement EXT, add some fixes to LINK/UNLK
Mike Pavone
2012-12-27
Fix decoding bug in addq/subq
Mike Pavone
2012-12-26
Fix decoding of and
Mike Pavone
2012-12-21
Implement indexed with 8-bit displacement addressing modes in decoder and dis...
Mike Pavone
2012-12-20
Fix disassembly of reg list in MOVEM when the reg list is the destination
Mike Pavone
2012-12-20
Fix decoding and disassembly of MOVEM
Mike Pavone
[next]