summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-25Add something resembling a proper headerMichael Pavone
2015-07-25Initial work on silly Genesis based menuMichael Pavone
2015-07-22Added tag v0.3.0 for changeset 283bdcd5bdb8Michael Pavone
2015-07-22Fix missing includeMichael Pavone
2015-07-21Added tag v0.3.0 for changeset 0e5f14d9a579Michael Pavone
2015-07-21Prep for 0.3.0 releaseMichael Pavone
2015-07-21Better error handling in alloc_codeMichael Pavone
2015-07-21Fix stateview build and fix Makefile to use /bin/echo since builtin echo does...Michael Pavone
2015-07-21Add more EEPROM games to ROM DBMichael Pavone
2015-07-20Remove debug printf from EEPROM codeMichael Pavone
2015-07-20EEPROM reads now work for NFL Quarterback Club 96Michael Pavone
2015-07-20EEPROM writes now seem to work for NFL Quarterback Club 96Michael Pavone
2015-07-20Remove extraneous defineMichael Pavone
2015-07-20Support large flat-mapped ROMs like Bad Apple or that Mortal Kombat hackMichael Pavone
2015-07-20Full support for Sega mapper when it comes to data. Code in remapped sections...Michael Pavone
2015-07-19Populate save mask when SRAM is defined in ROM DB rather than cart headerMichael Pavone
2015-07-19Fix map for NFL Quarterback Club 96. Fix default EEPROM value. Initial work f...Michael Pavone
2015-07-18MergeMichael Pavone
2015-07-17Less broken EEPROM supportMichael Pavone
2015-07-17Add ability to change start address for VRAM viewer. Fix handling of DMA enab...Michael Pavone
2015-07-14Broken EEPROM supportMichael Pavone
2015-07-10Initial work on I2C EEPROM implementationMichael Pavone
2015-07-07Add support for reading cartridge memory map from ROM database, though withou...Michael Pavone
2015-07-06SRAM detection from ROM header is no working correctly againMichael Pavone
2015-07-05WIP changes to support reading cart memory map from ROM DBMichael Pavone
2015-07-02Allow regions to be set in ROM DB. Prefer default region if it is one of the ...Michael Pavone
2015-07-02Initial work on ROM databaseMichael Pavone
2015-06-28Fix sense of HAS_PROC checkMichael Pavone
2015-06-28Get "portable" builds working on Linux and add a build time check for whether...Michael Pavone
2015-06-28Add support for making a "portable" build on OSX to MakefileMichael Pavone
2015-06-28Fix self modifying code checks on platforms like OS X on which guest RAM ends...Michael Pavone
2015-06-28Use MAP_32BIT on Linux since my hint seems to be ignoredMichael Pavone
2015-06-28Use mmap with a hint rather than sbrk for allocating executable memory within...Michael Pavone
2015-06-28More clang warning cleanupMichael Pavone
2015-06-27Preserve scratch2 when using it as a temporary in memory read functions. This...Michael Pavone
2015-06-27Cleanup some warnings under clang through a combination of code fixes and sup...Michael Pavone
2015-06-27Handle far calls in call_args and call_args_abiMichael Pavone
2015-06-25Lame placeholder support for floating bus bits of IO hardware. Needs to be re...Michael Pavone
2015-06-22Minor cleanup in init_run_cpuMichael Pavone
2015-06-22Fix negative offsets in calc_areg_displaceMichael Pavone
2015-06-22Fix handling of address mask in gen_mem_funMichael Pavone
2015-06-22Fix check for DEBUG in MakefileMichael Pavone
2015-05-30Fixed shadow/highlight modeMichael Pavone
2015-05-28MergeMichael Pavone
2015-05-28Fix crash bug in windows buildMichael Pavone
2015-05-28Get windows build compiling again post-mergeMichael Pavone
2015-05-28Merge windows branch with latest changesMichael Pavone
2015-05-28Adjusted Makefile to support linking against the static glew library from the...Michael Pavone
2015-05-28Fix LFO counter update speed and implement amplitude modulationMichael Pavone
2015-05-27Add a basic YM-2612 command to the debugger. Fix negative detune values and g...Michael Pavone