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.
Windows: Drag and drop a SID VGM file exported by DefleMask onto the executable
Command line: deflestream64 <vgm file>
cargo build --release
Requires the Rust toolchain, a C/C++ compiler, and cc65.
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
- Krill's Loader by Krill/Plush
- x65 by Carl-Henrik Skårstedt
- cc1541 by JackAsser et al.
- Bitfire/Bitnax by Bitbreaker/Oxyron