mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 02:31:00 +00:00
22 lines
303 B
Plaintext
22 lines
303 B
Plaintext
Challenges:
|
|
+ 6-channel audio
|
|
+ Fitting it all in 48k (want to avoid disk routines if can)
|
|
+ Printing the ASCII art simple code (takes longer than 50Hz)
|
|
|
|
|
|
|
|
|
|
|
|
initial: 2078
|
|
add ascii art: 9142
|
|
|
|
|
|
|
|
Memory Map
|
|
|
|
|
|
Lowmem: 4k
|
|
Code: 16k (8k=audio, 5k=lyrics, 3k=art)
|
|
Sound buffers: 14k
|
|
Sound buffer2: 14k?
|