kihato
kihato
After testing the following code, I found that it works for games that currently cannot do disk swaps. (real BIOS only. Stupid invaders are excluded because they cannot be tested....
Shenmue 1 returns to BIOS due to specifications, but Shenmue 2 does not return to BIOS as shown in the video. https://youtu.be/MXt7KR9Dfyg?list=PLoy7DNb4x38KNePo-huM37G5-IATL_GM_&t=2386 Actually run the above code. (Disc 2 ->...
When booted with real BIOS, I've tested all gd-rom games with swappable disks and they all work fine. (Except for "Stupid Invaders".) However, the following games do not work with...
The test procedure is exactly the same. Is it because of the difference in environment? It works fine when booting with real BIOS, but gets stuck when booting with HLE...
I see, no problem. Here is a table of the types of games I test. Type1: no check |Title|real BIOS|HLE BIOS| |---|---|---| |MyMerryMaybe|OK|Not OK[^1]| |Web Mystery|OK|OK| |Ohgami Ichirou Funtouki|OK|Not OK[^1]|...
It does works very well. Thanks for your great work! - MyMerryMaybe - Ohgami Ichirou Funtouki - Suigetsu I don't know why these three games don't work, but it seems...
I did a little research. cab02c8: Unable to reproduce (left image) 095e5ed: reproducible (right image)   Apparently, inserting a VMU into A1 of port C causes a bug. So...
Regarding input responses, I discovered that when I set the mouse to device B, the controller responded. You can also make it react by temporarily changing to the interpreter.
The stage clear screen will be disrupted for only a moment. [luptype_2.zip](https://github.com/flyinghead/flycast/files/13198669/luptype_2.zip)
Oh, I didn't notice Multi-threaded emulation. Thanks!