log Makefile @ 1930:0f135b214927

age author description
Fri, 17 Apr 2020 22:21:13 -0700 Mike Pavone Fix stateview target
Thu, 16 Apr 2020 22:37:01 -0700 Mike Pavone Update libretro target to use render_audio shared audio code
Fri, 27 Mar 2020 00:03:58 -0700 Michael Pavone Initial stab at VGM logging support
Fri, 17 May 2019 08:43:30 -0700 Michael Pavone Split generic part of audio code into a separate file so it can be used in other targets besides SDL
Sun, 14 Apr 2019 23:38:02 -0700 Michael Pavone Merge from default mame_interp
Thu, 18 Apr 2019 19:48:04 -0700 Michael Pavone Merge
Thu, 18 Apr 2019 19:47:50 -0700 Michael Pavone WIP new 68K core using CPU DSL
Sun, 07 Apr 2019 00:06:29 -0700 Michael Pavone Get 64-bit builds working for Windows target
Thu, 04 Apr 2019 23:09:48 -0700 Michael Pavone Don't force NONUKLEAR on when NOGL is set at build time since the Nuklear UI works without GL now
Wed, 03 Apr 2019 00:17:30 -0700 Mike Pavone Add an explicit rule for termhelper as it was relying on a built-in rule before
Wed, 03 Apr 2019 00:14:09 -0700 Mike Pavone Make libretro target successfully build for Windows and possibly Mac
Sun, 31 Mar 2019 12:37:28 -0700 Mike Pavone Include ROM DB in library binary for libretro target
Sat, 23 Mar 2019 00:05:37 -0700 Michael Pavone Fix Windows build
Thu, 14 Mar 2019 23:40:50 -0700 Michael Pavone Merge from default mame_interp
Sun, 10 Mar 2019 21:30:09 -0700 Michael Pavone Added raw fbdev/evdev/ALSA render backend
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