log Makefile @ 1093:4987fddd42a0

age author description
Sun, 30 Oct 2016 19:42:48 -0700 Michael Pavone Initial stab at jaguar disassemler
Fri, 07 Oct 2016 18:27:38 -0700 Michael Pavone Added placeholder code for video output hardware/object processor
Tue, 04 Oct 2016 18:30:49 -0700 Michael Pavone Some initial work on Atari Jaguar emulation
Tue, 09 Aug 2016 22:49:32 -0700 Michael Pavone Make the Makefile more OpenBSD friendly. LTO is not supported on the super old version of GCC it uses. uname -m reports different names than Linux. compiler will return error on rather than just warning for unknown options
Fri, 06 May 2016 19:19:42 -0700 Michael Pavone Add missing dependency for font.tiles in Makefile
Sat, 23 Apr 2016 17:34:01 -0700 Michael Pavone Inclue menu.bin in release directories. Added a Windows RC file and icon
Mon, 07 Mar 2016 19:26:23 -0800 Michael Pavone WIP buttons in menu ROM
Thu, 17 Dec 2015 20:41:43 -0800 Michael Pavone Added button graphic for menu
Sat, 05 Dec 2015 00:17:15 -0800 Michael Pavone Added mouse support to menu ROM
Fri, 13 Nov 2015 19:15:37 -0800 Michael Pavone It is now possible to switch back and forth between the menu ROM and the game
Fri, 06 Nov 2015 12:19:39 -0800 Michael Pavone Menu ROM now pulls real file names from the OS rather than using a fake list
Thu, 05 Nov 2015 19:35:48 -0800 Michael Pavone Get everything needed to build menu.bin either committed or buildable via the Makefile
Wed, 28 Oct 2015 19:40:01 -0700 Michael Pavone Get trans program compiling again
Mon, 03 Aug 2015 22:31:13 -0700 Michael Pavone Allow for LTO on Windows
Wed, 29 Jul 2015 00:05:21 -0700 Michael Pavone Implement a tiny bit of CPM BDOS and add a corresponding Z80 core driver so that simple CPM programs like ZEXDOC/ZEXALL can be run against my Z80 core
Sun, 26 Jul 2015 18:29:14 -0700 Michael Pavone Pre-release cleanup
Sun, 26 Jul 2015 16:51:03 -0700 Michael Pavone Merge
Sun, 26 Jul 2015 16:48:25 -0700 Michael Pavone Old changes for GDB remote debugging on Windows I forgot to commit
Sun, 26 Jul 2015 13:25:31 -0700 Michael Pavone Merge
Sun, 26 Jul 2015 10:59:41 -0700 =?UTF-8?q?Higor=20Eur=C3=ADpedes?= Fix mingw-w64 build and cross-compilation
Sun, 26 Jul 2015 01:11:04 -0700 Michael Pavone Spawn a terminal for the debugger when needed if we are not already attached to one
Tue, 21 Jul 2015 00:52:21 -0700 Michael Pavone Fix stateview build and fix Makefile to use /bin/echo since builtin echo does not always support -e
Thu, 02 Jul 2015 19:19:06 -0700 Michael Pavone Initial work on ROM database
Sun, 28 Jun 2015 18:44:11 -0700 Michael Pavone Get "portable" builds working on Linux and add a build time check for whether /proc exists
Sun, 28 Jun 2015 17:16:24 -0700 Michael Pavone Add support for making a "portable" build on OSX to Makefile
Sat, 27 Jun 2015 12:17:18 -0700 Michael Pavone Cleanup some warnings under clang through a combination of code fixes and supressing specific warnings
Mon, 22 Jun 2015 09:22:05 -0700 Michael Pavone Fix check for DEBUG in Makefile
Thu, 28 May 2015 23:04:49 -0700 Michael Pavone Fix crash bug in windows build
Thu, 28 May 2015 22:31:21 -0700 Michael Pavone Get windows build compiling again post-merge
Thu, 28 May 2015 21:19:55 -0700 Michael Pavone Merge windows branch with latest changes