mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-31 20:11:29 +00:00
update readme
This commit is contained in:
parent
f39e2ea112
commit
b0139015d0
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
# 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
|
||||
|
||||
- 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)
|
||||
- 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.
|
||||
|
||||
## dependencies
|
||||
|
@ -49,7 +49,7 @@ make
|
|||
./furnace <file>
|
||||
```
|
||||
|
||||
this will play a file (must be in .dmf format).
|
||||
this will play a .dmf file.
|
||||
|
||||
```
|
||||
./furnace -view commands <file>
|
||||
|
|
Loading…
Reference in a new issue