Commit Graph

15 Commits

Author SHA1 Message Date
David Holm
febb7f444f makefile: Enable all compiler diagnostics
Enable all diagnostics in the compiler so that it can help identify bugs
in the code during build.
2018-12-29 12:23:32 +01:00
David Holm
e3013e615d makefile: Set DFLAG before reference
Set the value of `DFLAG` to the include paths before it is being
referenced by `CFLAG`.
2018-12-29 12:22:31 +01:00
sorgelig
d3e0351f02 Add SNES support code. 2018-11-29 20:23:44 +08:00
karllurman
e786b4ffe9 Moving the docker specific stuff out into another repo 2018-11-01 15:48:03 +11:00
karllurman
62058bfa32 St and X86 moved to support 2018-11-01 11:15:58 +11:00
karllurman
3fccd05165 Makefile was wrong and sharpmz wasnt being built. Archie is now in support too 2018-11-01 09:32:26 +11:00
karllurman
94e560fa58 Created a support folder and move core ARM support code for minimig into it. Updated menu, osd, and user_io. Makefile also updated to account for new support folder 2018-10-31 23:11:07 +11:00
karllurman
d79f111260 Make file points to the appropriate toolchain GCC and G++ bins in /opt/linaro 2018-10-31 15:05:11 +11:00
sorgelig
db8c74d76d -O3 for more speed optimisations. 2018-05-08 04:39:44 +08:00
sorgelig
bf9c1b6b10 Makefile tweak. 2018-03-04 09:04:49 +08:00
sorgelig
d235e806b2 Move to C++. Use C++14 as it adds binary literals -> HDL friendly. 2018-02-28 01:58:21 +08:00
sorgelig
21fd72501f Makefile: move around the parameters for better linker compatibility. 2017-11-16 01:04:19 +08:00
sorgelig
f11432f06e Use C99 option to support older gcc versions. 2017-10-16 02:35:25 +08:00
sorgelig
1fa8fc4f14 Support for SCL/FDI/UDI disk formats(read-only) in TRDOS. 2017-09-01 20:50:45 +08:00
sorgelig
96f7caaf71 Initial Commit. 2017-06-14 02:47:05 +08:00