Page 4 of 14
Re: 16BIT ROM CART THOUGHTS
Posted: 04 Apr 2018 23:12
by rpineau
Somehow the layer got swapped.
We need to put the top on the bottom and bottom on the top.
No idea how this happened.
I'm fixing the lib but that's why it's not working and we're lucky we did short GND and VCC
Re: 16BIT ROM CART THOUGHTS
Posted: 04 Apr 2018 23:16
by exxos
rpineau wrote: 04 Apr 2018 23:12
Somehow the layer got swapped.
We need to put the top on the bottom and bottom on the top.
yes..
rpineau wrote: 04 Apr 2018 23:12
No idea how this happened.
I know I had some confusion over this a while ago and you did edit the lib, but I put back to older version as I think after your edit, the 2 gnd wires were at the top, so it was "upside down".. but I never checked the layer orders.. I assume was OK as it worked with the RTC boards... The order of signals is correct as I checked that a lot.. but I never thought to check top and bottom layer order :(
rpineau wrote: 04 Apr 2018 23:12
I'm fixing the lib but that's why it's not working and we're lucky we did short GND and VCC
Didn't I assume ? :) Yeah, well, I am using my own PSU, I shorted VCC & GND lots of times over the past year ;)
Re: 16BIT ROM CART THOUGHTS
Posted: 04 Apr 2018 23:24
by rpineau
Ok, I fixed the lib , odd pin on top, even pin on bottom. I'm checking to make sure the pins are correct and will send you the new version.. and I guess I owe you now ;)
Rodolphe
Re: 16BIT ROM CART THOUGHTS
Posted: 04 Apr 2018 23:26
by exxos
rpineau wrote: 04 Apr 2018 23:24
Ok, I fixed the lib , odd pin on top, even pin on bottom. I'm checking to make sure the pins are correct and will send you the new version..
:) Sleep time for me soon , so will look tomorrow :)
rpineau wrote: 04 Apr 2018 23:24
and I guess I owe you now ;)
Nope :) My bad for not checking the layer order.
Re: 16BIT ROM CART THOUGHTS
Posted: 05 Apr 2018 13:11
by exxos
So updated lib used now.. I used the current design and flipped the layout order so I don't have to re-route the design.. have a few things to fix.. but now GND is twice on bottom layer (38 & 40) So should be good now :)
2A.JPG
Re: 16BIT ROM CART THOUGHTS
Posted: 06 Jul 2018 11:39
by exxos
Totally forget about this project, will see if I can work out where I got up to with it all...
Looks like design was basically finished, edge connectors seems right direction now.. fixed some issues with the DRC..
So now 3 prototypes on order..
c4.jpg
Re: 16BIT ROM CART THOUGHTS
Posted: 06 Jul 2018 18:45
by Atarian Computing
How have I completely missed this thread? I made this in the beginning of May:
MultiCart.png
MultiCartback.png
Sketch (32).png
Based on Arne's Test Cart. It's functionally fully ready but cosmetically not yet and on hold. Haven't produced any. I use KiCad 5.
Re: 16BIT ROM CART THOUGHTS
Posted: 06 Jul 2018 18:57
by Atarian Computing
Here are my schematics:
Sketch (33).png
MultiCart.pdf
Re: 16BIT ROM CART THOUGHTS
Posted: 06 Jul 2018 19:06
by exxos
Atarian Computing wrote: 06 Jul 2018 18:45
How have I completely missed this thread? I made this in the beginning of May:
:shrug: Thread has been on & off for about a year anyway. Its never been very high up on my to do list.
Atarian Computing wrote: 06 Jul 2018 18:45
Based on Arne's Test Cart. It's functionally fully ready but cosmetically not yet and on hold. Haven't produced any. I use KiCad 5.
Basically the same really then. Though I went with diodes for OE rather than a IC. Was some talks about it all *somewhere* in this thread. I went with PLCC as was using them in other things, so made sense to save buying yet another part. Plus a bit smaller as well :)
EDIT:
Actually I am using UDS, LDS, but you are just using the ROM lines there. I wonder if there is any need to even use UDS, LDS at all, as ROM4 will be valid on the ROM range anyway..Will have to try it when I get my boards. Though assume its working if someones been producing them like that anyway.
1.jpg
Re: 16BIT ROM CART THOUGHTS
Posted: 06 Jul 2018 20:31
by Atarian Computing
exxos wrote: 06 Jul 2018 19:06
Actually I am using UDS, LDS, but you are just using the ROM lines there. I wonder if there is any need to even use UDS, LDS at all, as ROM4 will be valid on the ROM range anyway..Will have to try it when I get my boards. Though assume its working if someones been producing them like that anyway.
Yup, UDS or LDS are not needed.
I was never going to mass produce or sell these anyway. I have "perfected" a method to create cartridge images and have successfully made "flash drives" out of my previous batches of 128KB carts. I have carts that contain a PRG file that, when executed from the desktop, installs a reset proof ram disk as drive C and extracts contents into the new C-drive and reboots as it would from a hard drive.
Comes in very handy when working on resto projects without floppy or hard drives. I'm extremely pleased with how it's worked out. Challenge is getting stuff to fit 128KB. UPX is your friend. Another dear friend is PFXAFX which let's you compress not only executables but everything.
If you don't want a ramdisk but have an app that has rsc files and others, I've got a neat workaround that as well.
Then finally I wrote a PowerShell script to create a 128KB image from the file you choose.
Been meaning to do a write-up on it. Cool stuff.