Namco System 147 / 148 / 246 / 256
Play! est un émulateur PlayStation 2 et Namco System 147/148 et 2X6 sous Windows. Il est actuellement écrit en C / C + + et utilise un système de mise en cache et de recompilation d'instruction pour obtenir de meilleures performances tout en émulant le CPU.
If you want to convert, you need to use chdman.exe. Use this syntax: create a new .txt file with the following content and then rename it to a .bat file:
iso file conver:
for /r %%i in ( *.iso) do chdman createdvd -i "%%i" -o "%%~ni.chd" -hs 2048
CD file conver:Since all CD formats have been converted to ISO format, it will default to both CD and DVD formats, and you can find download links for the relevant games there.
img(hdd file) conver:
for /r %%i in (*.img) do chdman createhd -i "%%~fi" -o "%%~dpni.chd" -hs 512
This will give you the chd file.
