Port of ProSystem to the libretro API.
Go to file
Tachi a01dedb59a Import the BupBoop library, needed for "Rikki & Vikki".
This is located at: http://tailchao.com/Audio/index.php#BupBoop

It uses the zlib license, which is GPL compatible.

This library is needed to emulate the sound hardware that "Rikki &
Vikki" uses. It's an entirely separate chip included in the cartridge
that produces 16-bit stereo audio.

Note that BupBoop supplies a library called WinTone that provides
DirectSound bindings, but we don't use it both because we already use
DirectSound and because using WinTone would complicate `libretro`
portability.
2022-08-25 17:54:10 -04:00
bupboop Import the BupBoop library, needed for "Rikki & Vikki". 2022-08-25 17:54:10 -04:00
core Add support for the SOUPER cartridge type, used by "Rikki & Vikki" 2022-08-25 13:00:36 -04:00
jni Update Application.mk 2020-09-18 01:59:36 +02:00
libretro-common PS3/PSL1GHT build fix (#67) 2022-02-28 10:31:43 +01:00
.gitignore Set .gitignore 2014-08-08 03:56:58 -05:00
.gitlab-ci.yml Miyoo (#65) 2021-10-13 01:20:53 +02:00
.travis.yml add travis build script 2017-10-24 13:32:14 -04:00
License.txt Distribute the ProSystem license 2016-08-18 23:33:57 -07:00
link.T Add libretro port of ProSystem 1.3e 2014-08-08 04:01:40 -05:00
Makefile PS3/PSL1GHT build fix (#67) 2022-02-28 10:31:43 +01:00
Makefile.common Import the BupBoop library, needed for "Rikki & Vikki". 2022-08-25 17:54:10 -04:00
README.md Update README.md 2015-08-23 06:01:17 +02:00

prosystem-libretro

Port of ProSystem to libretro.

Place "7800 BIOS (U).rom" (optional) in your RetroArch/libretro "System Directory" folder.