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/BNMGiZTC#ARJh2JExrmGk1Nb-F67mOooaY4pfnkUpAaMj5fdyJps
Highlights:
. All sets from MAME 227 are created
. Default FLASH fill value is 0xff so it FLASHes faster
Changelog:
2021-01-04
. 1944: The Loop Master (Euro 000620)
. Compatible with MAME 0227 ROM Set
2019-12-12
. 19XX: The War Against Destiny (Euro 96010)
. Compatible with MAME 0215 ROM Set
2019-06-04:
. Compatible with MAME 0210 ROM Set
2017-11-17
. Initial release, MAME 0191 ROM Set
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/BNMGiZTC#ARJh2JExrmGk1Nb-F67mOooaY4pfnkUpAaMj5fdyJps
Highlights:
. All sets from MAME 227 are created
. Default FLASH fill value is 0xff so it FLASHes faster
Changelog:
2021-01-04
. 1944: The Loop Master (Euro 000620)
. Compatible with MAME 0227 ROM Set
2019-12-12
. 19XX: The War Against Destiny (Euro 96010)
. Compatible with MAME 0215 ROM Set
2019-06-04:
. Compatible with MAME 0210 ROM Set
2017-11-17
. Initial release, MAME 0191 ROM Set
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: