From b615954c215bf737526aa8d6e8b773423b75e968 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Fri, 28 May 2021 14:15:27 -0500 Subject: [PATCH] update readme. --- README.md | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5a710d2c..21ef3fff2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,36 @@ # Furnace -that does it. +did i say prepare? -thanks for nuking your user base. worst way to break our hearts. +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 and: + +``` +mkdir build +cd build +cmake .. +make +``` + +## usage + +``` +./furnace +``` + +this will play a file (must be in .dmf format).