This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Stress Signal | |
// by Natt / AYCE | |
// | |
// This is a commented write-up of a music piece originally written in only | |
// 254 characters of JavaScript expression for Lovebyte 2022 Bytebeat Music | |
// competition. | |
// | |
// Online player link: | |
// https://bytebeat.demozoo.org/#t=0&e=0&s=44100&bb=5d00000100fe00000000000000001461cc5f0043e1f0efcb8775f3c089dbea8c42192b9194efc43822f2c69420f6e6ccef2d2d6a67a7e615647d0e458781f3c67c7308b119843d158e603d5e22d1886e4587bafd60bab667a2e5244d35d62bfbc52dc89f26f7b41832bc6d876c7262e0c13fd09ca479a6857ca56c7ff31a8060776f62fd6c97126fcc8812dc6e9a149f5a6363b756a947c42a15f836377903ff9ad44720 | |
// This entire file is also playable there, which you can comment out each line |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=========================================================================================== | |
============================ Funtech Super Acan hardware Notes ============================ | |
====================== Made by Emmanuel Vadot ([email protected]) ===================== | |
================================= Revision 0.2 20140617 =================================== | |
=========================================================================================== | |
v0.2 : | |
- Add /RESET to cart and expansion connector | |
- Add UM6650 Chip pinout (lockout chip) based on kevtris data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Game Boy Sound Operation | |
------------------------ | |
Shay Green (blargg) | |
[email protected] | |
http://www.slack.net/~ant/ | |
** This is an incomplete draft | |
This documents the behavior of Game Boy sound; details which aren't | |
relevant to the observable behavior have been omitted unless they |