14 Commits

Author SHA1 Message Date
Philip Smart
103a77769e Disabled debug code flag 2020-05-01 13:58:17 +01:00
Philip Smart
6e2849d541 Added all changes into the new Main structure 2020-05-01 13:52:30 +01:00
sorgelig
47b1ab4a61 osd: some refactoring. 2020-04-20 21:43:02 +08:00
sorgelig
0eb7b3017d Fixes, tweaks, cleanup. 2019-12-12 03:43:49 +08:00
Adam Polkosnik [fun]
6089a5a367 Make sharpmz.cpp build on gcc 8.3.0
This little change made sharpmz.cpp build on gcc 8.3.0
arm-linux-gnueabihf-gcc --version
arm-linux-gnueabihf-gcc (Ubuntu 8.3.0-6ubuntu1~18.10.1) 8.3.0
2019-07-15 21:45:38 -04:00
sorgelig
f056480a07 Normalize line endings, remove trailing spaces. 2019-06-29 00:57:18 +08:00
sorgelig
a6ac6708ae file_io: remove obsolete functions. 2019-02-05 16:01:36 +08:00
sorgelig
ed41061adc Fix the warnings. 2019-01-10 09:52:27 +08:00
David Holm
0a0341bf81 file_io, DiskImage, sharpmz: Replace fd with FILE*
Replace file descriptor with a file stream in preparation for supporting
zipped files.

The API to miniz requires the use of file streams and since a file
descriptor can easily be extracted from a stream using `fileno` it's
much more convenient to use file streams everywhere.
2019-01-09 20:58:29 +01:00
sorgelig
f344ac931a Fix the warnings. 2019-01-08 10:08:02 +08:00
sorgelig
ddd5b75d2b Fix the warnings and some errors. 2018-12-29 21:15:25 +08:00
David Holm
d16b899c95 sharpmz: sharpmz_ui does not return a value
The `sharpmz_ui` function does not have a return statement so declare it
as void.
2018-12-29 12:19:06 +01: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
decd9a7e01 Move sharpmz into support too 2018-11-01 08:28:55 +11:00