Search found 2310 matches

by Symoon
Sun Oct 01, 2017 8:49 am
Forum: Games
Topic: Development of Blake's 7 (was OASIS development)
Replies: 600
Views: 552805

Re: Development of Blake's 7 (was OASIS development)

I'd say something that reads sectors into memory and copy them to another disk... until the disk is completely duplicated. Well I did that sort of thing for Sedoric, to backup a disk thru the tape port to PC, and build a DSK file from it. a very simple thing in Basic IIRC, using Sedoric commands. T...
by Symoon
Fri Sep 29, 2017 12:33 pm
Forum: Games
Topic: Development of Blake's 7 (was OASIS development)
Replies: 600
Views: 552805

Re: Development of Blake's 7 (was OASIS development)

Oh, and another question more :) Is there a tool that could be used to duplicate a non-DOS disk from within the Oric? Something that copies sector by sector? Just to add it as a recommendation to backup the game disk. Not that I know of - but I know very little about disk tools as I never used disk...
by Symoon
Mon Sep 25, 2017 7:31 pm
Forum: General Discussion
Topic: Full Telestrat in Ebay
Replies: 17
Views: 21691

Re: Full Telestrat in Ebay

coco.oric wrote: Mon Sep 25, 2017 7:11 pm i'm sure that this wonderful computer won't be on a shelf
Ah, that would be good news!
by Symoon
Sun Sep 24, 2017 6:44 am
Forum: General Discussion
Topic: Full Telestrat in Ebay
Replies: 17
Views: 21691

Re: Full Telestrat in Ebay

Auction ended at 2373€...
Crazy.
by Symoon
Sun Sep 24, 2017 6:40 am
Forum: Tape and floppy disk converters
Topic: TapOric - android TAP player for Oric
Replies: 82
Views: 81753

Re: TapOric - android TAP player for Oric

iss wrote: Mon Aug 14, 2017 8:08 am- I'll try to lower the Android version to 2.3
Well, in case that was a special one for me... My Android 2.3 smartphone just died without warning!
( :cry: )
by Symoon
Wed Sep 20, 2017 5:11 pm
Forum: Operating systems, utilities and other serious software
Topic: Sedoric 4.0
Replies: 44
Views: 74294

Re: Sedoric 4.0

I can't recall, but if you can use CHDIR in INIST, then you could reach the file you need and load it (but it makes things more complicated, sure).
by Symoon
Wed Sep 20, 2017 6:49 am
Forum: Operating systems, utilities and other serious software
Topic: Sedoric 4.0
Replies: 44
Views: 74294

Re: Sedoric 4.0

I don't think you can Steve. To load your file, you must have them all in the same directory, or actually change directory to the one holding the file you want to load, before loading it. That may be a bit disappointing, but there wasn't enough room left in the kernel (by far!) to change all the com...
by Symoon
Tue Sep 19, 2017 8:08 pm
Forum: General Discussion
Topic: Full Telestrat in Ebay
Replies: 17
Views: 21691

Re: Full Telestrat in Ebay

I'm going to make new software for Telestrat and sell it 500€ per disk ;)

Let's start with a worm eating apples... :mrgreen:
by Symoon
Thu Sep 14, 2017 4:43 pm
Forum: Games
Topic: Development of Blake's 7 (was OASIS development)
Replies: 600
Views: 552805

Re: Development of Blake's 7 (was OASIS development)

A small idea, in case you really want to waste remaining bytes: if the player has been inactive for a while, as soon as the pointer moves again, the character can say something like "ah, you're back!".
by Symoon
Wed Sep 13, 2017 6:37 pm
Forum: Operating systems, utilities and other serious software
Topic: Sedoric 4.0
Replies: 44
Views: 74294

Re: Sedoric 4.0

Steve: CHDIR.. gets you back to the upper level CHDIR. gets you to the disk root just like "CD" command in MS-DOS ;) About language: maybe on boot the Oric thinks a key has been pressed. Go back to the main menu, then you can select English. About other tools: I first planned adapting seve...
by Symoon
Wed Sep 13, 2017 5:11 am
Forum: Operating systems, utilities and other serious software
Topic: Sedoric 4.0
Replies: 44
Views: 74294

Re: Sedoric 4.0

Just checked and updated Oric.org with the latest bugfix version from André (which was from last year ;) )
This was a minor one with 4 bytes that differed, but anyway, it's done.

Bug reports are welcome (if any, of course ;) )
by Symoon
Tue Sep 12, 2017 7:31 pm
Forum: Games
Topic: Development of Blake's 7 (was OASIS development)
Replies: 600
Views: 552805

Re: Development of Blake's 7 (was OASIS development)

It sounded good, but I agree that maybe having it lasting as long as the character speaks, could have been tiring in the end.

Anyway, thanks for having tried Chema, sorry it didn't give the expected results!
by Symoon
Mon Sep 11, 2017 2:24 pm
Forum: Games
Topic: Development of Blake's 7 (was OASIS development)
Replies: 600
Views: 552805

Re: Development of Blake's 7 (was OASIS development)

Hehe ;)
Well that was just an idea!
I won't feel bad if you prefer dropping it ;)
by Symoon
Mon Sep 11, 2017 12:41 pm
Forum: Games
Topic: Development of Blake's 7 (was OASIS development)
Replies: 600
Views: 552805

Re: Development of Blake's 7 (was OASIS development)

Sounds OK to me ;)
Maybe a bit higher pitch for the sound?
(will have to listen again, only listened once quickly at the lunch pause)
by Symoon
Sun Sep 03, 2017 9:03 pm
Forum: Tape and floppy disk converters
Topic: Progress bar loading
Replies: 24
Views: 33070

Re: Progress bar loading

You're quite right Steve... I could get rid of the start one, but not the end one. I realised that, in the worst case, I could load a 1st program that displays them, then crush this code (18 bytes, that are only run once) by loading a 2nd program that holds the progress bar code. It would only be a ...