Progress on PCPI mode bug fixes. PCPI mode is now working again, but the config interface is still broken enough to prevent the use of the config utility while in this mode.. Sending the FORMAT command from the monitor rom returns the card to defaults.
Replace n with the slot number the card is installed in:
]CALL -151
*CnF0:46 4F 52 4D 41 54 00 00
Correction of mousetext / inverse / flashing handling on IIe
see https://github.com/V2RetroComputing/analog/issues/3
Monochrome mode & color palettes are now implemented.
$C0n1: Monochrome mode & palette
$80: B&W
$90: Inverse
$A0: Amber
$B0: Inverse Amber
$C0: Green
$D0: Inverse Green
$E0: Commodore 64 Theme
$F0: Use IIgs palette
$C0n2: Mirror of IIgs TBCOLOR register
$C0n3: Mirror of IIgs BORDER register
Progress on PCPI mode bug fixes. PCPI mode is now working again, but the config interface is still broken enough to prevent the use of the config utility while in this mode.. Sending the FORMAT command from the monitor rom returns the card to defaults.
Replace n with the slot number the card is installed in:
Correction of mousetext / inverse / flashing handling on IIe
see https://github.com/V2RetroComputing/analog/issues/3
]CALL -151
*CnF0:46 4F 52 4D 41 54 00 00
Monochrome mode & color palettes are now implemented.
$C0n1: Monochrome mode & palette
$80: B&W
$90: Inverse
$A0: Amber
$B0: Inverse Amber
$C0: Green
$D0: Inverse Green
$E0: Commodore 64 Theme
$F0: Use IIgs palette
$C0n2: Mirror of IIgs TBCOLOR register
$C0n3: Mirror of IIgs BORDER register
New autodetect routines for Apple II+, IIe (Platinum), IIgs (ROM03).
Timing tweaks to improve compatibility on IIgs and IIe.
Corrected text rendering on all supported machines.
Initial Super HiRes support (not recommended to use at this time)
Monochrome DHGR and HGR support activated with IIgs MONOCOLOR or NEWVID registers.
80 Column mode on IIe and IIgs.
CUPL code had not been updated for HW Rev 1 which inverted the RP2040's data direction pin, which is used in concert with the level shifter select lines to trigger a release of the $C800 window from the RP2040 side.