sorgelig
e9b2dc2c85
Minimig: fix FDD access.
2019-01-15 04:43:14 +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
ed36841f78
Fix the warnings.
2019-01-06 23:47:10 +08:00
sorgelig
13ca537cbf
minimig_boot: fix the warnings.
2019-01-05 19:15:14 +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
David Holm
6813f707ea
fpga_io, user_io, minimig: Remove unreferenced printf arguments
...
Remove arguments to *printf that were not being referenced by the format
strings.
2018-12-29 12:19:06 +01:00
sorgelig
6f13a4a72f
SNES: detect ST01x chip.
2018-12-23 02:51:28 +08:00
sorgelig
57bcf43b1d
SNES: update parser with chip detection.
2018-12-13 20:02:01 +08:00
sorgelig
d3e0351f02
Add SNES support code.
2018-11-29 20:23:44 +08: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
decd9a7e01
Move sharpmz into support too
2018-11-01 08:28:55 +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