512 game multi-cart
Moderator: Moderators
I just don't know enough assembly to answer that question
I am just starting to look into the menu system and from what I hear
the actual creation of the menu is the hard part.
I think after the cart is done I will take a serious look at making a menu system for "multi-cart V2"
Also In my last post I left out Spong as one of the people on my list for carts.
Sorry Sponge. Your on the list also if you want one.
I am just starting to look into the menu system and from what I hear
the actual creation of the menu is the hard part.
I think after the cart is done I will take a serious look at making a menu system for "multi-cart V2"
Also In my last post I left out Spong as one of the people on my list for carts.
Sorry Sponge. Your on the list also if you want one.
Yeah like gannon said you could put a menu for 256 games in the fist slot and a menu for the next 256 in the next slot. At the end of the fist one you just point the program at the next slot. A 2 page system. Sorry if I sound stupid but I dont have any idea how assembly works. Also, how do you combine all the .BINs into 1 big .BIN . Thanks.
You do this by appending 4K games together in one file (e.g. with the command prompt: "copy game1.bin /b + game2.bin /b + ... + gamex.bin /b epromimage.bin /b")
With 2K games you should repeat the 2K game twice to make it 4K.
So what you are doing is creating one large eprom image .bin
When you are done you have basicaly just added on to the end of another. and you end up with one big file.
If we were making a menu cart the first one would be the menu rom.
And i just thought that since the 512 cart used 2 256k chips each menu will only need to be for 256 games not 512. But like I said I don't know how that works yet.
Also I think we should start another thread about the games and what should be on the multi cart. But remember only 2 and 4k games will fit.
With 2K games you should repeat the 2K game twice to make it 4K.
So what you are doing is creating one large eprom image .bin
When you are done you have basicaly just added on to the end of another. and you end up with one big file.
If we were making a menu cart the first one would be the menu rom.
And i just thought that since the 512 cart used 2 256k chips each menu will only need to be for 256 games not 512. But like I said I don't know how that works yet.
Also I think we should start another thread about the games and what should be on the multi cart. But remember only 2 and 4k games will fit.
I might be able to right a Perl script for combining all of the bins in a given folder. I will look into this. And let you know.
Also some other form of Macros might be used to combine the files.
I'll run a few test in the next few days and let you all know.
I have a buddy that is much better at command line stuff than I am, I will ask him.
Also some other form of Macros might be used to combine the files.
I'll run a few test in the next few days and let you all know.
I have a buddy that is much better at command line stuff than I am, I will ask him.
-
gannon
- Moderator
- Posts: 6974
- Joined: Sun Apr 04, 2004 4:48 pm
- Location: Near that one big lake
- Contact:
I know mostly how to make a php script that would automatically take all the games and put them in one big bin file, but alas, I don't know how to interface php with a unix command line 
Edit:
Have you tried to contact Kevin Horton? I know the odds of him helping aren't all that high, but he has built bankzilla which used a pretty nice bankswitching program for the 2600
Edit:
Have you tried to contact Kevin Horton? I know the odds of him helping aren't all that high, but he has built bankzilla which used a pretty nice bankswitching program for the 2600
I tried several mags in my laser copyer and none affected the machine, but expetiment at your own risk.
Don't ruin your parents laser copier.
It should be fine though.
You could to a heat test with an iron to see if the paper will leave anything behind when heated.
Iron the mag page to a blank sheet of paper and make sure that they don't interact beyond a slight sticking
Remember the laser copier only gets about 180 degree so set the iron to about half or 3/4 and test. Full will probably just melt the ink on the mag. and I don't think the copier gets that hot.
If you are realy freeked out about it then just buy the toner transfer paper from digi-key for $14. My copyer is new so I bought the paper from digi-key.
Don't ruin your parents laser copier.
It should be fine though.
You could to a heat test with an iron to see if the paper will leave anything behind when heated.
Iron the mag page to a blank sheet of paper and make sure that they don't interact beyond a slight sticking
Remember the laser copier only gets about 180 degree so set the iron to about half or 3/4 and test. Full will probably just melt the ink on the mag. and I don't think the copier gets that hot.
If you are realy freeked out about it then just buy the toner transfer paper from digi-key for $14. My copyer is new so I bought the paper from digi-key.
Here is a pic of the etch tank I made.
It is basicaly just a skinny aquarium made from plexi.
http://24.5.48.50/atariPortableSite/images/103_0375.jpg
Pics of the building of it are at the end of my portable pic construction log
http://24.5.48.50/atariPortableSite/
Also here is a pic of the CD4050 composit video mod board etching.
http://24.5.48.50/atariPortableSite/images/103_0376.jpg
I used it as a test and to get used to how the etching worked.
I think i will try and etch the first 512 game goard tomorrow.
I will be sure to post a pic of how it comes out.
The CD4050 board came out great. So I think the carts will be OK.
The transfer is the hard part. You end up having to redraw some of it with a sharpie because not all of the toner sticks.
I thought I was going to be able to etch 5 or 10 boards at a time but It looks like it will have to be one at a time.
The transfer of the toner is difficult and the boards etch in like 5 min in my tank so I have to stay right ontop of It so that they don't etch for to long
It is basicaly just a skinny aquarium made from plexi.
http://24.5.48.50/atariPortableSite/images/103_0375.jpg
Pics of the building of it are at the end of my portable pic construction log
http://24.5.48.50/atariPortableSite/
Also here is a pic of the CD4050 composit video mod board etching.
http://24.5.48.50/atariPortableSite/images/103_0376.jpg
I used it as a test and to get used to how the etching worked.
I think i will try and etch the first 512 game goard tomorrow.
I will be sure to post a pic of how it comes out.
The CD4050 board came out great. So I think the carts will be OK.
The transfer is the hard part. You end up having to redraw some of it with a sharpie because not all of the toner sticks.
I thought I was going to be able to etch 5 or 10 boards at a time but It looks like it will have to be one at a time.
The transfer of the toner is difficult and the boards etch in like 5 min in my tank so I have to stay right ontop of It so that they don't etch for to long
-
JackFrost22
- Sir Posts-alot
- Posts: 4186
- Joined: Fri Jun 04, 2004 4:10 pm
Hmmm....so the 27Cxxx EPROMs work with Atari as well as NES? Hmm... ^^vb_master wrote: 2x 27C801 EPROM's (could you provide some more information, like which one - 27C801-100, or 27C801-120 ?)
That means I can make my own!
I do have a surplus of 27C010(128K) chips... That means when the schematic and stuff is posted, I can make 32-in-one or even 64-in-one carts...
Warranty-Voiding fun!

