Marcos Del Sol Vives
Marcos Del Sol Vives
@alex-free could be. I am not sure if any of the functions I use do this step as an implicit operation. If I hadn't lost the damn BIOS disassembly I...
I've checked using the debugger and there's no access within my BIOS reinitialization function to the RAM size register, so I've fixed it in 9c127c96b041bb9048dcd05ed93a4a30a443813d.
Probably, but haven't checked so it's why I left the issue open.
As @alex-free correctly pointed I don't have one. I'm not really interested in spending my time implementing and debugging a feature I'll never use. This is an open source project...
If you're running a modern Win 10 installation, you should be able to use the Windows Subsystem for Linux (WSL) as I do
Not really - I'd need to write some more game-specific patches [like for Vandal Hearths 2](https://github.com/socram8888/tonyhax/blob/master/loader/patch-vandal-hearths-2.S), and honestly tonyhax is currently very low on the priority list.
tonyhax does allow to use memory cards after removing the FPB card, it's why the patching code is different and I'm not using the FPB patch that @alex-free 's fork...
I'm not that sure really. I'm not using the FPB stage 2, but only the first stage payload that fits in a single memory card sector and that has stood...
[tonyhax-v1.3b.zip](https://github.com/socram8888/tonyhax/files/6290926/tonyhax-v1.3b.zip) (compiled from 8239674ee5c9621dea47980d3b5ff5d0ae091905) Could you please try with this version? I've changed many things. Amongst them, tonyhax now detects the game's region and automatically changes to PAL or NTSC,...
@KSD1987 I was using an approach which seemingly wasn't reliable enough for detecting the video region. I've changed it and fixed the issue with the image glitching in the tonyhax...