update readme

This commit is contained in:
tildearrow 2021-12-11 04:55:31 -05:00
parent f39e2ea112
commit b0139015d0
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
# Furnace # Furnace
this is a work-in-progress chip music player (currently) for the .dmf format. this is a player for DefleMask module files (.dmf).
## features ## features
- supports Sega Genesis, Master System, Game Boy, PC Engine, NES, C64, YM2151/PCM and Neo Geo! - supports Sega Genesis, Master System, Game Boy, PC Engine, NES, C64, YM2151/PCM and Neo Geo!
- clean-room design (zero reverse-engineered code and zero decompilation; using official DMF specs, guesswork and ABX tests only) - clean-room design (zero reverse-engineered code and zero decompilation; using official DMF specs, guesswork and ABX tests only)
- bug/quirk implementation for increased playback accuracy - bug/quirk implementation for increased playback accuracy
- accurate emulation cores (Nuked, MAME, SameBoy, Mednafen PCE, puNES, reSID and ymfm) - accurate emulation cores whether possible (Nuked, MAME, SameBoy, Mednafen PCE, puNES, reSID and ymfm)
- open-source. GPLv2. - open-source. GPLv2.
## dependencies ## dependencies
@ -49,7 +49,7 @@ make
./furnace <file> ./furnace <file>
``` ```
this will play a file (must be in .dmf format). this will play a .dmf file.
``` ```
./furnace -view commands <file> ./furnace -view commands <file>