I am currently testing this version that was compiled here: https://github.com/root670/ps2rd/downloads
I am trying to use it with OPL. I followed the OPL instructions (found here) and I can't seem to load OPL. It keeps requesting for me to insert a game disk. See code below for ps2rd.CONF
Code:## # PS2rd config file # this is read by libconfig ## loader: { iop_reset = true; sbv_patches = true; usb_support = false; boot2 = [ "mc1:/OPL/OPNPS2LD.ELF", "cdrom0:\\MGS2\\MGS2.ELF;1 foo bar", "cdrom0:\\KESSEN2\\KESSEN2.ELF;1", "cdrom0:\\REZ.ELF;1", "cdrom0:\\SR2\\SR2.ELF;1" ]; cheats = "cheats.txt"; path_is_absolute = false; }; engine: { install = true; addr = 0x00080000; }; debugger: { install = false; addr = 0x00090000; auto_hook = false; patch_loadmodule = false; unhook_iop_reset = false; rpc_mode = 1; load_modules = true; sms_modules = true; ipaddr = "192.168.1.28"; netmask = "255.255.255.0"; gateway = "192.168.1.1"; }; sdklibs: { install = true; addr = 0x000c0000; }; elfldr: { install = true; addr = 0x000ff000; }; videomod: { install = false; addr = 0x000fe000; vmode = 2; # force NTSC yfix = true; ydiff_lores = -10; # +24 for NTSC2PAL ydiff_hires = -50; # +44 for NTSC2PAL };


16Likes
LinkBack URL
About LinkBacks









Is how all good gaming systems came to be


