Commit Graph

23 Commits

Author SHA1 Message Date
Sergiy Dvodnenko
2ae40aeadb SNES: add Sufami Turbo support (combined rom) (#927) 2024-10-31 01:16:12 +08:00
Sergiy Dvodnenko
d1fe487a48 SNES: increase the maximum bsram size to 256Kb 2024-09-12 11:31:32 +03:00
Sorgelig
bd1eab9bf7 SNES: move MSU1 data buffer for bigger video buffer. 2022-07-08 02:56:08 +08:00
Cray Elliott
adef6c30e2 Super Game Boy: test for file extension size (#653)
it was hard coded to 4 which caused MSU-1 files to not be found for
.GB extension ROMs
2022-07-02 01:18:17 +08:00
Sorgelig
63c7573a60 snes: MSU: support for data track, some refactoring. 2022-05-17 20:28:38 +08:00
Sorgelig
5bd34b8f7c snes: check for .msu file instead of .pcm for less problems. 2022-05-15 21:59:42 +08:00
Sorgelig
953e749995 snes: MSU fixes and tweaks. 2022-05-15 08:18:36 +08:00
Sorgelig
d416f5c920 snes: fixes in MSU. 2022-05-14 23:36:43 +08:00
Sorgelig
12ea16f024 snes: some cleanup, add MSU1 enable flag. 2022-05-13 23:23:29 +08:00
dentnz
fcd784ba97 snes: MSU1 audio support by dent^nz and ElectronAsh (#602)
Co-authored-by: Karl Lurman <karl.lurman@wilsongroupau.com>
2022-05-13 18:23:15 +08:00
Sergey Dvodnenko
6178d1d23a snes: fix has_bsx_slot init value 2020-10-27 02:40:17 +08:00
Sergey Dvodnenko
c01425d99a snes: add special LoRom mapping (Derby Stallion 96 and Sound Novel Tsukuru) 2020-10-25 23:59:56 +08:00
Sergey Dvodnenko
07e0b2437e snes: fix patch of incorrect BS header values
* pcecd: read 256 sectors when length is 0 (Kabuki Itouryodan).

* pcecd: send status immediately for commands with instant execution (Bomberman: Panic Bomber), some cleanup

* snes: add BSX support

* snes: add SPC loading

* snes: fix patch of incorrect BS header values
2020-10-19 03:09:24 +08:00
Sergey Dvodnenko
72c62a613f snes: add BSX support
* pcecd: read 256 sectors when length is 0 (Kabuki Itouryodan).

* pcecd: send status immediately for commands with instant execution (Bomberman: Panic Bomber), some cleanup

* snes: add BSX support
2020-10-14 22:08:44 +08:00
sorgelig
e86b8bdd33 snes: select DSP1 for Pilotwings. 2020-09-01 03:41:12 +08:00
sorgelig
f056480a07 Normalize line endings, remove trailing spaces. 2019-06-29 00:57:18 +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
sorgelig
0cd59168cc SNES: detect OBC1 chip. 2019-05-15 22:57:50 +08:00
sorgelig
7e2bc86883 SNES: detect Star Ocean 96Mbit ROM. 2019-03-04 18:56:01 +08: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