GETTING STARTED
1. Upload ROM files (901439-01 through 901439-08) using the ROM upload area.
2. Click POWER ON to start the emulator.
3. The PET will boot into BASIC if all ROMs are loaded correctly.
ROM FILES NEEDED
- 901439-01.bin — BASIC ROM 1 ($C000)
- 901439-02.bin — BASIC ROM 2 ($D000)
- 901439-03.bin — Editor ROM ($E000)
- 901439-04.bin — Kernal ROM 1 ($F000)
- 901439-05.bin — BASIC ROM 3 ($C800)
- 901439-06.bin — BASIC ROM 4 ($D800)
- 901439-07.bin — Kernal ROM 2 ($F800)
- 901439-08.bin — Character Generator ROM
KEYBOARD MAPPING
Type normally. Special keys: ESC=RUN/STOP, HOME=CLR HOME, BACKSPACE=INST DEL, ENTER=RETURN, ARROWS=CRSR
BASIC COMMANDS
PRINT "HELLO" — Display text
10 PRINT "HI": GOTO 10 — Simple loop
LIST — Show program
RUN — Run program