Quote:
|
Originally Posted by DrEaMpLaY
Ok. Thanks did You insert VMS emulator by Marcus in your bin? If yes so maybe you can insert psx cheating util into bleem to make best psx emulator more comfortable (playing with codes). What do you say?
Secondly - i tried few times bin2boot on ISO image and it cant convert it. I used commands:
mkisofs -C 0,0 -l -v -o data.iso -V CDLABEL data
bin2boot data.iso /nohack
I can burn plain files in nero (mode 1) on cd-rw and rip it to bin/cue in Alcohol but this operations takes a lot of time :/
|
No, I did not insert the SoftVMS binary inside my own code, I've got the emulator source code and mixed it with my own VMU CD source code, so the emulator was compiled and linked at the same time with my Vmu CD.
about bin2boot, are you refering to selfboot DC homebrew ISOs, right?
First you have to be sure that the HOMEBREW.BIN is scrambled, unscrambled binaries won't work as selfboot. Also you've to create a IP.BIN pointing to the right .BIN file (1ST_READ.BIN for example)
the command I used for MKISOFS:
mkisofs -V SOME_LABEL -l -o data.iso datadir
then: bin2boot data.iso /nohack
(the "nohack" is because only original katana binaries need to be hacked to a new LBA)
I hope it helps and works for you!
c ya!