Skip to content

Releases: StewBC/pt3plr

Adding the disk image (PO) file for ease of use

03 Mar 06:56

Choose a tag to compare

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

09 Aug 06:43

Choose a tag to compare

Pre-release

This release has the jukebox player but with:

  1. The ability to quit (using ESC or Q) (pt3plr.7z)
  2. 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:

  1. $2006 contains the selected file name.
  2. $0280 has the path to the file name.

When I lainch a PTR file from a2desktop,

  1. $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?