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
2016-04-10
Allow changing the 68K clock divider in the config file
Michael Pavone
2016-02-25
Fix saving of SRAM/EEPROM when switching games in menu
Michael Pavone
2016-02-25
Fix filename used for SRAM/EEPROM when loading a game from the menu
Michael Pavone
2016-02-10
Minor adjustment to refresh interval to better match latest measurements
Michael Pavone
2015-12-30
Allow DMA from cartridge ROM above the 4MB mark. Should probably use get_nati...
Michael Pavone
2015-12-08
Allow IO device config to be overriden by ROM DB
Michael Pavone
2015-11-17
Fix a bad interaction between the implementation of STOP and the way interrup...
Michael Pavone
2015-11-16
Approximation of refresh wait states
Michael Pavone
2015-11-14
Allow menu ROM to be debugged
Michael Pavone
2015-11-13
Selecting a second game from the menu now works
Michael Pavone
2015-11-13
It is now possible to switch back and forth between the menu ROM and the game
Michael Pavone
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
[next]