Skip to content

chiptunecafe/deflestream64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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