log

age author description
Wed, 07 Feb 2018 00:07:12 -0800 Michael Pavone Fix Windows build, added Windows default_font_path implementation nuklear_ui
Tue, 06 Feb 2018 22:44:11 -0800 Michael Pavone Fix const correctness for path_extension nuklear_ui
Tue, 06 Feb 2018 22:42:16 -0800 Michael Pavone Key binding menu is now functional nuklear_ui
Mon, 05 Feb 2018 23:39:14 -0800 Michael Pavone More fleshed out keyboard bindings view nuklear_ui
Fri, 02 Feb 2018 09:24:01 -0800 Michael Pavone Initial work on keyboard binding settings view nuklear_ui
Wed, 31 Jan 2018 22:05:10 -0800 Michael Pavone Made the NOR flash emulation a bit more flexible, but not yet flexible enough to properly support the flash chip in the MegaWiFi cart
Wed, 31 Jan 2018 21:59:08 -0800 Michael Pavone Limit received LSD packets to 1440 bytes to match expectations of wflash code. Use MSG_NOSIGNAL to avoid getting killed with SIGPIPE
Mon, 22 Jan 2018 22:03:55 -0800 Michael Pavone Merge
Mon, 22 Jan 2018 22:02:29 -0800 Michael Pavone Get enough of MegaWifi implemented so that basic commands from wflash CLI command work
Tue, 16 Jan 2018 19:21:37 -0800 Michael Pavone Cleanup MegaWiFi command implementation
Tue, 16 Jan 2018 09:31:00 -0800 Michael Pavone Added support for MegaWiFi command IP_CURRENT
Mon, 15 Jan 2018 09:04:43 -0800 Michael Pavone Initial work on MegaWiFi support
Thu, 04 Jan 2018 21:37:34 -0800 Michael Pavone Merge
Sun, 31 Dec 2017 14:08:47 -0800 Michael Pavone Fix accidental add to RSP with SZ_D and SZ_PTR. Using SZ_D breakse when the stack is located outside of the 32-bit addressable range
Wed, 03 Jan 2018 07:09:39 -0800 Michael Pavone Fix silly bug in STOP implementation that caused excessive CPU usage
Sun, 31 Dec 2017 10:11:16 -0800 Michael Pavone Merge from default mame_interp
Sun, 31 Dec 2017 10:03:25 -0800 Michael Pavone More efficient memory access when using MAME interpreters mame_interp
Sat, 30 Dec 2017 18:27:06 -0800 Michael Pavone Added MAME Z80 core, re-enabled 68K tracing in Musashi core, disabled a bunch of code gen stuff when using interpreters from MAME mame_interp
Wed, 27 Dec 2017 13:46:52 -0800 Michael Pavone Super hacky integration of the version of Musashi from MAME mame_interp
Sun, 31 Dec 2017 09:53:33 -0800 Michael Pavone Enable LTO on certain targets that don't need the full LDFLAGS by splitting out the optimization flags into a separate var
Tue, 19 Dec 2017 00:49:13 -0800 Michael Pavone Add mapping for gate array registers in main cpu map segacd
Wed, 13 Dec 2017 09:44:41 -0800 Michael Pavone Added code for initializing a combined Genesis + Sega CD system when a Sega CD ISO is loaded segacd
Tue, 12 Dec 2017 09:44:33 -0800 Michael Pavone Initial skeleton of Sega CD memory handlers segacd
Mon, 11 Dec 2017 19:16:44 -0800 Michael Pavone Added RAM init and IO port config to system settings menu nuklear_ui
Mon, 11 Dec 2017 09:50:47 -0800 Michael Pavone Added dropdowns for default region and savestate format nuklear_ui
Fri, 08 Dec 2017 23:24:21 -0800 Michael Pavone Refactor basic settings dropdowns nuklear_ui
Fri, 08 Dec 2017 09:43:05 -0800 Michael Pavone Initial work on system menu nuklear_ui
Thu, 07 Dec 2017 18:59:36 -0800 Michael Pavone Update clean target to remove UI object files nuklear_ui
Thu, 07 Dec 2017 18:57:38 -0800 Michael Pavone Fix GL include issue for 32-bit builds nuklear_ui
Thu, 07 Dec 2017 18:57:18 -0800 Michael Pavone Move paths.o to CONFIGOBJS since config.c uses path_append now nuklear_ui