blob: 174ae56610c1563c415f8a11c1c75658aa64b2e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
This is Arkos 2 lightweight player.
It comes with two components:
- A .rel module to load in 0x0b06 (just after the CRT0)
- A library with the functions to call the module
This is so the player can be assembled by rasm and still use SDCC linker.
IMPORTANT: if your CRT0 changes its size, you'll have to change the loading
address and the entry point for all the functions.
For licensing information, PLW is just a wrapper that can be distributed
under the same license as Arkos Player 2 AKW player.
Code by Juan J. Martinez <jjm@usebox.net>
|