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
/
z80_to_x86.c
Age
Commit message (
Expand
)
Author
2020-04-03
Fix bug in in (c) instruction in Z80 dynarec
Michael Pavone
2020-02-25
Fix edge case in Z80 interrupt handling. Fixes music in Metal Blast 2277
Michael Pavone
2019-04-07
Get 64-bit builds working for Windows target
Michael Pavone
2019-02-25
More instruction timing fixes in old Z80 core
Michael Pavone
2019-02-19
Fix cycle counts of a few instructions in old Z80 core
Michael Pavone
2018-06-22
Fix some memory errors (mostly leaks) identified by valgrind
Michael Pavone
2018-04-08
Fix timing for Z80 JP cc, nn instruction
Michael Pavone
2017-10-19
Implemented Z80 IM 2 and attempted correct intack cycle delay
Michael Pavone
2017-08-29
Ensure extra_pc is NULL when resuming a save state
Michael Pavone
2017-08-24
Allow actually saving a save state in more Z80 states. Save busreq/reset stat...
Michael Pavone
2017-08-16
Added save states to SMS emulation
Michael Pavone
2017-08-06
WIP - New savestate format
Michael Pavone
2017-05-28
Implemented Z80 NMI
Michael Pavone
2017-03-02
Fix implementation of in c and out c on 32-bit x86
Michael Pavone
2017-02-19
Fix loading of the R register from the in memory context
Michael Pavone
2017-02-19
Ported correct but inefficient overlapping instruction handling from 68K core...
Michael Pavone
2017-02-14
Hacky fix so sound works in Project MD again
Michael Pavone
2017-01-18
Fix regression in tracking of 3+ byte instructions in Z80 core
Michael Pavone
2017-01-03
Fix implementation of Z80 HALT instruction
Michael Pavone
2017-01-02
Invalidate translated code on a cartridge bank change in SMS mode. Fix handli...
Michael Pavone
2017-01-01
Partial fix for Z80 debugger brokeness introduced with stack alignment changes
Michael Pavone
2016-12-28
Remove memory map assumptions from Z80 core and move a little bit of logic to...
Michael Pavone
2016-12-22
Initial support for Genesis/Megadrive PBC mode. VDP still needs Mode 4 to be ...
Michael Pavone
2016-12-22
More cleanup in preparation for SMS/Mark III support
Michael Pavone
2016-12-14
Fix a couple of timing regressions in Z80 core
Michael Pavone
2016-08-01
Implemented IND and INDR
Michael Pavone
2016-08-01
Implemented INIR
Michael Pavone
2016-08-01
Implement INI
Michael Pavone
2016-07-30
Fix handling of undocumented flag bits for ADD in 32-bit builds
Michael Pavone
2016-07-30
Fixed bug introduced in NEG with addition of undocumented flags
Michael Pavone
2016-07-29
Implement undocumented flag bits for shift instructions
Michael Pavone
2016-07-29
Implement undocumented flag bits for RLD and RRD
Michael Pavone
2016-07-29
Implemented undocumented flag bits for rotate instructions
Michael Pavone
2016-07-29
Implement undocumented flag bits for block LD instructions
Michael Pavone
2016-07-29
Implement undocumented flag bits for block CP instructions
Michael Pavone
2016-07-28
Implement undoumented flag bits for DAA, CPL, SCF and CCF
Michael Pavone
2016-07-28
Partial support for undocumented flag bits
Michael Pavone
2016-07-27
More efficient register usage in 32-bit mode
Michael Pavone
2016-07-27
Change cycle tracking code for Z80 core to only use a single register. Store ...
Michael Pavone
2016-07-26
Fix DAA and implement half-carry for remaining instructions. Z80 core now pas...
Michael Pavone
2016-07-26
Implement half-carry for INC, DEC and NEG
Michael Pavone
2016-07-25
Properly handle redundant prefixes
Michael Pavone
2016-07-24
Implement block CP instructions. Fix bug that would corrupt context reg in DA...
Michael Pavone
2016-07-24
Implement Z80 DAA. Implement half-carry flag for the rest of the "easy" cases...
Michael Pavone
2016-07-23
Implement Z80 block OUT instructions. Fixes Power Monger
Michael Pavone
2016-04-20
Fix bug in Z80 rrd implementation. This fixes the annoying high pitched wine ...
Michael Pavone
2016-04-20
Fix crash bug in Z80 debugger introduced with stack alignment changes
Michael Pavone
2015-11-27
Replace some hard-coded instruction length assumptions with a calculation so ...
Michael Pavone
2015-11-26
Fix for Z80 retranslation post alignment rework
Michael Pavone
2015-11-26
Z80 core is now slightly less broken
Michael Pavone
[next]