Replies: 2 comments 4 replies
-
Hey there! I'm not entirely sure what the difference is with IIe 80 column mode but at a hardware level it's going to be different just due to the way that the IIe 80 column card and AUX memory works which is very specific to the IIe. I suppose that software would usually just I think it is theoretically possible to emulate something like a Videx card for 80 column support but I am not sure if the current hardware revision can support it. It's something I initially had wanted to do but ultimately abandoned because I didn't find any software that uses it so thought it wasn't so useful. Of course, Videx cards are selling on eBay so I guess something uses 80 column mode 😀 The challenge for me in implementing it was that the Pico has to emulate a full device with ROMs and registers on the Apple bus instead of just being a passive listener for bus activity and therefore has to be able to respond to memory read cycles from the 6502 very fast. I had prototyped this "read cycle" support but it was not reliable and flexible enough to work for something as complex as the Videx. Ultimately I removed that prototype code and repurposed the GPIO pin but the original code is still in the git repository. It's possible that it could be made to work after more thought and development iterations. Other people are also using Picos in this manner in other projects, which is a good sign that it could work. I do think this would be a great addition though, and is probably doable. |
Beta Was this translation helpful? Give feedback.
-
finishing this thread - all done. The code is available at https://github.com/abaffa/AppleII-VGA/ and I requested a pull #38 so Mark can verify my solution and suggest some project standards. 80 Columns mode on AppleII+ - Videos |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I'm wondering if we could emulate 80 columns directly to vga using an appleII+. The 80 columns mode is available on apple//e but not in appleII+. Is that possible to emulate an 80 columns card like videx and have the 80 columns mode on an appleII+? What are the differencees between 80 columns mode on apple//e and appleii+?
Beta Was this translation helpful? Give feedback.
All reactions