Search found 69 matches

by Pengwin
Sat Mar 03, 2012 2:44 am
Forum: Emulators
Topic: Oricutron 0.9
Replies: 27
Views: 39970

Re: Oricutron 0.9

Is there an OS X version available?
by Pengwin
Mon Feb 06, 2012 9:52 am
Forum: General Discussion
Topic: Welcome to forum.defence-force.org 2.0
Replies: 29
Views: 31988

Re: Welcome to forum.defence-force.org 2.0

Apart from the spam, I like it. All working good here
by Pengwin
Wed Apr 01, 2009 12:20 am
Forum: Games
Topic: Mr Wimpy
Replies: 3
Views: 13021

Just uploaded a new version of my remake. As I said before, the reason for posting here is that the Oric version is the basis of my remake.

Details here
by Pengwin
Sun Feb 15, 2009 12:21 am
Forum: Emulators
Topic: Mac emulators
Replies: 12
Views: 16763

I tried running Euphoric under DosBox, but it is far too slow on a G5 Mac.

I would have a crack at porting Caloric, but I wouldn't know where to start.
by Pengwin
Fri Feb 13, 2009 9:31 am
Forum: Emulators
Topic: Mac emulators
Replies: 12
Views: 16763

Mac emulators

Are there any Oric emulators for the Mac (PPC or UB), besides the ones written by Richard Bannister? For some reason, I have a lot of software incompatibilities with his OSX and classic emulators.
by Pengwin
Tue Feb 10, 2009 11:43 pm
Forum: Games
Topic: Mr Wimpy
Replies: 3
Views: 13021

Mr Wimpy

Been a really long time since I posted here, but I just wanted to let people know that I am making a remake of Mr Wimpy. Although I have the choice of several versions to base the remake on, I think the Oric version is the best and that is the one that i am using as the basis of the remake. Details ...
by Pengwin
Sat Jun 09, 2007 10:17 pm
Forum: BASIC programming
Topic: Plotting variables
Replies: 3
Views: 13559

Dbug wrote:Try this:

PRINT@1,1;"TIME:";N

:)
Thanks for that Dbug. I'd never come across that before
by Pengwin
Sat Jun 09, 2007 12:59 am
Forum: BASIC programming
Topic: RND function
Replies: 7
Views: 22751

One of the things to remember about programming in almost any language is that certain characters must always have a 'pair'. Parentheses is one as are braces, quotes and square brackets.
by Pengwin
Fri Jun 08, 2007 8:43 am
Forum: BASIC programming
Topic: RND function
Replies: 7
Views: 22751

There is an error on that page, it should read

Code: Select all

40 A = INT(RND(1)*6)+1
by Pengwin
Fri Jun 08, 2007 12:03 am
Forum: C programming
Topic: Incredible NOISE+WHITE programming environments !
Replies: 18
Views: 45830

I've just dl's the latest Space99 demo release, unfortunately it's a disk image and I am using Oric on MacOSX which I don't think supports disks :(
by Pengwin
Thu Jun 07, 2007 11:59 pm
Forum: C programming
Topic: Incredible NOISE+WHITE programming environments !
Replies: 18
Views: 45830

I may have to try the Space99 demo. Although I will have paramedics on stand-by
by Pengwin
Thu Jun 07, 2007 10:44 pm
Forum: General Discussion
Topic: Oric Chat
Replies: 7
Views: 12450

Is the IRC chatroom still being used?
by Pengwin
Thu Jun 07, 2007 10:41 pm
Forum: BASIC programming
Topic: Character map for ORIC
Replies: 8
Views: 20394

LOL...same here. It's just the beer is lubricating the synapses a little for me :D
by Pengwin
Thu Jun 07, 2007 10:36 pm
Forum: BASIC programming
Topic: Character map for ORIC
Replies: 8
Views: 20394

from memory you need to put the key letter or number in inverted commas IF KEY$="Z" THEN X=X+1 :IFKEY$="X"THENX=X-1 ect if your writing a program with a few key options you could put- 10 A$=KEY$ 20 IFA$="Z"THENX=X+1 30 IFA$="Y"THENX=X-1 ECT(saves you writing ...
by Pengwin
Thu Jun 07, 2007 10:19 pm
Forum: C programming
Topic: Incredible NOISE+WHITE programming environments !
Replies: 18
Views: 45830

I feel I am really late into this thread, but I have just run the demo from the first post and I am totally blown away. Well done to Chema for this. It's developments like this that truly help keep the Oric community going.