summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-12Added tag v0.1.0 for changeset 949c7d875693Mike Pavone
2021-03-12Close OpenGL feature branchMike Pavone
2021-03-07Add TMSS state to save statesMichael Pavone
2021-03-07Don't init IO ports in TMSS ROM as it trips up the standard Sega init codeMichael Pavone
2021-03-07Implement TMSS VDP lockMichael Pavone
2021-03-07Fix bug in handling of MMAP_CODE regions smaller than 16KBMichael Pavone
2021-03-07Added open source TMSS replacementMichael Pavone
2021-02-21Implement TMSS ROM and cart mapping registerMichael Pavone
2021-02-20Make ui.enter_debuger respect which debuger is activeMichael Pavone
2021-02-20Make KDEBUG functionality play nice with gdb remote debuggingMichael Pavone
2021-02-20Fix some stuff that was calling printf directlyMichael Pavone
2021-02-20Close VDP debug windows when VDP is freed. Fixes Trac bug 39Michael Pavone
2021-02-15Fix Timer B load bug that made games using Konami sound driver to have slower...Michael Pavone
2021-02-15Add new serial state, and Heartbeat Personal Trainer state to save state seri...Michael Pavone
2021-02-15Implement Heartbeat Personal Trainer peripheral and add ROM DB entry for Outb...Michael Pavone
2021-02-10MergeMichael Pavone
2021-02-10Implement serial IO, a generic serial device type and external interruptsMichael Pavone
2020-12-03Add ROM DB entry for bootleg game Rock WorldMichael Pavone
2020-12-03Add ROM DB entry for Rock Heaven a bootleg hack of Alex Kidd with Rockman gra...Michael Pavone
2020-11-24Fix format of axis mapping strings for axes that map to a d-padMichael Pavone
2020-11-24Backed out changeset 96971b673f51Michael Pavone
2020-11-21Add Genesis 6-button contoller imageMichael Pavone
2020-11-21Fix some bugs in PNG decoderMichael Pavone
2020-11-09Add a UI button to reset config to defaultsMichael Pavone
2020-11-07Prevent user from getting stuck in directories they don't have permission to ...Michael Pavone
2020-11-07Show current path in file browserMichael Pavone
2020-11-04Use different variants for Genesis controllers to better represent what types...Michael Pavone
2020-11-02Reorder system settings so that more common options are near the top and none...Michael Pavone
2020-11-01Multiplying by zero and shifting by zero are very different. Fixes regression...Michael Pavone
2020-11-01Small improvement to refresh cycle approximationMike Pavone
2020-11-01Improved texture atlas size estimation in NuklearMike Pavone
2020-11-01Fix a regression in sprite rendering that could cause garbage to be displayed...Mike Pavone
2020-10-19Add support for the parts of the KMod debug ports used by SGDKMike Pavone
2020-10-16Fix build breakage on OS XMichael Pavone
2020-10-16Specify min OS X version when making a "portable" build for that platformMichael Pavone
2020-10-16Prevent wait truncation in VGM loggingMichael Pavone
2020-10-11Set initial pan bits in YM2612 register array and not just the separate lr fi...Michael Pavone
2020-10-11Fix occasional deadlock on startup when using audio syncMichael Pavone
2020-07-19Added Wii U controller imageMike Pavone
2020-07-14Fix VGM delay calculation overflow when a YM-2612 write follows a PSG write i...Mike Pavone
2020-07-12Add stubs for some functions in libblastem.c to fix link failures on windows ...Mike Pavone
2020-07-11Fix broken enum definitions that cause multiple definition errors when buildi...Mike Pavone
2020-07-11Fix libretro target on windowsMike Pavone
2020-06-28Enter debugger when a VDP data port read would cause a CPU lockupMike Pavone
2020-06-28Fix regressions from most recent address/cd latch change. Need to do more res...Mike Pavone
2020-06-18Update cycle to VGM sample conversion based on ValleyBell's suggestionMichael Pavone
2020-06-18MergeMichael Pavone
2020-06-18Fix regressions in Monster World IV and Sonic 3D Blast caused by address latc...Michael Pavone
2020-06-13Add stop command to end of recorded VGM streamMike Pavone
2020-06-13MergeMichael Pavone