Skip to content

My PTX Player, patched for z88dk, that will read a PT3 file and play it.

Notifications You must be signed in to change notification settings

feilipu/RC2014-YM2149

 
 

Repository files navigation

RC2014-YM2149

My patched PTX Player that will read a PT3 file and play it, press a key to exit...

I have included assembled binary configured for the YM2149 at D0 hex (Revision 5).

A binary can be built for the Revision 6 Module, by setting the REV5 option equal to 0. This will enable the MSX addressing available on Revision 6 Modules.

To assemble, you need to use z88dk-z80asm.

z88dk-z80asm  PS-PTxPlay.asm -m -l -b

-m generates a map file. -l generates a list file. These are both optional.

The resulting PS-PTxPlay_code_user.bin file can be renamed as desired (eg ptxplay.com) and uploaded to your RC2014 to be used with any CP/M implementation.

The z88dk can be found at Z88DK.

About

My PTX Player, patched for z88dk, that will read a PT3 file and play it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 100.0%