diff options
author | dannye <33dannye@gmail.com> | 2021-05-03 00:11:51 -0500 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-05-03 00:11:51 -0500 |
commit | 4d2eb182f7a69fce2ee64665aea95ff4530ba85d (patch) | |
tree | 388b5c0c42bbe95be8fc96fa3f7cb2841225a268 /src/hram.asm | |
parent | 7d960e4d95836667a65c786db035bede76b1bcec (diff) |
Dump audio engine
Diffstat (limited to 'src/hram.asm')
-rw-r--r-- | src/hram.asm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/hram.asm b/src/hram.asm new file mode 100644 index 0000000..aa2b74f --- /dev/null +++ b/src/hram.asm @@ -0,0 +1,9 @@ +SECTION "High RAM", HRAM[$ff80] + + ds $23 + +hROMBank:: ds 1 ; ffa3 + + ds $1a + +hffbe:: ds 1 ; ffbe |