Releases: StewBC/pt3plr
Releases · StewBC/pt3plr
Adding the disk image (PO) file for ease of use
This "release" is actually just about making the disk image available. This ptrplr.po will boot prodos and load the player. It has 255 PT3 files, abd those start playing once the player has loaded. I use this with AppleWin when I want some PT3 background music.
a2desktop alpha candidate
This release has the jukebox player but with:
- The ability to quit (using ESC or Q) (pt3plr.7z)
- Can be built into basis.system, which Bitsy Bye will call when unknown file types are selected (in this case PT3). (pt3plr-a2d.7z)
For #2 there's no error checking, the code assumes the file is a PT3 file.
basis.system does work stand-alone on a ProDOS disk, used from Bitsy Bye.
When I launch a PT3 file from Bitsy Bye:
- $2006 contains the selected file name.
- $0280 has the path to the file name.
When I lainch a PTR file from a2desktop,
- $0280 contains the name of the PT3 file (no path, jsu fro example ACADEMY.PT3)
I suspect there's something I don't know about mapping file types or extensions to .system files, perhaps?