# HG changeset patch # User Tormod Volden # Date 1535526444 -7200 # Node ID beea40fcb8528f43c4d342c29d102a578a849d93 # Parent 4e52ba817ecb64c2efec5f2fc1642018a83037f3 cowprs: Note address from PBJ WORD-PAK/WORDPAK II User's Manual The same driver should work on the original WordPak I/II if the controller port address is changed. These work only on CoCo1/2 since their port address conflicts with the GIME in CoCo3. diff -r 4e52ba817ecb -r beea40fcb852 level1/modules/cowprs.asm --- a/level1/modules/cowprs.asm Wed Aug 29 09:05:32 2018 +0200 +++ b/level1/modules/cowprs.asm Wed Aug 29 09:07:24 2018 +0200 @@ -13,7 +13,7 @@ nam COWP ttl PBJ WordPak RS Co-Driver for VTIO -BASEADDR equ $FF76 +BASEADDR equ $FF76 Note: WordPak I/II use $FF98 CURSPTR equ V.ColPtr cursor address (wrap at $4000) DISPPTR equ V.Co80X display start address (wrap at $800)