Changes

DkTronics CPM

315 bytes added, 11:42, 6 March 2019
/* CPM+ with Memory expansions */
The other version doesn't require BANK. You only need to type:
|CPM
 
=== Technical ===
The patch to C10CPM3.EMS is a single-byte change, to ignore the result of the ROM version check:
 
ld c, 0FFh
call KL_PROBE_ROM
ld de, -513 ; Check that ROM is version 0201h
add hl, de
ld a, h
or l
ret z ; DK'Tronics replaces this with a plain RET
== CPM+ with Silicon Disk ==
15
edits