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
2021-02-15
Implement Heartbeat Personal Trainer peripheral and add ROM DB entry for Outb...
Michael Pavone
2020-05-09
Less hacky run on audio thread mode
Michael Pavone
2020-05-08
Avoid expensive re-init from switching to external sync after render_init has...
Michael Pavone
2020-05-02
Use zlib to compress event log streams
Mike Pavone
2020-05-01
Fix awful playback latencin in new netplay implementation
Michael Pavone
2020-04-30
Remove usage of GCC pointer arithmetic on void * extension
Michael Pavone
2020-04-29
WIP netplay support
Michael Pavone
2020-04-18
WIP new sync mode that runs emulation on audio thread
Michael Pavone
2019-04-23
Allow rom directory and rom name in screenshot path. Allow rom name in screen...
Michael Pavone
2019-03-30
Update version number for nightly builds
Mike Pavone
2019-03-27
Update version number, special thanks, CHANGELOG and README in preparation fo...
Michael Pavone
2019-03-19
Fix off-by-one error in code for loading an SMD format ROM from a ZIP archive
Michael Pavone
2019-02-10
Initial attempt at interrupts in new Z80 core and integrating it into main ex...
Michael Pavone
2019-01-18
Updated version number for 0.6.2 preview nightly builds
Michael Pavone
2019-01-17
Add support for SMD format ROMs in ZIP files
Michael Pavone
2019-01-17
Fix SMD ROM support
Michael Pavone
2019-01-03
Updated version number and CHANGELOG for possible 0.6.1 release
Michael Pavone
2018-12-31
Updated version number for 0.6.0 release
Mike Pavone
2018-12-30
Fix crash when passed a filename with no extension
Mike Pavone
2018-12-25
Fix headless mode
Michael Pavone
2018-07-06
Update controller config when changed in UI without restart
Michael Pavone
2018-06-28
Fix a number of other memory errors (mostly leaks again) identified by valgrind
Michael Pavone
2018-06-22
Fix some memory errors (mostly leaks) identified by valgrind
Michael Pavone
2018-05-05
Refactor to split device bindings from IO emulation code
Michael Pavone
2018-05-02
Added null check to reload_media
Michael Pavone
2018-05-02
Fix drag and drop when using Nuklear UI
Michael Pavone
2018-04-27
Only save config file if something has changed. Re-initialize audio and video...
Michael Pavone
2018-03-26
There will be no 0.5.2 at this point
Michael Pavone
2018-03-24
Merge
Michael Pavone
2018-03-24
Add support for loading ROMs from zip files
Michael Pavone
2018-03-23
Updated fibonacci benchmark code to work with current test harness
Michael Pavone
2017-11-29
Added code to persist config back to a file
Michael Pavone
2017-11-26
Enable lock-on in Nuklear UI
Michael Pavone
2017-11-26
Pause game execution when in the new UI pause menu
Michael Pavone
2017-11-25
Skip loading menu ROM if Nuklear UI is enabled. Allow disabling Nuklear UI in...
Michael Pavone
2017-11-21
Initial work on Nuklear-based UI
Michael Pavone
2017-09-06
Remove unused define in blastem.c
Michael Pavone
2017-09-06
Update version number for nightly builds
Michael Pavone
2017-08-30
Updated version string for 0.5.1 release
Michael Pavone
2017-08-23
Allow reloading current ROM with a hotkey (default F5) and allow locking on a...
Michael Pavone
2017-08-09
New savestates are working. New config file option for selecting format state...
Michael Pavone
2017-06-30
Make drag and drop play nice with the menu
Michael Pavone
2017-06-22
Load SRAM/EEPROM from lock-on cart directory if the lock-on cart is the one w...
Michael Pavone
2017-06-15
Allow height to be specified in the config file and properly calculate from t...
Michael Pavone
2017-06-14
Initial support for drag and drop. Some work needed for proper menu integration.
Michael Pavone
2017-06-07
Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone
2017-06-04
Updated version string for 0.5.1 pre-releases
Michael Pavone
2017-06-02
Update version number for stable release
Michael Pavone
2017-04-21
Fix a deficiency in the way types were handled in my ternary tree. Fixes in w...
Michael Pavone
2017-03-21
Make save directory configurable. Satisfies ticket:4
Michael Pavone
[next]