It has been explained several times how to merge the files to make it work with this multi and Mister and it's REALLY simple.
But I guess this deserves it's own thread. I will have to create a thread so people can do it with a simple double click.
The procedure is as follows:
* Rename xxx-m1.bin as m1rom => i.e. ren teot-m1.bin m1rom. Max size: 512KB
* Rename xxx-s1.bin as srom => i.e. ren teot-s1.bin srom. Max size: 512KB
* Rename the file xxx-p1 into prom. If there is also a xxx-p2 file, concatenate xxx-p1.bin and xxx-p2.bin into a file called prom => copy /b teot-p1.bin + teot-p2.bin prom (If the file is bigger than 8Mb, cut what exceeds 8Mb into a new file called prom1). Max size: 8Mb+1Mb.
* Rename the file xxx-v1 into vroma0. If there is also a xxx-v2 file, concatenate teot-v1.bin and teot-v2.bin into a file called vroma0 => copy /b teot-v1.bin + teot-v2.bin vroma0. Max size: 16MB.
* To concatenate teot-c1.bin and teot-c2.bin is a bit more complex, but nothing really very complicated, you just take 2 bytes of each file and save into a new file called crom0. Max size: 64MB.
You can use the following python script to concatenate crom files. Edit the input file name to match what you need and save. Then double click and it will do the conversion.
If there are more than 2 crom files (c1, c2, c3...), first convert the first 2 (c1 and c2), then c3 with c4 and then c5 with c6 and so on. Then you just concatenate the resulting files in the orden that they were created. So the resulting files from joining c1 and c2 will go first and after that the resulting file after joining c3+c4 and so on.
About the content of the fpga file, see attached. If you are unsure about the mapping of the game, let the content of the fpga file to be "10".
But I guess this deserves it's own thread. I will have to create a thread so people can do it with a simple double click.
The procedure is as follows:
* Rename xxx-m1.bin as m1rom => i.e. ren teot-m1.bin m1rom. Max size: 512KB
* Rename xxx-s1.bin as srom => i.e. ren teot-s1.bin srom. Max size: 512KB
* Rename the file xxx-p1 into prom. If there is also a xxx-p2 file, concatenate xxx-p1.bin and xxx-p2.bin into a file called prom => copy /b teot-p1.bin + teot-p2.bin prom (If the file is bigger than 8Mb, cut what exceeds 8Mb into a new file called prom1). Max size: 8Mb+1Mb.
* Rename the file xxx-v1 into vroma0. If there is also a xxx-v2 file, concatenate teot-v1.bin and teot-v2.bin into a file called vroma0 => copy /b teot-v1.bin + teot-v2.bin vroma0. Max size: 16MB.
* To concatenate teot-c1.bin and teot-c2.bin is a bit more complex, but nothing really very complicated, you just take 2 bytes of each file and save into a new file called crom0. Max size: 64MB.
You can use the following python script to concatenate crom files. Edit the input file name to match what you need and save. Then double click and it will do the conversion.
If there are more than 2 crom files (c1, c2, c3...), first convert the first 2 (c1 and c2), then c3 with c4 and then c5 with c6 and so on. Then you just concatenate the resulting files in the orden that they were created. So the resulting files from joining c1 and c2 will go first and after that the resulting file after joining c3+c4 and so on.
About the content of the fpga file, see attached. If you are unsure about the mapping of the game, let the content of the fpga file to be "10".
Attachments
Last edited: