motoharu-gosuto / psvgamesd

User application and kernel plugin that allow to produce game card dumps and run them.
MIT License
104 stars 12 forks source link

Emulation review #30

Open motoharu-gosuto opened 7 years ago

motoharu-gosuto commented 7 years ago

Need to go through Sdif driver again and check if there are any other accesses to physical device through DMA mapped memory. Previous accesses include: executing command, get card insertion state. Every such access should be emulated.

Ideally it could be great to reverse all the code that goes under command execution and reimplement it. Currently I am using minimal reimplementation and not sure how stable it is.