ADFFS 2.68

Floppy Disc Controller emulator and virtual IOC/IOMD/ARM JIT for modern RISC OS machines
Vanfanel
Posts: 576
Joined: Mon Sep 16, 2013 12:01 am

Re: ADFFS 2.68

Post by Vanfanel »

@Jon: I have also noticed "Alone In The Dark" shows wrong colors in-game. Something is wrong with this game now. I have updated the !Run script from 2.68 obey file. Can you reproduce the issue?
JonAbbott
Posts: 2938
Joined: Thu Apr 11, 2013 12:13 pm
Location: Essex
Contact:

Re: ADFFS 2.68

Post by JonAbbott »

It first broke in 2.66j, I'll investigate
JonAbbott
Posts: 2938
Joined: Thu Apr 11, 2013 12:13 pm
Location: Essex
Contact:

Re: ADFFS 2.68

Post by JonAbbott »

Vanfanel wrote: Wed Sep 26, 2018 1:22 pm I have also noticed "Alone In The Dark" shows wrong colors in-game.
It's a problem in the script, change the following line:

Code: Select all

IF ADFFS$CPUID>=&A10 THEN ADFRemapVideoMemory 13 96 ELSE ScreenSize 96
to:

Code: Select all

ScreenSize 96
Vanfanel
Posts: 576
Joined: Mon Sep 16, 2013 12:01 am

Re: ADFFS 2.68

Post by Vanfanel »

@Jon: Ah, now it works again after that change.
Post Reply