asig / pettester

A debug ROM for Commodore PET's, replacing the EDIT ROM at E000, based on PETTESTE2K

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pettester

pettester is a test ROM for your PET. It is based on the PETTESTE2K written by David Roberts. All the versions that he shared in this post are contained in the "petteste2k" subdirectory.

Two changes where added to the original PETTESTE2K:

  • Checksums are not computed over the full 4KB anymore, but rather over the 2KB that are contained in a single ROM.
  • For every ROM, the first 16 bytes are shown on the screen.

I added these changes to find the issue that prevented my stubborn 2001 from working. Maybe they are useful for other people, too.

How to build

To build pettester, you need the following tools:

Then, just run make to build pettester.bin

License

Copyright (c) 2023 Andreas Signer. Licensed under GPLv3.

About

A debug ROM for Commodore PET's, replacing the EDIT ROM at E000, based on PETTESTE2K

License:GNU General Public License v3.0


Languages

Language:Assembly 99.9%Language:Makefile 0.1%