Search found 3020 matches

by Chema
Tue Apr 17, 2012 10:07 am
Forum: BASIC programming
Topic: RND function always gives the same sequence of numbers...
Replies: 10
Views: 21889

Re: RND function always gives the same sequence of numbers..

I am not sure that the Oric's RND function works like that. In the Oric-1 manual it says: RND(n) will produce a random number greater than or equal to 0 and less than 1, if n is a positive number. If n is a negative number, then the random seed is set to a particular number, and subsequent positive ...
by Chema
Mon Apr 16, 2012 7:30 pm
Forum: BASIC programming
Topic: RND function always gives the same sequence of numbers...
Replies: 10
Views: 21889

Re: RND function always gives the same sequence of numbers..

I think you are right Symoon. All the procedural random generators which start from a given seed act like that. Will probably happen on the real hardware too, unless some kind of source is used to generate the seed (such as VIA timers). But even with that, I doubt it will change anything when using ...
by Chema
Mon Apr 16, 2012 7:25 pm
Forum: Cross development tools
Topic: OSDK 0.20
Replies: 8
Views: 15141

Re: OSDK 0.20

Hi Dbug... Just made a first quick test of OSDK 0.20. It compiles Skool Daze smoothly and correctly. Disk-based tools still give me problems under win64 (tap2dsk and old2mfm are called). Changed the make.bat to call dsktool and it worked. Also when selecting Oricutron to execute the compiled file, i...
by Chema
Wed Apr 11, 2012 7:31 pm
Forum: Emulators
Topic: Oricutron 0.9
Replies: 27
Views: 40122

Re: Oricutron 0.9

Hi Symoon. This is strange, as I can load the wav file generated by tap2cd despite its location (which is not in my tapes folder, btw). I never remove the turbo-tape option, though. Just start oricutron, select Insert Tape on the menu, select the file on the dialog box and CLOAD BTW Xeron, thanks fo...
by Chema
Tue Apr 10, 2012 8:15 pm
Forum: Games
Topic: Skool Daze
Replies: 173
Views: 231033

Re: Skool Daze

(Continued) See that window? We can make it look like a bit light blue (as if we could see the sky through it). The method is simple: just complement (set the 1's to zeros and vice versa) and set the inverse bit on the scans with yellow ink and you'll have this: window.png Looks better, doesn't it? ...
by Chema
Tue Apr 10, 2012 8:05 pm
Forum: Games
Topic: Skool Daze
Replies: 173
Views: 231033

Re: Skool Daze

Hi all. As many people have asked about this, I think it would be nice to explain a bit more in depth how the AIC mode works. It is a bit pretentious on my part, as the one who invented it and who is really capable of doing really nice things is Twilighte, but anyway, just see this as an attempt to ...
by Chema
Tue Apr 10, 2012 6:27 pm
Forum: 6502 assembly coding
Topic: Sprites
Replies: 23
Views: 39286

Re: Sprites

At the moment my routine is not optimised, I just wanted to see if things were working. So I am adding 40 at every line to the low byte of the zp pointer and then add one to the high byte if carry is set but I knew this could done in another away, absolute addressing as you said. Thank you for the ...
by Chema
Wed Mar 28, 2012 7:24 pm
Forum: Hardware hacks and extensions
Topic: TAP/mulator
Replies: 18
Views: 27827

Re: TAP/mulator

- Make Fabrice HighSpeed mode work on a Oric 1? Very nice project Godzil! Note that Fabrice is working on a new version of tap2cd, as we detected some issues with certain Orics (I have a first test version which seems to solve them all, and adds a CRC error check for each page it loads 8) ) It is d...
by Chema
Wed Mar 28, 2012 7:16 pm
Forum: Games
Topic: Stormlord
Replies: 48
Views: 58238

Re: Stormlord

Twilighte wrote:Perfectionists can only ever work alone as Dbug and others have realised over the years. Joint projects have turned to ruin simply because my vision of what is required is never met by others, only realised by me.
Well I consider Space:1999 as a joint project and certainly not a ruin :P
by Chema
Tue Mar 27, 2012 8:00 pm
Forum: Games
Topic: Stormlord
Replies: 48
Views: 58238

Re: Stormlord

Same wishes from me Twilighte... I am sure you will succeed with this.

Best of lucks.
by Chema
Wed Mar 07, 2012 11:01 am
Forum: General Discussion
Topic: Buy and Sell category?
Replies: 2
Views: 5195

Re: Buy and Sell category?

It would be a very nice idea, Dbug.

I like the Obay name, btw :lol:

For something more 'serious' you could use the classic "BUY/SELL" or "Wanted /for Sale" or "Trade corner".
by Chema
Wed Feb 22, 2012 10:32 pm
Forum: Cross development tools
Topic: New pictconv soon
Replies: 22
Views: 35721

Re: New pictconv soon

ok :P i'll stop working on my poor own win edit oricgraph Oh no... It would be invaluable to have a windows based editor... I love HIDE, but certainly having mouse support and enhanced cut&paste and other features would be really nice :) thanks chema me? why? I guess you meant Xeron :)
by Chema
Sun Feb 19, 2012 5:05 pm
Forum: General Discussion
Topic: Single Login
Replies: 3
Views: 6960

Re: Single Login

That would be great Dbug!

Thanks for all your hard work to improve DF.
by Chema
Tue Feb 14, 2012 9:48 am
Forum: General Discussion
Topic: Questions & Answers
Replies: 4
Views: 6027

Re: Questions & Answers

This is a great idea Dbug!

Defence-force is improving a lot with the wiki, the svn, the docs, the forums and now the Q&A... Thanks a lot for your dedication!
by Chema
Tue Feb 07, 2012 9:52 pm
Forum: Emulators
Topic: Euphoric on a mobile device?
Replies: 35
Views: 63878

Re: Euphoric on a mobile device?

I really doubt that, Brana. The only way I see you can run Euphoric is via DOS emulation of some kind. There are versions for Linux (svgalib), X and even for Cassiopeias. Check: http://oric.free.fr/emulator.html Also you can check if your mobile can run any port of MESS and use the Oric driver. That...