You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IIe and //e enhanced are now separately detected and the font type is
automatically adjusted. The manual config switch for enhanced/unenhanced
fonts is removed. Overriding is still possible by setting the machine type
to "IIe" vs "IIe enhanced". #12
The hardware is based on the PICO controller board.
17
-
Both, original **PICO (RP2040)** and newer **PICO2 (RP2350)**mouldes are supported.
17
+
Both, original **PICO (RP2040)** and newer **PICO2 (RP2350)**modules are supported.
18
18
Separate firmware is provided for the two PICO variants.
19
19
20
20

@@ -67,14 +67,15 @@ The A2DVI firmware tries to auto-detect your machine type - and adjusts various
67
67
This also automatically adjusts the character set, if the current selection does not match the machine (with firmware >= v1.1):
68
68
69
69
* When an Apple IIe is detected, but an Apple II font is selected, it switches to "Apple IIe US character set".
70
+
* When an "Apple //e enhanced" is detected, then the "enhanced" variant of the font is used. Otherwise, for the "unenhanced IIe" the "unenhanced" fonts are used (with firmware >= v1.4).
70
71
* When an Apple II is detected, but an Apple IIe font is selected, it switches to "Apple II+ US character set".
71
72
72
73
If you do not want the automatic font switching (i.e. you want to use an Apple II font on the IIe), then disable the auto-detection by setting a *fixed* machine type.
73
74
74
-
If your A2DVI is installed in a specific/fixed machine, it's recommended to set the configuration to a fixed type.
75
+
If your A2DVI is installed in a specific/fixed machine, it's recommended to set "machine type" to the matching fixed type.
75
76
76
77
## Rendering Options
77
-
***Monochrome Mode**: configures the display of monochrom video modes. Selects display as black & white, green or amber (the most popular 1980s CRT types).
78
+
***Monochrome Mode**: configures the display of monochrome video modes. Selects display as black & white, green or amber (the most popular 1980s CRT types).
78
79
***Color Mode**: configures the display of color video modes. Selects "color" or "monochrome". When "monochrome" is selected, then all video modes are in monochrome.
79
80
***Scan Lines**: enables an effect to mimic the look of original CRT screens with scan lines.
80
81
***Analog Rendering Effects**: configures the rendering of double-LORES and double-HIRES video modes.
* The IIe fonts are "*enhanced character sets*" (include "mouse text characters" required for the "*enhanced* //e").
103
-
There is a separate configuration option to disable "enhanced fonts": this replaces the mousetext characters with normal characters, like on an original "*unenhanced* Apple //e".
103
+
* For the Apple IIe the "enhanced" or "unenhanced" variant of the IIe font is used - according to the machine type ("Apple IIe" vs "Apple //e enhanced").
104
+
The machine is either auto-detected, or can be set manually.
105
+
(The difference between the "*enhanced*" and "*unenhanced*" fonts are the graphical "mouse text characters", which only the "Apple //e enhanced" supported.)
104
106
105
107
Included fonts for Apple II:
106
108
@@ -164,7 +166,7 @@ Connect the single pin on the A2DVI card to the language switch signal "ALTCHR",
164
166
165
167
## Video7 Support
166
168
Video7 provided additional color text and video modes for the Apple IIe.
167
-
Some (all?) of these modes were also available with other video cards, like the "Apple Extended 80 column Text/AppleColor Card".
169
+
Some of these modes were also available with other video cards, like the "Apple Extended 80 column Text/AppleColor Card".
168
170
169
171
A2DVI supports these extended video modes - even if your Apple IIe only has a standard 80 column card (and no extended video card).
170
172
@@ -177,7 +179,7 @@ The extra video modes:
177
179
178
180
The following photo shows the difference of the default vs enhanced DHGR video mode (as supported by DazzleDraw).
179
181
This video mode provides a mix of 140x192 pixels in 16 colors (just like default DHGR),
180
-
but uses an unused 8th data bit to switich to a 560pixel/line monochrome resolution for a block of 7 bits:
182
+
but uses an unused 8th data bit to switch to a 560pixel/line monochrome resolution for a block of 7 bits:
181
183
182
184

183
185
@@ -237,7 +239,7 @@ The A2DVI firmware supports the font selection protocol of ROMX/ROMXe devices.
237
239
238
240
* ROMX supports selecting between 16 different fonts.
239
241
* A2DVI maps the 16 fonts selected by ROMX to A2DVI's 16 custom font slots. So you can upload and change those 16 fonts as you wish.
240
-
* When ROMX selectes an empty custom font slot (1-16), then one of the built-in fonts (1-16) is used instead.
242
+
* When ROMX selects an empty custom font slot (1-16), then one of the built-in fonts (1-16) is used instead.
241
243
242
244
# Photos
243
245
Here are some photos showing A2DVI in action - using the DVI/HDMI connection.
@@ -284,7 +286,7 @@ Firmware updates of an A2DVI card are easy and safe:
284
286
***Flash** (permanent) vs temporary configuration.
285
287
***Card registers** for configuration.
286
288
***Configuration menu**.
287
-
***Debug monitor** (Apple II video softswitches, 6502 CPU state).
289
+
***Debug monitor** (Apple II video soft switches, 6502 CPU state).
288
290
***PICO2 (RP2350) support**.
289
291
***Analog rendering effects** for Double-HIRES/Double-LORES (optional).
0 commit comments