Browse Source

added MONITOR_PET_ADDON

pull/5/head
Michael Steil 4 years ago
parent
commit
168e213280
  1. 1211
      MONITOR_PET_ADDON/add-on-mon
  2. 7
      README.md
  3. 1
      build.sh

1211
MONITOR_PET_ADDON/add-on-mon

File diff suppressed because it is too large Load Diff

7
README.md

@ -118,7 +118,8 @@ Using [kernalemu](https://github.com/mist64/kernalemu) and [cbm6502asm](https://
|--------------------------------------------------------------|------|-------------|
| [KIMATH](KIMATH) | 1976 | KIM-1 Math Package |
| [MATHPACK](MATHPACK) | 1979 | CBM2 Math Package |
| [MONITOR_C64](MONITOR_C64) | 1982 | RAM-based Monitor for C64 |
| [MONITOR_PET_ADDON](MONITOR_PET_ADDON) | 1981 | RAM-based monitor for PET 8x92 |
| [MONITOR_C64](MONITOR_C64) | 1982 | RAM-based monitor for C64 |
| [DISK_MONITOR](DISK_MONITOR) | 1980 | Monitor extension for PET |
| [FIG](FIG) | 1980 | fig-FORTH |
@ -262,6 +263,10 @@ The files have been converted to LF line breaks and LST-style indenting.
The "CBM 8032 EURO SCREEN EDITOR 4V2E (E-901474-03)" ROM. Extracted from UNKN008.D80 from [Ruud Baltissen's ICPUG disks](http://www.pagetable.com/docs/CBM2_Sources.zip) and converted to LF line breaks and LST-style indenting.
### MONITOR_PET_ADDON
The PET 8096/80196 memory expansion addon monitor (1981). Corrected and fixed-up from the [OCRed version](http://www.zimmers.net/anonftp/pub/cbm/src/pet/ADD-ON-MON.txt), which is based on the [LST printout](ftp://www.zimmers.net/pub/cbm/manuals/pet/MemExpansion/CBM_Expansion_Memory_Board_Add-on-Mon.pdf)
### MONITOR_C64
The C64 monitor program. Extracted from ml-monitor-source.d64 from Steve Gray's [Dennis Jarvis Page](http://6502.org/users/sjgray/dj/) and converted to LF line breaks and LST-style indenting. The symbol `WALKON` in the file `micii4` was changed from `1` to `0` so the source builds.

1
build.sh

@ -103,6 +103,7 @@ build1 BASIC_CBM2_1982-11-19 bas256 # or bas64 bas128 bas192 bas256
build1 BASIC_CBM2_1983-05-31 cbm256 # or cbm128
build1 BASIC_CBM2_1984-01-04 cbm256 # cbm128 cbm192 cbm256 cbm64 pet128 pet192 pet256 pet64
build1 MONITOR_PET_ADDON add-on-mon
build1 MONITOR_C64 micii4
build2 MONITOR_C128 monitor

Loading…
Cancel
Save