diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-04-29 19:10:44 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-04-29 19:32:12 -0400 |
commit | 3a9e73a065b6970dc2f12443e2bbd2d55181df31 (patch) | |
tree | 4af351adf7e711a310869707da53be3e30b26ffc /data/wave_instruments.asm | |
parent | 9a876c103a359d0f9b59bfeb3c7fa1655d896431 (diff) |
Wave and noise instruments
Diffstat (limited to 'data/wave_instruments.asm')
-rwxr-xr-x | data/wave_instruments.asm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/wave_instruments.asm b/data/wave_instruments.asm new file mode 100755 index 0000000..132042f --- /dev/null +++ b/data/wave_instruments.asm @@ -0,0 +1,20 @@ + dw .wave0 + dw .wave1 + dw .wave2 + dw .wave3 + dw .wave4 + +.wave0 + db $79,$bd,$ff,$ff,$ff,$ff,$fd,$b9,$75,$31,$00,$00,$00,$00,$01,$35 + +.wave1 + db $01,$12,$23,$34,$45,$56,$67,$77,$88,$99,$aa,$bb,$cc,$dd,$ee,$ff + +.wave2 + db $46,$8a,$cc,$cc,$cc,$cc,$ca,$86,$42,$11,$00,$00,$00,$00,$01,$12 + +.wave3 + db $7a,$df,$ff,$da,$74,$10,$00,$14,$7a,$df,$ff,$da,$74,$10,$00,$14 + +.wave4 + db $ee,$ee,$ee,$ee,$ee,$ee,$ee,$ee,$00,$00,$00,$00,$00,$00,$00,$00
\ No newline at end of file |