-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Physical Carts not loading #65
Comments
Updated cartridge start code to fix suspected issue. |
How do I update just BASIC to this version? |
At the command line, in the directory the updated rom is in, issue command Do this after the cartridge is inserted and the Aq+ turned on, as the ROM reverts to default when the Aq+ is powered off and on. |
v0.20a is crashing the system, use v0.20b instead |
What does your cartridge have inside? Is it only a 16KB EPROM or is there anything else? The Aquarius+ runs a cartridge by decrypting it and storing it in a RAM bank. So the cartridge isn't used after this. |
Just an EPROM (m27c128a) |
That cart is a 5-way dip switch; however, only switches 4-5 are used in aqua. 4 sets the address map to C000 which is where carts are mapped to and switch 5 sets whether the chips is 16KB or 32KB and in this case its 16KB |
Diagnostic tools and instructions:
|
Only just seen this, so sorry for the delay (thanks to Ricky for pointing it out!). I'll do the above and let you know when it's done. |
I can confirm the carts Roy is having trouble with are working with my AQ+ but I'm running older firmware and never got around to updating plusBasic. |
Ricky, what version are you running on your Aq+?
…On Fri, Jan 12, 2024, 2:47 AM rickyelqasem ***@***.***> wrote:
I can confirm the carts Roy is having trouble with are working with my AQ+
but I'm running older firmware and never got around to updating plusBasic.
—
Reply to this email directly, view it on GitHub
<#65 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABXJAGLNLTYTPBJZJSZL4MDYODTAJAVCNFSM6AAAAABAYUL7TOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBYGU4DCMBUGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sorry, but the Aquarius crashed on reboot after the ROM upload. Now that's a puzzler. |
Thanks to @rickyelqasem for trying my cart on an earlier version of the OS and pB. I downgraded to the same version as Ricky and my carts WORKED. I started upgrading one version at a time.... until... The cart crashing starts at OS V0.21 pB V0.18 |
Any update on this guys? |
I am currently working on a new booting structure. This will 'soft'-load the system rom from the esp: filesystem. The main reason for this is that we no longer have to resynthesize the FPGA everytime the system ROM updates, but a second advantage is that I have implemented that physical cartridges no longer use plusBASIC as system ROM, but use the original S2 ROM instead. This will give maximum compatibility. This will be released in the coming weeks. |
Any update on this guy's?? |
I can confirm that my .ROM files are now working from the SD card... however.... the physical cartridge versions when plugged in, only display a gray blank screen. I have tried the original Mattel carts and they seem fine, however Aquariworm, BCII (standard), BCII (enhanced) and indeed Turmoil, do not load and just display a gray screen. Currently running V0.23
The text was updated successfully, but these errors were encountered: