-
Notifications
You must be signed in to change notification settings - Fork 215
Tools that work with Furnace
Zumi edited this page Aug 18, 2024
·
11 revisions
Furnace does not currently have a ROM export (it is planned for 0.7), but there are already plenty of tools that work with it:
- Zsound - Furnace exports to this format natively! (Commander X16)
- TIunA - the pitch perfect sound driver for the VCS. Furnace also exports natively to this format from version 0.6.5. (Atari 2600)
- furNES - a sound driver for the NES.
- furC64 - a sound driver for the Commodore 64.
- furnace2asm - Pokémon Gen 1 & 2 specific; converts .fur files to Pokemon sound driver data. (Game Boy)
- fur2uge - converts .fur files to .uge files for use with hUGEtracker/driver and GB Studio. (Game Boy)
- vgm2gbs - converts Furnace vgm exports to gbs for hardware playback. (Game Boy)
- vgm2gbsfx - convert Furnace vgm exports to lightweight register commands for sound effects (Game Boy)
- vgm2furnaceclipboard - convert vgm into Furnace clipboard format (Multi)
- vgm2fui_OPM - extract YM2151 instruments from vgm as Furnace instruments (YM2151)
- chipchune - WORK IN PROGRESS; library for parsing chiptune tracker formats, only furnace has the most progress for now
- VgmGbStudionator - optimize Furnace vgm exports for sound effects to use with GBDK / GB Studio (Game Boy)