Search found 2825 matches

by JonAbbott
Wed May 01, 2024 6:11 pm
Forum: General
Topic: ADFFS fail on Raspberry Pi 3 Model B+ running RISC OS 5.30
Replies: 5
Views: 45

Re: ADFFS fail on Raspberry Pi 3 Model B+ running RISC OS 5.30

Unfortunately, same error occurs. ADFFS allocated 31MB of RAM, which succeeded, but actually only got 28MB which triggered an Aborted when it hit the unexpected memory limit. Are you running any software that might cap memory allocation? Try bypassing !Boot at power-on, then run !ADFFS and try a ga...
by JonAbbott
Wed May 01, 2024 2:35 pm
Forum: General
Topic: ADFFS fail on Raspberry Pi 3 Model B+ running RISC OS 5.30
Replies: 5
Views: 45

Re: ADFFS fail on Raspberry Pi 3 Model B+ running RISC OS 5.30

Switch it back to EDID (ie remove disable_mode_changes from CMDLINE/TXT ) and try the ADFFS 2.84 beta which will use a scaled overlay instead of changing screen resolution. Provided your desktop is 800x480 16M, it should hopefully scale to fit your desktop and appear to be fullscreen. If you still s...
by JonAbbott
Thu Apr 25, 2024 8:21 am
Forum: ADFFS
Topic: ADFFS 2.84 public beta
Replies: 13
Views: 14741

Re: ADFFS 2.84 public beta

Updated build in the OP for the Pi, switching overlay changes to be within an RTSupport thread to comply with the restrictions overlays impose. This “should” make the overlay frame swaps happen at 50hz and make scrolling smoother in games like Pacmania. This build should be used in parallel with the...
by JonAbbott
Fri Apr 19, 2024 7:36 am
Forum: General
Topic: Wolfenstein 3D (Original) Abort on Data Transfer
Replies: 22
Views: 3473

Re: Wolfenstein 3D (Original) Abort on Data Transfer

Normal boot Game now boots up and does not show the same disk swap, it goes straight to the wolfenstein backdrop and then menu If the game detects it's running from floppy, it asks for all three discs during loading - for no particular reason other than to make sure you have them, or to make RISC O...
by JonAbbott
Thu Apr 18, 2024 10:17 am
Forum: General
Topic: Wolfenstein 3D (Original) Abort on Data Transfer
Replies: 22
Views: 3473

Re: Wolfenstein 3D (Original) Abort on Data Transfer

Unfortunately, not able to test in Arculator so far. No matter what I do Disk 3 always shows a Broken Directory error. It works fine on the physical machine. I have tried copying into a zip file, a sparkfs file, reimaging the disk, nothing worked. Disk 1 and 2 work fine, so very strange. I can't re...
by JonAbbott
Tue Apr 16, 2024 8:06 am
Forum: General
Topic: Wolfenstein 3D (Original) Abort on Data Transfer
Replies: 22
Views: 3473

Re: Wolfenstein 3D (Original) Abort on Data Transfer

Mirror your *Configure settings exactly in Arculator, perhaps it's a combination of memory settings that's triggering an edge case? Check the Modules match up as well. The lockup after selecting the difficulty might be sound related, so also try turning it completely off in the options. Does running...
by JonAbbott
Thu Apr 11, 2024 11:18 pm
Forum: General
Topic: Wolfenstein 3D (Original) Abort on Data Transfer
Replies: 22
Views: 3473

Re: Wolfenstein 3D (Original) Abort on Data Transfer

Idge wrote: Thu Apr 11, 2024 4:41 pm Cheers Jon,
I will have a proper go at it at the weekend, but did quickly try the RMAFree 4 in the script, This actually gets the game to load without asking for the disk swap, however when you try and start a level, I get a lockup.
Try increasing it from 4; 256 for example.
by JonAbbott
Thu Apr 11, 2024 12:04 pm
Forum: ADFFS
Topic: ADFFS 2.84 public beta
Replies: 13
Views: 14741

Re: ADFFS 2.84 public beta

Updated build in the OP with a few bug fixes for IOC / IOMD
by JonAbbott
Thu Apr 11, 2024 8:57 am
Forum: General
Topic: Wolfenstein 3D (Original) Abort on Data Transfer
Replies: 22
Views: 3473

Re: Wolfenstein 3D (Original) Abort on Data Transfer

I then just did a shift boot without the mode change or next change, and it still worked, so it now seems to be related to something in my boot. If you can pin it down and it's something I can fix in the script, I'll alter it. Things to check, off the top of my head: The size of the RMA and amount ...
by JonAbbott
Wed Apr 10, 2024 7:37 pm
Forum: General
Topic: Wolfenstein 3D (Original) Abort on Data Transfer
Replies: 22
Views: 3473

Re: Wolfenstein 3D (Original) Abort on Data Transfer

I now get an SWI &103F10 not known error Now fixed. I meant to go back and completely rewrite the CPU / Cache detection, but forgot. I've not managed to produce the other errors you're seeing with the revised script - I've tested on 4MB ARM2 and 4MB ARM3 both with RISC OS 3.11. It does sound li...