SofaROM bug report thread

Página 7/21
1 | 2 | 3 | 4 | 5 | 6 | | 8 | 9 | 10 | 11 | 12

Por Louthrax

Prophet (2497)

imagem de Louthrax

03-09-2017, 13:39

Grauw wrote:

I remember when I had a dozen FAT12 partitions. Just the single FAT16 partition sure was a big improvement Smile.

@Louthrax If you want me to do a few tests on my turboR GT to add a 3rd result, feel free to mail me with some files and instructions.

Mail sent! Curious about the results.

GDX, the only problem I have here is a latency in the bottom part of the screen update in Maze of Galious on some screens (but if you wait a while the screen will finally be updated):


That's caused by the fact that the turboR mapper switch mechanism takes a lot of code and slows down the game, but I do not have the same graphical corruptions you posted.

The games are definitively slower in turboR mapper / Z80 mode, but it's still the best mapper for games that are playable in R800 mode (like the FRS patched version of Metal Gear 2), because it runs in turboR internal RAM (super fast) and have no in-game disk accesses (8KB pages).

Por Grauw

Ascended (10821)

imagem de Grauw

03-09-2017, 19:17

I tested;

Video: Usas

I see corruption in the same spot, what it looks like may depend on how long I linger in the intro demo because I’ve also seen it have blue sky tiles there, but not the clouds that are supposed to be there:

Video: Maze of Galious

Corrupted graphic changes after a while, music also does some weird things.

Por Guillian

Prophet (3529)

imagem de Guillian

03-09-2017, 19:43

Grauw wrote:

I see corruption in the same spot, what it looks like may depend on how long I linger in the intro demo because I’ve also seen it have blue sky tiles there, but not the clouds that are supposed to be there:

It seems something is writting to #EC00. That byte encodes that metatile.

Por Louthrax

Prophet (2497)

imagem de Louthrax

03-09-2017, 20:04

Thanks a lot Grauw, that totally discards any RAM problem!

My best hypothesis so far: the problems are caused by the slowdowns in Z80 mode (as everything seems OK in R800 mode).

  • In turboR mapper mode, I do a reliable interruption saving / restoring in the emulation routine, based on your routines Grauw Smile
  • In memory mapper mode, I let the user choose how to disable / restore interruptions (DI/EI, DI/DI, etc...), in order to optimize performance.

My bet is that interruptions are happening at some slightly different timings, and that my expanded ST model has a different RAM chip causing a different behavior...

So, I'll make a quick new version of SofaROM that does a simple DI/EI (or DI/DI) in the emulation routine, like in Memory mapper mode (which seems to work on GDX turboR ST).

Por Grauw

Ascended (10821)

imagem de Grauw

03-09-2017, 20:14

Still odd that you can’t reproduce it yourself…

Not a big fan of the RAM chip theory.

Por Louthrax

Prophet (2497)

imagem de Louthrax

03-09-2017, 20:13

Guillian wrote:
Grauw wrote:

I see corruption in the same spot, what it looks like may depend on how long I linger in the intro demo because I’ve also seen it have blue sky tiles there, but not the clouds that are supposed to be there:

It seems something is writting to #EC00. That byte encodes that metatile.

Mmmm, interesting, thanks Guillian... But why only in Z80 mode and why does it work on my ST?

Por Louthrax

Prophet (2497)

imagem de Louthrax

03-09-2017, 20:19

Grauw wrote:

But you still can’t reproduce it yourself? That’s odd.

No way to reproduce that so far, that's crazy!

Grauw wrote:

Not a big fan of the RAM chip theory.

I do not believe in it too much either, but that's the only difference we coud have... Or maybe some difference in the turboR BIOS or in the RTC settings ? (text colors or screen width oO ?? But you are in 80 columns too on your video...)

Por Louthrax

Prophet (2497)

imagem de Louthrax

03-09-2017, 21:01

So I realized the /I option to handle interruption mode already has an effet on turboR (totally forgot that).

Could you guys try the same tests on the same disk but just add a "/I2" option at the end of the command line?

Por Grauw

Ascended (10821)

imagem de Grauw

03-09-2017, 21:52

It changes nothing…

Both in MoG and Usas.

Por Louthrax

Prophet (2497)

imagem de Louthrax

03-09-2017, 21:53

Darn! Thanks Grauw! Next step here is to fix the turboR mapper emulation in openMSX (will always be useful), and then hopefully reproduce the problem...

Página 7/21
1 | 2 | 3 | 4 | 5 | 6 | | 8 | 9 | 10 | 11 | 12