ADFFS 2.64

Floppy Disc Controller emulator and virtual IOC/IOMD/ARM JIT for modern RISC OS machines
JonAbbott
Posts: 2938
Joined: Thu Apr 11, 2013 12:13 pm
Location: Essex
Contact:

Re: ADFFS 2.64

Post by JonAbbott »

venex wrote: Sun May 06, 2018 5:28 pm Unfortunately the Flashback copy protection bypass in F1015901 breaks the gameplay
Replace the protection removal with:

Code: Select all

| Remove Manual protection check
MEMORYA 13318 E1A00000 { > null: }
MEMORYA 13378 E3A00031 { > null: }
MEMORYA 133A4 EA000015 { > null: }
MEMORYA 13400 E59C1270 { > null: }
The generator now works, I've not tested any further though.
venex
Posts: 4
Joined: Sun May 06, 2018 5:17 pm

Re: ADFFS 2.64

Post by venex »

JonAbbott wrote: Tue May 08, 2018 4:21 pm Replace the protection removal with:

Code: Select all

| Remove Manual protection check
MEMORYA 13318 E1A00000 { > null: }
MEMORYA 13378 E3A00031 { > null: }
MEMORYA 133A4 EA000015 { > null: }
MEMORYA 13400 E59C1270 { > null: }
The generator now works, I've not tested any further though.
It seems to work perfectly! I played through the first two levels and the protection screen does not appear in New Washington either.
JonAbbott
Posts: 2938
Joined: Thu Apr 11, 2013 12:13 pm
Location: Essex
Contact:

Re: ADFFS 2.64

Post by JonAbbott »

Thanks for the confirmation. It was failing because the input buffer was empty, sounds suspiciously like a bug that's gone unnoticed as the input buffer didn't appear to be referenced anywhere except when typing. I didn't look for the generator code to see what it was actually doing.
Square Mezzmer
Posts: 1
Joined: Sat Mar 10, 2018 12:05 pm

Re: ADFFS 2.64

Post by Square Mezzmer »

Hi Jon,

I've set up my Raspberry Pi B+ with ADDFS 2.64 and had "doubled-screen" effect even after your config instructions.

Code: Select all

AnyMode must be installed in !Boot.Choices.Boot.PreDesk or the monitor set to Auto in Configure
I had to install the AnyMode module and the display is perfect. This seems a work-safe solution.

Jon: Maybe updating the instructions without the fix saying set to Auto in Configure - games run with my SONY TV selected.

Using RISC OS Pi 2.46 with a RPi B+
JonAbbott
Posts: 2938
Joined: Thu Apr 11, 2013 12:13 pm
Location: Essex
Contact:

Re: ADFFS 2.64

Post by JonAbbott »

Square Mezzmer wrote: Wed Aug 15, 2018 9:54 pm Jon: Maybe updating the instructions without the fix saying set to Auto in Configure
Thanks for pointing that out, I've now removed it.
Post Reply