mirror of
https://github.com/oliverschmidt/Play-BTc.git
synced 2025-01-14 03:30:50 +00:00
09849e9541
The sound.btc was created with the 'BTc Sound Encoder 3.0' (https://www.romanblack.com/picsound.htm): * Open the Sound Library file BTc3_Lib1.SL coming with the BTc Sound Encoder. * Set the 'Algorithm' to '1 bit'. * 'Resample .WAV' to 33.000 Hz. * 'Trim .WAV' to samples 0-362500. * 'Export binary file .BTC format'.
8 lines
186 B
INI
8 lines
186 B
INI
MEMORY {
|
|
MAIN: file = %O, start = $0800, size = $BB00 - $0800;
|
|
}
|
|
SEGMENTS {
|
|
CODE: load = MAIN, type = ro;
|
|
DATA: load = MAIN, type = rw, define = yes, align = $0100;
|
|
}
|