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
Age
Commit message (
Expand
)
Author
2019-02-04
Fixed some issues involving conditional execution and temporaries/constant fo...
Michael Pavone
2019-02-04
Implemented conditional call/ret, cpi/cpd/cpir/cpdr and fixed ldir/lddr in ne...
Michael Pavone
2019-02-03
Get new Z80 core running in CPM harness
Michael Pavone
2019-02-03
Implemented the rest of the block move instructions in new Z80 core
Michael Pavone
2019-02-02
Implemented LDI in new Z80 core
Michael Pavone
2019-02-02
Implemented ld a,r and ld a,i in new Z80 core
Michael Pavone
2019-02-02
Implemented DD/FD prefixes for EX in new Z80 core
Michael Pavone
2019-02-02
Implemented remaining DD/FD prefixes for LD in new Z80 core
Michael Pavone
2019-02-02
Implemented SET instruction in Z80 core
Michael Pavone
2019-02-02
Implemented RES instruction in new Z80 core
Michael Pavone
2019-02-02
Implemented BIT instruction in new Z80 core and fixed a bunch of WZ register ...
Michael Pavone
2019-02-01
Implemented jp (hl), jp (ix) and jp (iy) in the new Z80 core
Michael Pavone
2019-02-01
Miscellaneous small fixes to new Z80 core
Michael Pavone
2019-01-31
Fixed a few ld instructions in the new Z80 core
Michael Pavone
2019-01-31
Implemented shift instructions in new Z80 core
Michael Pavone
2019-01-31
Implemented the rest of the rotate instructions in new Z80 core
Michael Pavone
2019-01-31
Implementation of some of the rotate instructions in new Z80 core
Michael Pavone
2019-01-30
Implemented DD/FD prefixes for and/or/xor in new Z80 core
Michael Pavone
2019-01-30
Fix cp instruction in new Z80 core and implement its DD/FD prefixes
Michael Pavone
2019-01-30
Implemented the rest of the dd/fd prefixes for the add/adc/sub/sbc/inc/dec in...
Michael Pavone
2019-01-30
Added implementations of a bunch of 16-bit arithmetic instructions and some D...
Michael Pavone
2019-01-30
Better error reporting when an instruction is given an insufficient number of...
Michael Pavone
2019-01-29
Implement 16-bit addition in new Z80 core along with necessary CPU DSL fixes ...
Michael Pavone
2019-01-29
fix half-carry for or and xor in new Z80 core
Michael Pavone
2019-01-29
Implement parity flag calculation type
Michael Pavone
2019-01-29
Fix ED prefix in new Z80 core
Michael Pavone
2019-01-29
Actually correct overflow flag calculation in CPU DSL
Michael Pavone
2019-01-28
Fix sbc and implement carry/overflow flags for it in CPU DSL
Michael Pavone
2019-01-28
Implementation of carry/overflow flags for adc instructions in CPU DSL
Michael Pavone
2019-01-28
Fixed flag calculation for sub instructions in CPU DSL
Michael Pavone
2019-01-28
Less broken flag calulcation for sub instructions in CPU DSL
Michael Pavone
2019-01-28
Initial checkin of new WIP Z80 core using CPU DSL
Michael Pavone
2019-01-28
Initial stab at overflow flag implementation in CPU DSL. Probably broken for ...
Michael Pavone
2019-01-28
First stab at carry and half-carry calculation in CPU DSL
Michael Pavone
2019-01-28
Fix zero flag calculation in CPU DSL
Michael Pavone
2019-01-27
Implemented sbc instruction in CPU DSL
Michael Pavone
2019-01-27
Added adc instruction to CPU DSL
Michael Pavone
2019-01-25
Output tables in order specified by the extra_tables field so the user can de...
Michael Pavone
2019-01-25
Fix constant propagation to a non-ephemeral destination in CPU DSL
Michael Pavone
2019-01-25
Fixed missing semicolon in coalesceFlags
Michael Pavone
2019-01-25
Added new sext instruction for sign extension to CPU sdl
Michael Pavone
2019-01-24
Properly support interlace in libretro build
Michael Pavone
2019-01-23
Fix aspect ratio for H32 games
Michael Pavone
2019-01-22
Added some Makefile options to build a packaging friendly executable
Michael Pavone
2019-01-20
Don't leak a system context when a game is unloaded
Mike Pavone
2019-01-20
Implement serialization/deserialization in libretro build
Mike Pavone
2019-01-20
Have a suitable default IO port configuration when nonIO is present from the ...
Mike Pavone
2019-01-20
Fixed the most glaring issues in libretro build
Mike Pavone
2019-01-20
Hacky WIP libertro implementation
Michael Pavone
2019-01-20
Small fix to sync sample calculation in render_sdl
Michael Pavone
[next]