Play-BTc/play-btc.cfg
Oliver Schmidt 09849e9541
Initial commit
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'.
2018-08-10 01:39:54 +02:00

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;
}