Mercurial > repos > blastem
graph
-
Hacky fix so sound works in Project MD againTue, 14 Feb 2017 05:14:10 -0800, by Michael Pavone
-
Fix handling of SRAM overlapping with ROMTue, 14 Feb 2017 04:44:37 -0800, by Michael Pavone
-
Add mising include in genesis.c so the Windows build works againTue, 14 Feb 2017 04:15:49 -0800, by Michael Pavone
-
Fix timing for instructions using BINARY_IMPLSun, 12 Feb 2017 12:38:31 -0800, by Michael Pavone
-
Properly treat bad addressing modes in OR/AND as illegal instructionsThu, 09 Feb 2017 00:49:53 -0800, by Michael Pavone
-
Update TODO to reflect MULU/MULS improvementsSat, 04 Feb 2017 00:44:29 -0800, by Michael Pavone
-
Cycle accurate MULU/MULS emulationSat, 04 Feb 2017 00:41:15 -0800, by Michael Pavone
-
Basic implementation of serial IO registers, but without actual serial IO support. Needed to run a certain software check cartridge that is floating around.Wed, 01 Feb 2017 21:19:35 -0800, by Michael Pavone
-
Fix regression in handling of unmapped memory addressesWed, 01 Feb 2017 19:33:11 -0800, by Michael Pavone
-
Remove movem item from TODO since it is doneSun, 29 Jan 2017 11:06:22 -0800, by Michael Pavone
-
Implement extra read and fix movem timing generallySun, 29 Jan 2017 00:15:18 -0800, by Michael Pavone
-
Minor TODO list updateSat, 28 Jan 2017 23:50:38 -0800, by Michael Pavone
-
Fix vgmplay and stateview targetsSat, 28 Jan 2017 23:50:15 -0800, by Michael Pavone
-
Implement SMS hardware soft reset (note only available on real hardware on the Genesis in PBC mode)Fri, 27 Jan 2017 22:30:52 -0800, by Michael Pavone
-
Implement soft reset in Genesis modeFri, 27 Jan 2017 21:27:37 -0800, by Michael Pavone
-
Basic support for mapping an analog axis to functionalityThu, 26 Jan 2017 23:49:13 -0800, by Michael Pavone
-
Update default config to map leftstick/l3 to quick saveThu, 26 Jan 2017 20:30:33 -0800, by Michael Pavone
-
Added mappings to allow PS-style names for leftstick/rightstick click actions aka l3/r3Thu, 26 Jan 2017 20:28:00 -0800, by Michael Pavone
-
Added config file option to specify that RAM should be randomly initialized. Moved default_region inside a new "system" parent node in configThu, 26 Jan 2017 20:07:17 -0800, by Michael Pavone
-
Updated TODOThu, 26 Jan 2017 09:08:23 -0800, by Michael Pavone
-
Allow toggling full screen mode at runtime. Allow resizing the window in windowed mode. Allow specifying the aspect ratio in the config file.Thu, 26 Jan 2017 00:55:02 -0800, by Michael Pavone
-
Use filename for game title in SMS modeWed, 25 Jan 2017 09:41:12 -0800, by Michael Pavone
-
Minor TODO list updateTue, 24 Jan 2017 23:59:32 -0800, by Michael Pavone
-
Update TODO listTue, 24 Jan 2017 23:45:30 -0800, by Michael Pavone
-
Adjust mouse cursor in absolute mode/menu to account for presence of top borderTue, 24 Jan 2017 23:17:24 -0800, by Michael Pavone
-
Minor cleanup to handle_mouse_movedTue, 24 Jan 2017 23:16:21 -0800, by Michael Pavone
-
Fix stateview and vgmplay targetsTue, 24 Jan 2017 23:00:56 -0800, by Michael Pavone
-
Improved parsing of cartridge region headerTue, 24 Jan 2017 21:26:46 -0800, by Michael Pavone
-
Make gamepad "semantic" mapping play nice with hotplug supportTue, 24 Jan 2017 20:53:10 -0800, by Michael Pavone
-
Added a ROM DB entry for the European version of Another World since it has an invalid region header and does not like being run at 60HzTue, 24 Jan 2017 18:53:55 -0800, by Michael Pavone
-
Inefficient fix for overlapping instruction problem that was causing issues with OutrunnersTue, 24 Jan 2017 00:15:27 -0800, by Michael Pavone
-
Remove accidentally committed debug loggingTue, 24 Jan 2017 00:02:03 -0800, by Michael Pavone
-
Update version number for preview buildSun, 22 Jan 2017 19:43:04 -0800, by Michael Pavone
-
Force IPV4 for GDB remote debugging on Windows. Bind to localhost instead of unspecified address since listening on external ports probably isn't a good idea in the general caseSun, 22 Jan 2017 19:40:32 -0800, by Michael Pavone
-
Fix missing include that prevented building Windows versionSun, 22 Jan 2017 17:12:17 -0800, by Michael Pavone
-
Initial support for using SDL2 game controller mapping functionalitySun, 22 Jan 2017 16:23:59 -0800, by Michael Pavone
-
Consting up some parameters to ternary tree functionsSun, 22 Jan 2017 16:13:02 -0800, by Michael Pavone
-
Fix border rendering at end of line 1FE. vdp_inactive will probably need a small fixup for the edge case when we start between when the vcounter is incremented and the line is truly finished.Thu, 19 Jan 2017 09:32:34 -0800, by Michael Pavone
-
Overscan is now configurableWed, 18 Jan 2017 23:43:36 -0800, by Michael Pavone
-
CRAM contention artifact emulationWed, 18 Jan 2017 21:30:20 -0800, by Michael Pavone
-
Fix regression in tracking of 3+ byte instructions in Z80 coreWed, 18 Jan 2017 07:29:06 -0800, by Michael Pavone
-
Update gst loader to deal with VDP changesTue, 17 Jan 2017 19:01:13 -0800, by Michael Pavone
-
Undo poorly thought out minor optimization that screwed up renderingTue, 17 Jan 2017 19:01:04 -0800, by Michael Pavone
-
Fix vdp_run_to_vblankTue, 17 Jan 2017 09:27:05 -0800, by Michael Pavone
-
Disable timing debugTue, 17 Jan 2017 09:18:35 -0800, by Michael Pavone
-
Fix line advancement in Mode 4 during inactive display. Fix a Mode 4 VInt timing discrepencyTue, 17 Jan 2017 09:18:16 -0800, by Michael Pavone
-
Add some dummy functions to test_int_timing so debug builds of it succeedTue, 17 Jan 2017 09:17:43 -0800, by Michael Pavone
-
Fix H40 VInt inconsistencyTue, 17 Jan 2017 09:02:36 -0800, by Michael Pavone
-
Fix H32 VInt timing inconsistencyMon, 16 Jan 2017 23:34:30 -0800, by Michael Pavone
-
Fix H32 inconsistencyMon, 16 Jan 2017 22:30:21 -0800, by Michael Pavone
-
Added synthetic test for tracking down interrupt timing issuesMon, 16 Jan 2017 21:38:49 -0800, by Michael Pavone
-
Fix some timing inconsistencies in H40 mode. Added some ifdefed timing debug code.Mon, 16 Jan 2017 09:31:33 -0800, by Michael Pavone
-
Rework how inactive lines are handled. Fix H40 cycle increment in slot 182Sun, 15 Jan 2017 22:38:31 -0800, by Michael Pavone
-
Fix benchmark modeSun, 15 Jan 2017 15:29:32 -0800, by Michael Pavone
-
Initial work on emulating top and bottom border areaSun, 15 Jan 2017 15:07:24 -0800, by Michael Pavone
-
Fix GDB remote protocol supportTue, 10 Jan 2017 23:45:59 -0800, by Michael Pavone
-
Fix crash regression for games with some kind of mapper functionalityTue, 10 Jan 2017 09:29:28 -0800, by Michael Pavone
-
Restore functionality of the -D flag for GDB remote debuggingTue, 10 Jan 2017 09:19:58 -0800, by Michael Pavone
-
Fix disagreement on line change location between vdp_h32_mode4 and vdp_run_context that was causing the first line to be garbage in some casesMon, 09 Jan 2017 19:24:11 -0800, by Michael Pavone