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
2015-06-22
Minor cleanup in init_run_cpu
Michael Pavone
2015-06-22
Fix negative offsets in calc_areg_displace
Michael Pavone
2015-06-22
Fix handling of address mask in gen_mem_fun
Michael Pavone
2015-06-22
Fix check for DEBUG in Makefile
Michael Pavone
2015-05-30
Fixed shadow/highlight mode
Michael Pavone
2015-05-28
Merge
Michael Pavone
2015-05-28
Fix crash bug in windows build
Michael Pavone
2015-05-28
Get windows build compiling again post-merge
Michael Pavone
2015-05-28
Merge windows branch with latest changes
Michael Pavone
2015-05-28
Adjusted Makefile to support linking against the static glew library from the...
Michael Pavone
2015-05-28
Fix LFO counter update speed and implement amplitude modulation
Michael Pavone
2015-05-27
Add a basic YM-2612 command to the debugger. Fix negative detune values and g...
Michael Pavone
2015-05-26
Fix register to operator mapping for channel 3 special mode
Michael Pavone
2015-05-26
Fixes for the 32-bit build accidentally introduced a bug into the 64-bit buil...
Michael Pavone
2015-05-25
Implement cycles being stolen from 68K when the Z80 accesses the bank area or...
Michael Pavone
2015-05-25
Add a define in both the source and Makefile for enabling logging of z80 inst...
Michael Pavone
2015-05-25
Fix RLD and RRD for the case in which HL does not map to a native register
Michael Pavone
2015-05-25
Fix crash bug in 32-bit build for certain secnarios with bcd instructions
Michael Pavone
2015-05-25
Fix div instruction when dest is d0 in 32-bit build
Michael Pavone
2015-05-24
Z80 test cases that passed on 64-bit now pass on 32-bit
Michael Pavone
2015-05-24
More bugfixes for the 32-bit build of the Z80 core
Michael Pavone
2015-05-23
Fix a bunch of assumptions about which Z80 registers are stored in native reg...
Michael Pavone
2015-05-23
Generate an error in x86-32 builds for most cases when a REX prefix would be ...
Michael Pavone
2015-05-23
Eliminate runtime.S/runtime_32.S.
Michael Pavone
2015-05-22
Don't attempt to translate or map code at odd addresses. This fixes a bug tha...
Michael Pavone
2015-05-22
Fix out of bounds memory access when an instruction wraps around the end of m...
Michael Pavone
2015-05-22
Fix bug in vdp_next_hint that was causing HINTs to fire repeatedly when they ...
Michael Pavone
2015-05-21
Process events while waiting for 68K debugger input. This prevents "not respo...
Michael Pavone
2015-05-21
Restore the other 2 debug display modes
Michael Pavone
2015-05-20
Better handling of savestate and debug break events with "uncooperative" game...
Michael Pavone
2015-05-20
Add some tests for hint timing and fix it properly this time.
Michael Pavone
2015-05-20
Upgrade to SDL 2.0 and drop support for the non-OpenGL render path
Michael Pavone
2015-05-20
Update vscroll latch implementation to be more in line with what Eke-Eke has ...
Michael Pavone
2015-05-19
Small correction to VBLANK flag timing. Fixed some inconsistencies in interru...
Michael Pavone
2015-05-17
Make sure z80_save_reg does nothing when there is no register in the reg fiel...
Michael Pavone
2015-05-17
Call z80_handle_deferred after generating an insruction handler so that instr...
Michael Pavone
2015-05-17
Fix VDP status register PAL bit based on observations of the Titan Overdrive ...
Michael Pavone
2015-05-17
Don't overwrite an instruction offset mapping with an extension word value. I...
Michael Pavone
2015-05-17
Fix crash bug in Z80 interpreter
Michael Pavone
2015-05-16
Adjust H32 vint slot in response to latest test ROM data
Michael Pavone
2015-05-16
First pass at emulating a vscroll latch. Titan's Overdrive demo seems to depe...
Michael Pavone
2015-05-16
Fix trans so it compiles again
Michael Pavone
2015-05-14
Small horizontal interrupt fixes
Michael Pavone
2015-05-14
Sync machine state before entering debugger
Michael Pavone
2015-05-13
Fix problem with removing breakpoints
Michael Pavone
2015-05-13
Add description of cd register value to vr debugger command
Michael Pavone
2015-05-13
Properly print equ for named labels that point outside the cartridge area in ...
Michael Pavone
2015-05-13
Get save state viewer compiling again
Michael Pavone
2015-05-12
Save PC to context struct when syncing Z80 at instruction start. This fixes s...
Michael Pavone
2015-05-11
Remove/comment verbose logging added for tracking down sync bug
Michael Pavone
[prev]
[next]