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
path:
root
/
blastem.c
Age
Commit message (
Expand
)
Author
2015-11-08
Make menu stuff work on Android (theoretically)
Michael Pavone
2015-11-08
ROM is now run after being selected in menu. Initial path for menu is read fr...
Michael Pavone
2015-11-08
Initial work for allowing loading a ROM from menu
Michael Pavone
2015-11-04
Added temporary hack for loading a fixed ROM path so that Android build is "u...
Michael Pavone
2015-11-04
Default to fullscreen on Android since windowed mode does not make sense there
Michael Pavone
2015-10-31
Implement interrupt latency. Fixes Sesame Street: Counting Cafe and gives acc...
Michael Pavone
2015-10-31
Small tweaks to timing of 68K/Z80 interactions based on latest tests
Michael Pavone
2015-10-28
Implement TAS
Michael Pavone
2015-10-19
Added a command line option to force BlastEm to not open a new terminal even ...
Michael Pavone
2015-07-29
Added support for an IO memory map in Z80 core
Michael Pavone
2015-07-27
Change version to 0.3.X so intermediate source builds do not get an inappropr...
Michael Pavone
2015-07-26
Update README, CHANGELOG and version string for 0.3.1
Michael Pavone
2015-07-26
Fix GDB remote debugging support
Michael Pavone
2015-07-25
Use a new fatal_error function instead of calling fprintf and exit for fatal ...
Michael Pavone
2015-07-22
Fix missing include
Michael Pavone
2015-07-21
Prep for 0.3.0 release
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
Fix map for NFL Quarterback Club 96. Fix default EEPROM value. Initial work f...
Michael Pavone
2015-07-14
Broken EEPROM support
Michael Pavone
2015-07-10
Initial work on I2C EEPROM implementation
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-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-05-25
Implement cycles being stolen from 68K when the Z80 accesses the bank area or...
Michael Pavone
2015-05-20
Better handling of savestate and debug break events with "uncooperative" game...
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-11
Tiny cleanup
Michael Pavone
2015-05-11
Sync fixes and logging to fix more sync issues
Michael Pavone
2015-05-05
Added config option to allow specifying a max sync cycle smaller than the end...
Michael Pavone
2015-05-04
Indentation fixup
Michael Pavone
2015-04-30
Fix missing call to setup_io_devices
Michael Pavone
2015-01-14
Removed hardcoded assumptions in M68K core about which parts of the memory ma...
Michael Pavone
2015-01-06
Move detect_region down so that it once again occurs after load_rom since it ...
Michael Pavone
2015-01-04
Merge
Michael Pavone
2015-01-04
Some small synchronization improvements that do not seem to fix anything
Michael Pavone
2015-01-04
Removed some code that tried to deal with the 68K not using master clocks tha...
Michael Pavone
2015-01-03
Fake busack when Z80 is disabled
Michael Pavone
2015-01-03
Restore emulation of Z80 being locked out of the 68K bus during DMA and the like
Michael Pavone
2015-01-03
Fix bank area access delay for master clock change
Michael Pavone
2015-01-03
Restore Z80 interrupt pulse duration and make a small improvement to debug pr...
Michael Pavone
2015-01-03
Removed some obsolete defines
Michael Pavone
2015-01-03
Made the Z80 core more contained by refactoring some code in blastem.c into z...
Michael Pavone
2015-01-03
All cycle counters are now based off the master clock. This seems to have mes...
Michael Pavone
[next]