Mercurial > repos > blastem
graph
-
Adjust paste delay to be compatible with Home BASICThu, 28 Nov 2024 00:58:31 -0800, by Michael Pavone
-
Implement paste for the rest of the SC-3000 graphic charactersThu, 28 Nov 2024 00:44:17 -0800, by Michael Pavone
-
Fix untoggling of toggle modifier in SC-3000 pasteWed, 27 Nov 2024 20:46:30 -0800, by Michael Pavone
-
Implement paste support for block elements and a couple of missing Latin-1 charsWed, 27 Nov 2024 20:42:02 -0800, by Michael Pavone
-
Implement paste support for box drawing chars and Latin-1 character ÆWed, 27 Nov 2024 20:04:28 -0800, by Michael Pavone
-
Speed up pasting and do some prep for pasting characters that need keys pressed in sequenceWed, 27 Nov 2024 16:43:56 -0800, by Michael Pavone
-
Fix bug in utf8_codepointTue, 26 Nov 2024 23:47:57 -0800, by Michael Pavone
-
Implement clipboard paste for SC-3000Tue, 26 Nov 2024 23:47:38 -0800, by Michael Pavone
-
Fix some warnings that show up in newer versions of gccMon, 25 Nov 2024 22:44:03 -0800, by Michael Pavone
-
Add some missing binding entries in Nuklear UIMon, 25 Nov 2024 22:40:26 -0800, by Michael Pavone
-
MergeMon, 25 Nov 2024 22:30:32 -0800, by Michael Pavone
-
Implement read-only SC-3000 cassette supportMon, 25 Nov 2024 22:26:45 -0800, by Michael Pavone
-
Log Game Gear PSG Pan to VGMMon, 11 Nov 2024 11:20:22 -0800, by Michael Pavone
-
Fix SDL version guard for paddle buttonsMon, 11 Nov 2024 10:45:14 -0800, by Michael Pavone
-
Support VGM logging for Sega 8-bit systemsMon, 11 Nov 2024 10:30:56 -0800, by Michael Pavone
-
Fix some IO port serial mode bugsSat, 26 Oct 2024 14:31:21 -0700, by Michael Pavone
-
Fix debug window crash on Mac OSThu, 24 Oct 2024 21:08:10 -0700, by Michael Pavone
-
Add ROM DB entry for Home BASICFri, 11 Oct 2024 23:21:34 -0700, by Michael Pavone
-
Initial SC-3000 supportFri, 11 Oct 2024 00:46:53 -0700, by Michael Pavone
-
Update PCM cur_ptr to ST when channel is not playing. Fixes sound effects in Final Fight CDMon, 07 Oct 2024 21:38:54 -0700, by Michael Pavone
-
Fix sub cpu watchpointsSat, 05 Oct 2024 23:31:59 -0700, by Michael Pavone
-
Add PCM registers to disassemblerSat, 05 Oct 2024 23:31:35 -0700, by Michael Pavone
-
Include block and f-num values in ymchannel debug outputSat, 05 Oct 2024 11:27:59 -0700, by Michael Pavone
-
Fix some TOC/CUE parser bugs and simplify how "fake" pregap is handledSat, 05 Oct 2024 01:03:57 -0700, by Michael Pavone
-
Clear EDT on DTTRG. Fixes Cliffhanger and OrionNavattan's Mode 1 demoThu, 05 Sep 2024 23:44:01 -0700, by Michael Pavone
-
Fix crash in render_fill_rect in GL mode with no static imagesSat, 31 Aug 2024 22:41:17 -0700, by Michael Pavone
-
Fix TMS9918A sprite zooming and early clock flagFri, 30 Aug 2024 21:16:46 -0700, by Michael Pavone
-
Fix dynarec 68K instruction size metadata edge case bugThu, 29 Aug 2024 22:14:33 -0700, by Michael Pavone
-
Fix rendering of sprites that are partially off the top of the screen in Mode 4Tue, 27 Aug 2024 22:10:04 -0700, by Michael Pavone
-
Fix display of window plane in VDP composition viewerTue, 27 Aug 2024 21:27:21 -0700, by Michael Pavone
-
Remove old TODOTue, 27 Aug 2024 20:52:37 -0700, by Michael Pavone
-
Fix behavior of rendering when all planes are disabled via VDP test register (Thanks vladikcomper!)Tue, 27 Aug 2024 20:50:31 -0700, by Michael Pavone
-
Fix debug windows not filling window in GL mode. Thanks Sik!Wed, 14 Aug 2024 22:29:11 -0700, by Michael Pavone
-
Some more improvements to Z80 step, next and over commandsWed, 14 Aug 2024 22:25:20 -0700, by Michael Pavone
-
Z80 debugger improvementsWed, 14 Aug 2024 22:14:21 -0700, by Michael Pavone
-
Fix issue that was causing double frame output in Double Dragon 2Wed, 31 Jul 2024 22:56:00 -0700, by Michael Pavone
-
Fix silly bug in Mode 4 sprite rendering (Thanks Sik!)Wed, 31 Jul 2024 22:30:14 -0700, by Michael Pavone
-
Partially functional asr/asl implementations in new 68K coreTue, 16 Jul 2024 20:21:08 -0700, by Michael Pavone
-
Implement some more instructions in new 68K core. First light with some old demosWed, 01 May 2024 01:19:30 -0700, by Michael Pavone
-
Get blastem compiling with new 68K coreTue, 30 Apr 2024 22:32:08 -0700, by Michael Pavone
-
Make some progress on compiling full emulator with new 68K coreTue, 30 Apr 2024 00:02:14 -0700, by Michael Pavone
-
Implement movem and moveq in new 68K coreMon, 29 Apr 2024 22:57:49 -0700, by Michael Pavone
-
Fix constant propagation for sext instructionMon, 29 Apr 2024 22:57:33 -0700, by Michael Pavone
-
Fix bug in MED mapper protection bit implementationSun, 28 Apr 2024 23:33:11 -0700, by Michael Pavone
-
Add xBRZ and bandlimit pixel footprint shaders ported by hunterkSun, 28 Apr 2024 23:22:37 -0700, by Michael Pavone
-
Fix kmod buffer storage bugSun, 28 Apr 2024 23:18:53 -0700, by Michael Pavone
-
Kinda hacky fix to make sure Nuklear has the right GL contextWed, 17 Apr 2024 22:18:45 -0700, by Michael Pavone
-
Get rect fills for Pico pad working in GL modeWed, 17 Apr 2024 22:14:37 -0700, by Michael Pavone
-
Some VGM player changes I forgot to commitWed, 17 Apr 2024 21:55:30 -0700, by Michael Pavone
-
Get static images working in GL modeWed, 17 Apr 2024 21:54:44 -0700, by Michael Pavone
-
Add files forgotten in a previous commitWed, 17 Apr 2024 20:50:24 -0700, by Michael Pavone
-
Fix crash when enabling VGM recording while running Pico or Copera softwareMon, 15 Apr 2024 23:07:18 -0700, by Michael Pavone
-
Remove dis.exe and zdis.exe from Windows builds due to silly antivirus false positivesMon, 15 Apr 2024 23:00:02 -0700, by Michael Pavone
-
Implement turbo/slow for Pico and CoperaSun, 14 Apr 2024 12:30:32 -0700, by Michael Pavone
-
Delete old TODO (values were already correct)Sun, 14 Apr 2024 11:46:34 -0700, by Michael Pavone
-
Add support for rendering debug windows with OpenGL in perparation for allowing Nuklear UI in themSun, 14 Apr 2024 11:40:32 -0700, by Michael Pavone
-
Fix Linux font selection regressionSun, 31 Mar 2024 10:21:34 -0700, by Michael Pavone
-
Impelement partial support for DAC stream commands in VGM playerSat, 30 Mar 2024 21:10:20 -0700, by Michael Pavone
-
Implement some flow control instructions in new 68K core. WIP implementation of movem in new 68K core.Sat, 30 Mar 2024 14:27:47 -0700, by Michael Pavone
-
Try multiple results from fc-match on Linux rather than assuming the first choice font will be suitableSat, 30 Mar 2024 14:26:48 -0700, by Michael Pavone