Commit Graph

21 Commits

Author SHA1 Message Date
Sorgelig
77b41d0c6a MGL/MRA: add same_dir attribute for setname. 2024-03-26 01:11:12 +08:00
Sorgelig
26e1cccbaa Implement new way to address status bits. 128bit status. 2022-05-05 21:06:13 +08:00
Sorgelig
7701cb1cda rename user_io_8bit_set_status to user_io_status. 2022-02-14 02:12:09 +08:00
Alan Steremberg
97ad1c07e7 Fixed tape writing SharpMZ - goes to correct directory now (#433) 2021-07-29 07:29:32 +08:00
Alan Steremberg
6dbfe34fc9 Fixes for SharpMZ (#417) 2021-06-30 03:49:56 +08:00
sorgelig
790b5a56cf OSD: help text for un-mounting. 2020-11-14 17:16:04 +08:00
sorgelig
e5f97d77b4 sharpmz: remove volume control. 2020-05-18 08:27:07 +08:00
sorgelig
652c526350 Optimized home dir detection. 2020-05-16 01:06:25 +08:00
Philip Smart
29253eb2b3 Update SharpMZ code.
* Added all changes into the new Main structure

* Disabled debug code flag
2020-05-02 01:22:36 +08: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