Go to file
Francisco Demartino cb6f058389
add a little note about submodules (#1)
2021-05-28 14:44:02 -05:00
extern G E N E S I S 2021-05-12 17:19:18 -05:00
src dev6 2021-05-28 03:05:37 -05:00
.gitignore update gitignore for swap files 2021-05-12 05:11:41 -05:00
.gitmodules G E N E S I S 2021-05-12 17:19:18 -05:00
CMakeLists.txt finally output envelopes 2021-05-27 05:06:43 -05:00
LICENSE add license 2021-05-13 03:37:04 -05:00
README.md add a little note about submodules (#1) 2021-05-28 14:44:02 -05:00

README.md

Furnace

did i say prepare?

this is a work-in-progress chip music player (currently) for the .dmf format.

features

  • supports Sega Genesis, Master System and Game Boy (for now, with more systems coming soon)
  • 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 and SameBoy)
  • open-source. GPLv2.

dependencies

SDL2. untested on Windows/macOS.

compilation

your typical CMake project. clone (including submodules) and:

mkdir build
cd build
cmake ..
make

usage

./furnace <file>

this will play a file (must be in .dmf format).