This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-HW
/
analog
Watch
1
Star
0
Fork
0
You've already forked analog
mirror of
https://github.com/V2RetroComputing/analog.git
synced
2024-11-26 21:51:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2d26b1585b
analog
/
v2-analog-rev1
/
parallel
/
grappler_rom.h
5 lines
68 B
C
Raw
Normal View
History
Unescape
Escape
HW Rev 1, FW 2023-01-06-000
2023-01-07 07:15:21 +00:00
#
include
<stdint.h>
Build 0159 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
2023-03-02 16:05:44 +00:00
static
const
uint8_t
grappler_rom
[
2048
]
=
{
HW Rev 1, FW 2023-01-06-000
2023-01-07 07:15:21 +00:00
}
;
Reference in New Issue
Copy Permalink