You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to use the zen-3 in --cpu-profile? It shows : "zen-3" could not be found .
Does the PSPEMU support the EYPC chip?
Also, when we use the the command: #!/bin/bash ./PSPEmu \ --emulation-mode sys \ --cpu-profile zen-synthetic \ --flash-rom flash_R.rom \ --timer-real-time \ --trace-log ./log \ --intercept-svc-6 \ --trace-svcs
the result shows: DATA ABORT on PC 0x2fc (+8 = 0x304) Is it caused by "flash-rom" version ?
The text was updated successfully, but these errors were encountered:
You can either use --cpu-profile ryzen5-5600x to select a Zen3 based CPU or --psp-profile zen3-standard to force a Zen3 based PSP. Can't say much about the DATA ABORT you are experiencing without the image in question, could be that there is some header which needs to be stripped.
How to use the zen-3 in --cpu-profile? It shows : "zen-3" could not be found .
Does the PSPEMU support the EYPC chip?
Also, when we use the the command:
#!/bin/bash ./PSPEmu \ --emulation-mode sys \ --cpu-profile zen-synthetic \ --flash-rom flash_R.rom \ --timer-real-time \ --trace-log ./log \ --intercept-svc-6 \ --trace-svcs
the result shows:
DATA ABORT on PC 0x2fc (+8 = 0x304)
Is it caused by "flash-rom" version ?The text was updated successfully, but these errors were encountered: