sorgelig
7e517b3140
NeoGeo: simplify xml format - some paramaters are now optional.
2019-07-28 00:25:54 +08:00
sorgelig
0818fd837a
NeoGeo: support for consolidated C ROMs, new progress bar.
2019-07-27 21:52:52 +08:00
sorgelig
4234cd78a0
NeoGeo: Display altname in ROM selector.
2019-07-25 22:45:58 +08:00
sorgelig
b4c38439f1
NeoGeo: fix hardcoded path, uses 16bit transfer for M-ROM.
2019-07-25 01:46:44 +08:00
sorgelig
d8c338046a
Merge NeoGeo support code.
2019-07-20 10:37:08 +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
dea718c4cd
Minimig: 56MB option.
2019-07-11 16:07:20 +08:00
sorgelig
f056480a07
Normalize line endings, remove trailing spaces.
2019-06-29 00:57:18 +08:00
sorgelig
e52ae6ba82
Rework disk LED activity.
2019-06-26 02:16:21 +08:00
sorgelig
a79245c586
snes: reserve IDs for future mappers.
2019-06-26 02:07:37 +08:00
sorgelig
ca9d1af9ce
SNES: enable F1 ROCII save.
2019-06-20 00:40:06 +08:00
nretro
a43de212cb
Merge remote-tracking branch 'refs/remotes/origin/master'
2019-05-25 02:10:11 +02:00
nretro
f9c2a6d344
only load encrypted bootrom when keyfile (rom.key) is loaded
2019-05-25 02:09:27 +02:00
sorgelig
ec41bbfcb2
Extract video functions to separate file, some refactoring.
2019-05-20 20:01:04 +08:00
sorgelig
0cd59168cc
SNES: detect OBC1 chip.
2019-05-15 22:57:50 +08:00
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