mirror of
https://github.com/cybernesto/mcs-player.git
synced 2024-12-28 02:29:34 +00:00
Added simple Applesoft music player and disk image
The disk image contain the sources in Merlin format, assembled binaries and some songs in BSAVEd format.
This commit is contained in:
parent
74e253b113
commit
97079842da
BIN
dsk/mcs-player.dsk
Executable file
BIN
dsk/mcs-player.dsk
Executable file
Binary file not shown.
10
src/PLAYER.bas
Normal file
10
src/PLAYER.bas
Normal file
@ -0,0 +1,10 @@
|
||||
10 HOME
|
||||
20 PRINT CHR$(4)"BLOAD MCS"
|
||||
30 PRINT CHR$(4)"BLOAD JAM,A$8900
|
||||
34 REM SLOT 4
|
||||
35 POKE 206,0: POKE 207,196
|
||||
40 POKE 34066,4: CALL 34051
|
||||
51 PRINT : PRINT "Press any key to STOP->";: GET A$
|
||||
53 CALL 34060
|
||||
55 PRINT : PRINT
|
||||
57 HOME
|
Loading…
Reference in New Issue
Block a user