https://github.com/ifilot/p2000t-sdcard-cartridge-programs
PRG type of programs designed for the P2000T SD-card cartridge
https://github.com/ifilot/p2000t-sdcard-cartridge-programs
Last synced: 5 months ago
JSON representation
PRG type of programs designed for the P2000T SD-card cartridge
- Host: GitHub
- URL: https://github.com/ifilot/p2000t-sdcard-cartridge-programs
- Owner: ifilot
- Created: 2025-01-12T20:40:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-12T21:13:52.000Z (over 1 year ago)
- Last Synced: 2025-01-12T21:30:23.259Z (over 1 year ago)
- Language: C
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# P2000T-SDCARD-CARTRIDGE PROGRAMS
This repository contains a number of stand-alone `PRG`-type programs that can be
placed on the SD-card and executed from the `LAUNCHER` environment. These
programs will be loaded into `$A000-$DCFF` and will return to the `LAUNCHER`
menu upon termination.
## List of programs
* [CASDUMP](#casdump)
* [HELLOWORLD](#helloworld)
* [MONCRC16](#moncrc16)
### CASDUMP
[Download](https://github.com/ifilot/p2000t-sdcard-cartridge-programs/releases/download/latest/CASDUMP.PRG)
### HELLOWORLD
[Download](https://github.com/ifilot/p2000t-sdcard-cartridge-programs/releases/download/latest/HELLOWORLD.PRG)
### MONCRC16
[Download](https://github.com/ifilot/p2000t-sdcard-cartridge-programs/releases/download/latest/MONCRC16.PRG)