nretro
68191fc1c5
whitespaces
2019-05-09 02:06:26 +02:00
nretro
41c23b994a
merging upstream
...
Merge remote-tracking branch 'refs/remotes/origin/master'
2019-05-09 02:01:36 +02:00
nretro
cff43102f8
support upload of A1000 bootrom
2019-05-09 01:43:59 +02:00
sorgelig
4014b10874
Archie: option to fix 25MHz audio.
2019-04-27 00:51:15 +08:00
sorgelig
e825f8d0a0
Archie: add 60hz option.
2019-04-26 04:22:39 +08:00
sorgelig
68fbc50ebc
Archie: disable riscos.ext support as usage is unclear.
2019-03-04 19:48:44 +08:00
sorgelig
7e2bc86883
SNES: detect Star Ocean 96Mbit ROM.
2019-03-04 18:56:01 +08:00
sorgelig
02f0a802d5
Archie: option to swap mouse buttons 2/3.
2019-03-04 18:43:13 +08:00
sorgelig
b7d64d6d3c
Archie: Mouse buttons 2 and 3 swap. RTC support. CMOS load support.
2019-03-04 03:10:39 +08:00
sorgelig
7b5072df86
Archie: remove fdc/file customization.
2019-03-03 22:03:00 +08:00
sorgelig
7f0460b369
Archie: less messages more LED while disk reading.
2019-02-06 18:06:52 +08:00
sorgelig
a6ac6708ae
file_io: remove obsolete functions.
2019-02-05 16:01:36 +08:00
sorgelig
0a89c2cd80
Separate PAL/NTSC modes for vsync_adjust.
2019-02-05 15:07:44 +08:00
sorgelig
3c377474a1
Fix archie rom loading.
2019-02-05 15:07:26 +08:00
sorgelig
e52d1c25f7
Minimig: improve the config selector.
2019-01-19 15:17:16 +08:00
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