log Makefile @ 1773:0a26f3657295 mame_interp

age author description
Tue, 12 Mar 2019 21:59:52 -0700 Michael Pavone Remove MAME Z80 core in favor of my new Z80 core mame_interp
Fri, 01 Mar 2019 14:17:29 -0800 Michael Pavone Merge from default mame_interp
Tue, 19 Feb 2019 22:59:30 -0800 Michael Pavone Small fix to ztestrun rule in makefile
Tue, 19 Feb 2019 07:03:57 +0000 Michael Pavone Fix build mame_interp
Sun, 10 Feb 2019 11:58:23 -0800 Michael Pavone Initial attempt at interrupts in new Z80 core and integrating it into main executable
Sat, 09 Feb 2019 11:52:43 -0800 Michael Pavone Allow profiling blastcpm with perftools
Fri, 08 Feb 2019 23:09:58 -0800 Michael Pavone Added option to CPU DSL to produce a threaded interpreter using computed goto
Mon, 28 Jan 2019 19:24:04 -0800 Michael Pavone Fix zero flag calculation in CPU DSL
Thu, 24 Jan 2019 19:15:59 -0800 Michael Pavone Merge from default mame_interp
Tue, 22 Jan 2019 21:15:38 -0800 Michael Pavone Added some Makefile options to build a packaging friendly executable
Sat, 05 Jan 2019 00:58:08 -0800 Michael Pavone Merge from default segacd
Sun, 20 Jan 2019 16:24:22 -0800 Mike Pavone Fixed the most glaring issues in libretro build
Sun, 20 Jan 2019 01:03:21 -0800 Michael Pavone Hacky WIP libertro implementation
Sun, 30 Dec 2018 21:10:44 -0800 Mike Pavone Added support for GLES in addition to desktop GL
Sun, 30 Dec 2018 19:40:32 -0800 Mike Pavone Allow optimization flag overrides in Makefile
Tue, 25 Dec 2018 11:12:26 -0800 Michael Pavone Merge from default mame_interp
Tue, 14 Aug 2018 00:07:21 -0700 Michael Pavone Added J-Cart support
Fri, 27 Jul 2018 22:40:56 -0700 Michael Pavone Allow selecting controller type when controllers have an SDL 2 mapping, but heuristics fail to idenify details
Sun, 22 Jul 2018 17:48:46 -0700 Michael Pavone Initial heuristics for detecting controller types and showing different labels in UI. Modified controller settings view to first display a list of controllers, only showing mapping after selecting controller
Sat, 05 May 2018 23:30:40 -0700 Michael Pavone Refactor to split device bindings from IO emulation code
Mon, 26 Mar 2018 21:25:40 -0700 Michael Pavone Get Windows build working again. MegaWiFi code probably needs more work before it will actually work on Windows, but at least it doesn't break the build now
Sun, 25 Mar 2018 12:11:41 -0700 Michael Pavone Fix no-default targets
Sun, 25 Mar 2018 10:30:40 -0700 Michael Pavone Added OSX implementation of default_font nuklear_ui
Sat, 24 Mar 2018 22:18:23 -0700 Michael Pavone Merge nuklear_ui
Sat, 24 Mar 2018 19:40:51 -0700 Michael Pavone Added png screenshot support
Sat, 24 Mar 2018 15:33:44 -0700 Michael Pavone Add support for loading ROMs from zip files
Fri, 23 Mar 2018 22:23:39 -0700 Michael Pavone Updated fibonacci benchmark code to work with current test harness
Tue, 06 Mar 2018 21:27:12 -0800 Michael Pavone Added support for TTC and dfont format true type fonts. More robust font selection on Windows nuklear_ui
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:42:16 -0800 Michael Pavone Key binding menu is now functional nuklear_ui