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-07-17
Less broken EEPROM support
Michael Pavone
2015-07-17
Add ability to change start address for VRAM viewer. Fix handling of DMA enab...
Michael Pavone
2015-07-14
Broken EEPROM support
Michael Pavone
2015-07-10
Initial work on I2C EEPROM implementation
Michael Pavone
2015-07-07
Add support for reading cartridge memory map from ROM database, though withou...
Michael Pavone
2015-07-06
SRAM detection from ROM header is no working correctly again
Michael Pavone
2015-07-05
WIP changes to support reading cart memory map from ROM DB
Michael Pavone
2015-07-02
Allow regions to be set in ROM DB. Prefer default region if it is one of the ...
Michael Pavone
2015-07-02
Initial work on ROM database
Michael Pavone
2015-06-28
Get "portable" builds working on Linux and add a build time check for whether...
Michael Pavone
2015-06-28
Add support for making a "portable" build on OSX to Makefile
Michael Pavone
2015-06-28
Fix self modifying code checks on platforms like OS X on which guest RAM ends...
Michael Pavone
2015-06-28
Use MAP_32BIT on Linux since my hint seems to be ignored
Michael Pavone
2015-06-28
Use mmap with a hint rather than sbrk for allocating executable memory within...
Michael Pavone
2015-06-28
More clang warning cleanup
Michael Pavone
2015-06-27
Preserve scratch2 when using it as a temporary in memory read functions. This...
Michael Pavone
2015-06-27
Cleanup some warnings under clang through a combination of code fixes and sup...
Michael Pavone
2015-06-27
Handle far calls in call_args and call_args_abi
Michael Pavone
2015-06-25
Lame placeholder support for floating bus bits of IO hardware. Needs to be re...
Michael Pavone
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
[next]