memorymaps.jpg
New Open Source MultiCart released
Re: New Open Source MultiCart released
You do not have the required permissions to view the files attached to this post.
http://www.8bit-homecomputermuseum.at Find me here...
Re: New Open Source MultiCart released
The memory mapping is correct. The question is: for development purpose, would it not be better to have a single 32K ROM that spans ROM1 and ROM2 without having to swap them all the time? At the end of the day, CreatiVision multicarts all are based on 32K ROMs, so at the end of the day, having them swapped or not, should not make any difference in terms of used space. But would make things easier for developers using the 32K without worrying of swapping banks?
Re: New Open Source MultiCart released
Oh! Yes, i understand!
come to think of it, my "Everycard" (CSL PCB with a few patchwires and cuts does exactly that (only for 1 x 32kb) ...
i had to unswap the swapped version of crosschase to work on it...
Ciao, TOM:0)
come to think of it, my "Everycard" (CSL PCB with a few patchwires and cuts does exactly that (only for 1 x 32kb) ...
i had to unswap the swapped version of crosschase to work on it...
Ciao, TOM:0)
http://www.8bit-homecomputermuseum.at Find me here...
-
- Posts: 9
- Joined: Fri Nov 15, 2019 7:15 am
Re: New Open Source MultiCart released
I was able to get this to work with a Momik memsim 2, emulating a 32kb EPROM. This is a fairly inexpensive EPROM emulator:cheshirenoir wrote: ↑Tue Oct 20, 2020 4:12 amRastervision, thanks for sharing that. I'll do a revision with "THIS SIDE UP" on it shortly. Should be a quick fix
Seeing Clockmeister and my work used like this... It makes me very happy.
I've also designed a shell for it but I'm a bit limited by my lack of actual 3D printer.
http://momik.pl/memsim.htm
I will also be testing with an EPROM-EMU-NG, which is a cheaper eprom emulator:
https://github.com/Kris-Sekula/EPROM-EMU-NG
The memsim is a 32 pin device, whereas the EPROM-EMU-NG is 28 pin. I'm not sure if that will cause an issue or not. I suspect it shouldn't.
Last edited by Rastervision on Tue Oct 20, 2020 10:56 pm, edited 1 time in total.
-
- Posts: 9
- Joined: Fri Nov 15, 2019 7:15 am
Re: New Open Source MultiCart released
In my case, that's one line in a build file. Not a huge issue really, And, it doesn't affect the code.MADrigal wrote: ↑Tue Oct 20, 2020 9:20 amThe memory mapping is correct. The question is: for development purpose, would it not be better to have a single 32K ROM that spans ROM1 and ROM2 without having to swap them all the time? At the end of the day, CreatiVision multicarts all are based on 32K ROMs, so at the end of the day, having them swapped or not, should not make any difference in terms of used space. But would make things easier for developers using the 32K without worrying of swapping banks?
- cheshirenoir
- Posts: 286
- Joined: Sun Jun 02, 2019 5:17 am
Re: New Open Source MultiCart released
OK, moved things to GitHub and stuck up a new version. I don't yet have the line swap in but it does have a prominent "THIS SIDE UP" and two holes to assist in mounting. I'm thinking, if I can, I'll make the line swap cuttable traces plus solderable bridges so it works out of the box, but is easy to flip.
https://github.com/cheshirenoir/CreativisionMegaCart
https://github.com/cheshirenoir/CreativisionMegaCart
Re: New Open Source MultiCart released
i also use this kind of eprom simulator, great way of test your stuff