Search found 2871 matches

by JonAbbott
Fri Jul 17, 2015 7:45 pm
Forum: Pi
Topic: Pi 2 support
Replies: 9
Views: 10540

Re: Pi 2 support

I'm still considering the best way to implement it, although it's on the list for the next release.
by JonAbbott
Fri Jul 17, 2015 6:38 am
Forum: Games
Topic: Lemmings (1991) (Krisalis Software)
Replies: 21
Views: 41186

Re: Lemmings (1991) (Krisalis Software)

Mount the Lemmings floppy and try the following from F12:
GOS
<ADFFS$DIR>.obey.F1022701


If Lemmings crashes and you don't see a dump screen, type the following:
JITSHOWREGS
by JonAbbott
Thu Jul 16, 2015 6:23 am
Forum: Games
Topic: Lemmings (1991) (Krisalis Software)
Replies: 21
Views: 41186

Re: Lemmings (1991) (Krisalis Software)

After loading ADFFS, press F12 and type the following:

ADFRemapVideoMemory 12 160

If you get a double image, it's possibly your monitor setup blocking certain MODEs.
by JonAbbott
Wed Jul 15, 2015 7:40 pm
Forum: Pi
Topic: 26bit Module support
Replies: 126
Views: 88163

Re: 26bit Module support

The latest obey.zip / adffs500 Module on the dev site get Cascade and SpeedBall 2 working on the Pi
by JonAbbott
Wed Jul 15, 2015 8:37 am
Forum: Games
Topic: Cascade (1992) (Milo Shaffer and Richard Norman)
Replies: 13
Views: 12834

Re: Cascade (1992) (Milo Shaffer and Richard Norman)

'll test it and see what's required to get it running, I believe it only requires 26bit Module support which I'm currently developing. I've managed to get it working on the Pi, although it needs a play through to confirm, the sound Modules are certainly working correctly. I'll record a YouTube vide...
by JonAbbott
Wed Jul 15, 2015 7:17 am
Forum: Games
Topic: Lemmings (1991) (Krisalis Software)
Replies: 21
Views: 41186

Re: Lemmings (1991) (Krisalis Software)

Do any of the supported games work on your Pi? Or is it just Lemmings that's having problems?
by JonAbbott
Tue Jul 14, 2015 11:30 pm
Forum: Pi
Topic: 26bit Module support
Replies: 126
Views: 88163

Re: 26bit Module support

Manchester United appears to work, although requires a change to the blitter to correct vertical scrolling. RISCOS does complain when you swap discs, but it seems to recover once you "Press SPACE to continue"
by JonAbbott
Tue Jul 14, 2015 10:43 pm
Forum: Games
Topic: Cascade (1992) (Milo Shaffer and Richard Norman)
Replies: 13
Views: 12834

Re: Cascade (1992) (Milo Shaffer and Richard Norman)

Just got my Pi set up again! From the screenshots this game looks a lot like Cataclysm, should give this a go later! If you look at the CPU and OS compatibility, you'll see it doesn't work on either RISCOS 5 or ARM11 yet. I'll test it and see what's required to get it running, I believe it only req...
by JonAbbott
Tue Jul 14, 2015 9:09 am
Forum: Pi
Topic: 26bit Module support
Replies: 126
Views: 88163

Re: 26bit Module support

Inferno works with the latest dev build, if you've previously downloaded it, re-download as I've had to modify the disc image to correct the framerate.

It loads two 26bit Modules, itself and DSymphonyPlayer - which amazingly sounds correct.

by JonAbbott
Thu Jul 09, 2015 8:47 pm
Forum: Pi
Topic: WIMP support
Replies: 4
Views: 10615

Re: WIMP support

I've mostly implemented point 1 and have Eterna's KerBang! running as a WIMP task under RO3.71 SA emulation. Ignoring the WIMP requirement, getting KerBang! working was a mission in itself. The first problem was the protection, which instead of using ADFS_DiscOp 3 to read track data, directly talks ...