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-21
Added tag v0.3.0 for changeset 0e5f14d9a579
Michael Pavone
2015-07-21
Prep for 0.3.0 release
Michael Pavone
2015-07-21
Better error handling in alloc_code
Michael Pavone
2015-07-21
Fix stateview build and fix Makefile to use /bin/echo since builtin echo does...
Michael Pavone
2015-07-21
Add more EEPROM games to ROM DB
Michael Pavone
2015-07-20
Remove debug printf from EEPROM code
Michael Pavone
2015-07-20
EEPROM reads now work for NFL Quarterback Club 96
Michael Pavone
2015-07-20
EEPROM writes now seem to work for NFL Quarterback Club 96
Michael Pavone
2015-07-20
Remove extraneous define
Michael Pavone
2015-07-20
Support large flat-mapped ROMs like Bad Apple or that Mortal Kombat hack
Michael Pavone
2015-07-20
Full support for Sega mapper when it comes to data. Code in remapped sections...
Michael Pavone
2015-07-19
Populate save mask when SRAM is defined in ROM DB rather than cart header
Michael Pavone
2015-07-19
Fix map for NFL Quarterback Club 96. Fix default EEPROM value. Initial work f...
Michael Pavone
2015-07-18
Merge
Michael Pavone
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
Fix sense of HAS_PROC check
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
[next]