/deflestream64

A streaming player for DefleMask SID tunes

Primary LanguageC++MIT LicenseMIT

deflestream64

A new player for Deflemask SID tunes based on Krill's Loader to stream VGM data off disk. Data is compressed using the Bitnax LZ compressor from Bitfire and included in Krill's Loader.

Usage

Windows: Drag and drop a SID VGM file exported by DefleMask onto the executable

Command line: deflestream64 <vgm file>

Compiling

cargo build --release

Requires the Rust toolchain, a C/C++ compiler, and cc65.

Roadmap

0.2.0: Customizable bank sizes and base address, read GD3 metadata, basic NTSC support

0.3.0: Prettier player, playerless export

0.4.0: PAL <=> NTSC conversion

Credits