+------------------+
|  FAMITONE2 DEMO  | 
+------------------+

- This is a simple demonstration of the capabilities of FamiTone2, a public domain NES sound driver made by Shiru (creator of Lawn Mower, NESST, and numerous homebrew utilities).
- The included music is by Jessica Robot. You are free to use this music, with attribution, for any purpose, including commercial use. You're also free to use my code, but I can't promise that it's any good.
- The NROM configuration and some of the code are by Pinobatch: https://github.com/pinobatch/nrom-template
- The music project file can be opened with Dn-Famitracker: https://github.com/Dn-Programming-Core-Management/Dn-FamiTracker
- The fork of FamiTone in use is FamiTone2D (for Dn-Famitracker support) by nesdoug: https://github.com/nesdoug/famitone2d 
- The assembler used in this project is ca65. To re-assemble the rom, run:
    ca65.exe .\main.s
    ld65.exe .\main.o -C .\nrom.cfg -o famitone2-demo.nes
- Shiru's website is: https://shiru.untergrund.net/index.shtml
- The homepage for this homebrew is: https://jessica.systems/hacks

Thank you!
        ~Jessica Robot