Has A2VGA been tried on higher bus speeds? #59
-
Hi, I think this is a brilliant project! I have a couple questions. (Apologies if these have already been asked and answered, I did search a while but didn't see them.)
Geek on! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hey there, thanks! The simple answer to your first question about the higher bus speeds is: no, but it might be possible by overclocking the Pico. To be fair, I don't know of any Apple II peripheral card that could operate at those speeds either. Add-in accelerator cards normally slow down when they access anything over the Apple bus because all the logic and ROMs/RAMs on the mainboard are expecting a 1 MHz bus speed (it's why the good accelerator cards have their own local RAM). The IIGS has a similar slowed down cycle when accessing the peripheral slots or the IIe compatibility address space. Is your question in reference to the IIGS, or another Apple clone or homebrew system? (Disclaimer: The VGA card doesn't work on IIGS systems, but for a slightly different reason) I have not tested a Pico 2 but it would probably work, assuming using the ARM cores. The RP2350 chip has one errata related to the GPIO pull resistors that I'd be worried about having a problem with but it's just a matter of trying it out. I'm grabbing a Pico 2 in my next parts order to try out. I'd say if you had a choice then use the original Pico because it's less expensive, will just work, and the extra features of the Pico 2 will just go to waste. If all you have is Pico 2's on hand then definitely socket it in case it doesn't work 😅 |
Beta Was this translation helpful? Give feedback.
-
Is there a plan to use ther RP2350B ?
It should make things easier because it has more IOs and statemachines also more RAM.
AFAIK the PIO bug does only occur in the A2 revision.
…________________________________
From: Craig Iannello ***@***.***>
Sent: Wednesday, March 26, 2025 2:22 PM
To: markadev/AppleII-VGA ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [markadev/AppleII-VGA] Has A2VGA been tried on higher bus speeds? (Discussion #59)
Hi, I think this is a brilliant project!
I have a couple questions. (Apologies if these have already been asked and answered, I did search a while but didn't see them.)
1. Will the A2VGA work with higher system bus frequencies such as 4 MHz?
2. I read that a Pico 2 can be a drop-in replacement in a lot of Pico 1 projects. Might that be the case with A2VGA?
Geek on!
Craig I.
—
Reply to this email directly, view it on GitHub<#59>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ASAJXW6URXOZ4SAVL67O27D2WMLBVAVCNFSM6AAAAABZ3MLF2CVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZYGEZTGNJVGM>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Hey there, thanks!
The simple answer to your first question about the higher bus speeds is: no, but it might be possible by overclocking the Pico. To be fair, I don't know of any Apple II peripheral card that could operate at those speeds either. Add-in accelerator cards normally slow down when they access anything over the Apple bus because all the logic and ROMs/RAMs on the mainboard are expecting a 1 MHz bus speed (it's why the good accelerator cards have their own local RAM). The IIGS has a similar slowed down cycle when accessing the peripheral slots or the IIe compatibility address space. Is your question in reference to the IIGS, or another Apple clone or homebrew system? (Disclaim…