summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2016-04-23Inclue menu.bin in release directories. Added a Windows RC file and iconMichael Pavone
2016-03-07WIP buttons in menu ROMMichael Pavone
2015-12-17Added button graphic for menuMichael Pavone
2015-12-05Added mouse support to menu ROMMichael Pavone
2015-11-13It is now possible to switch back and forth between the menu ROM and the gameMichael Pavone
2015-11-06Menu ROM now pulls real file names from the OS rather than using a fake listMichael Pavone
2015-11-05Get everything needed to build menu.bin either committed or buildable via the...Michael Pavone
2015-10-28Get trans program compiling againMichael Pavone
2015-08-03Allow for LTO on WindowsMichael Pavone
2015-07-29Implement a tiny bit of CPM BDOS and add a corresponding Z80 core driver so t...Michael Pavone
2015-07-26Pre-release cleanupMichael Pavone
2015-07-26MergeMichael Pavone
2015-07-26Old changes for GDB remote debugging on Windows I forgot to commitMichael Pavone
2015-07-26MergeMichael Pavone
2015-07-26Fix mingw-w64 build and cross-compilation=?UTF-8?q?Higor=20Eur=C3=ADpedes?=
2015-07-26Spawn a terminal for the debugger when needed if we are not already attached ...Michael Pavone
2015-07-21Fix stateview build and fix Makefile to use /bin/echo since builtin echo does...Michael Pavone
2015-07-02Initial work on ROM databaseMichael Pavone
2015-06-28Get "portable" builds working on Linux and add a build time check for whether...Michael Pavone
2015-06-28Add support for making a "portable" build on OSX to MakefileMichael Pavone
2015-06-27Cleanup some warnings under clang through a combination of code fixes and sup...Michael Pavone
2015-06-22Fix check for DEBUG in MakefileMichael Pavone
2015-05-28Fix crash bug in windows buildMichael Pavone
2015-05-28Get windows build compiling again post-mergeMichael Pavone
2015-05-28Merge windows branch with latest changesMichael Pavone
2015-05-28Adjusted Makefile to support linking against the static glew library from the...Michael Pavone
2015-05-25Add a define in both the source and Makefile for enabling logging of z80 inst...Michael Pavone
2015-05-23Eliminate runtime.S/runtime_32.S.Michael Pavone
2015-05-20Add some tests for hint timing and fix it properly this time.Michael Pavone
2015-05-20Upgrade to SDL 2.0 and drop support for the non-OpenGL render pathMichael Pavone
2015-01-04MergeMichael Pavone
2015-01-02In theory, the Z80 core should work on 32-bit builds now; however, I suspect ...Michael Pavone
2014-12-30MergeMichael Pavone
2014-12-22Z80 core is sort of working againMichael Pavone
2014-12-14Produce a listing file when assembling 68K test ROMsMichael Pavone
2014-10-11Add support for disassembling VOS program modulesMichael Pavone
2014-10-08Improve support for disassembling 68010+ binariesMichael Pavone
2014-06-17blastem builds and almost works on OS X nowMike Pavone
2014-04-01Make Windows port a little less half-assedMichael Pavone
2014-04-01Initial work on Windows portMichael Pavone
2014-03-03Enable link time optimizationMichael Pavone
2014-03-02Initial stab at separating the generic parts of the 68K core from the host-cp...Michael Pavone
2014-03-02Small Makefile change that was missed in the last commitMichael Pavone
2014-03-01Add a separate flag/define for disabling the Z80 at compile time to ease refa...Michael Pavone
2014-02-24Moved some generic stuff from backend.h gen_arm.h and gen_arm.c into gen.h an...Michael Pavone
2014-02-24Rename x86_backend.h and x86_backend.c to backend.h and backend.c respectivelyMike Pavone
2014-02-23Added untested code for generating ARM machine codeMike Pavone
2014-02-23Fix typo in MakefileMike Pavone
2014-02-19Apart from the Z80 core, BlastEm now supports 32-bit x86Michael Pavone
2014-02-18Initial work on the x86-32 targetMichael Pavone