Here is a CPS2-Multi ROM generator.
To use it you need MAME installed on a 64 Bit Win machine with a complete ROMset
https://mega.nz/file/wBEmWTTJ#VENAFC7nHAWXei1tThQw3XSNASSrHxy5C9l-HRuNwfc
Highlights:
. All sets from MAME 230 are supported
. Default FLASH fill value is 0xff so it FLASHes faster
Drop it in the same directory as your MAME binary and do this:
\mame>cps264.exe progearj
CPS2-Multi ROMset generator (Jun 3 2019/22:49:42) (0210)
coding : rtw
name : progearj
directory: .\cps2\games\progearj\
writing file: flash.01
writing file: flash.02
writing file: flash.03
writing file: flash.04
writing file: flash.05
writing file: flash.07
writing file: flash.09
writing file: flash.11
writing file: key
writing file: name
Copy the cps2'games directory to the SD card.
To generate all the games you can do this (bash):
cps264 -listmedia | cut -d\ -f 1 | sed 's/^/cps264 /' > doit.cmd
To use it you need MAME installed on a 64 Bit Win machine with a complete ROMset
https://mega.nz/file/wBEmWTTJ#VENAFC7nHAWXei1tThQw3XSNASSrHxy5C9l-HRuNwfc
Highlights:
. All sets from MAME 230 are supported
. Default FLASH fill value is 0xff so it FLASHes faster
Drop it in the same directory as your MAME binary and do this:
\mame>cps264.exe progearj
CPS2-Multi ROMset generator (Jun 3 2019/22:49:42) (0210)
coding : rtw
name : progearj
directory: .\cps2\games\progearj\
writing file: flash.01
writing file: flash.02
writing file: flash.03
writing file: flash.04
writing file: flash.05
writing file: flash.07
writing file: flash.09
writing file: flash.11
writing file: key
writing file: name
Copy the cps2'games directory to the SD card.
To generate all the games you can do this (bash):
cps264 -listmedia | cut -d\ -f 1 | sed 's/^/cps264 /' > doit.cmd
Last edited: