Search found 4464 matches

by Dbug
Mon Jul 18, 2011 12:02 pm
Forum: Demos
Topic: Solskogen 2011
Replies: 6
Views: 16850

Yeah, we had clouds and rain on both Friday and Sunday, but the whole Saturday was very sunny, apparently quite many people got sunburns :) I was not particularly impressed by the average level of demoes this year, but the audio and graphics categories had some pretty nice entries. And as usual was ...
by Dbug
Mon Jul 18, 2011 11:17 am
Forum: Demos
Topic: Solskogen 2011
Replies: 6
Views: 16850

by Dbug
Sun Jul 17, 2011 3:48 pm
Forum: Demos
Topic: Solskogen 2011
Replies: 6
Views: 16850

by Dbug
Sun Jul 17, 2011 3:18 pm
Forum: Demos
Topic: Solskogen 2011
Replies: 6
Views: 16850

Intro is released and available:
http://www.pouet.net/prod.php?which=57311

I will upload the source code to the subversion server some time later, and hopefully will make a video when I figure out why Oricutron now saves totally broken colors Oo.
by Dbug
Thu Jul 14, 2011 12:24 am
Forum: Demos
Topic: Solskogen 2011
Replies: 6
Views: 16850

Solskogen 2011

(that topic sounds familiar, isn't it?) This week-end comes the 2011 edition of the Solskogen party, and I started preparing a small Oric intro for the occasion. Don't get too excited, I started today, and the party is on Friday, that will be a miracle if I can manage to iron out all the bugs and gl...
by Dbug
Sun Jul 10, 2011 10:39 pm
Forum: General Discussion
Topic: Oric everywhere
Replies: 4
Views: 8528

POKE#BB80+36,0 ?
by Dbug
Wed Jun 29, 2011 2:42 am
Forum: Hardware hacks and extensions
Topic: Simplest MMC Interface hardware
Replies: 63
Views: 90356

The HxC still needs to go on the controller board, so I guess the question is to know if the WD chip would accept values like 100 tracks per disk :)
by Dbug
Wed Jun 29, 2011 2:38 am
Forum: Operating systems, utilities and other serious software
Topic: Microdisk BootRom & some hardware specs
Replies: 2
Views: 11700

I wonder how this is managed in emulators, perhaps you could check in Oricutron's source code, or alternatively contact Retromaster (the creators or cumulus) or Andre Cheramy (CEO mag editor in chief) who is quite knoledgeable about the microdisk.
by Dbug
Sun Jun 26, 2011 1:16 pm
Forum: General Discussion
Topic: Montreal trip
Replies: 0
Views: 8312

Montreal trip

Hi, I'm now writing that from Montreal, where I'm going to stay for about two weeks (work stuff mostly). All I have is a very small netbook, so I fear I'm not going to check the forum or any other Oric thing during that time. If a major problem happen (like the forum being broken), please send me a ...
by Dbug
Wed Jun 22, 2011 9:02 pm
Forum: Games
Topic: Metroid
Replies: 7
Views: 12313

Interesting, do you know if the data files are also available?
by Dbug
Thu Jun 16, 2011 6:46 pm
Forum: Games
Topic: The Return of Viking Chess (Hnefatafl)
Replies: 268
Views: 317276

I can modify the code for you if you want, I can add the assembler files with the arrays and modify the declaration so you can play with it. Good places for the single array access is when initializing the arrays, instead of two loops (one for X and one for Y) you get only one, makes the generated c...
by Dbug
Wed Jun 15, 2011 6:08 pm
Forum: Emulators
Topic: Euphoric won't load ROM file
Replies: 11
Views: 19828

Not a problem, thanks for explaining :)
by Dbug
Tue Jun 14, 2011 9:35 pm
Forum: Games
Topic: The Return of Viking Chess (Hnefatafl)
Replies: 268
Views: 317276

By the way, you may want to add a test to detect when the attacker does not have any soldier :) That being said, it looks like the algorithm is having problems considering the King as a soldier that can attack as well. For some reason the AI kept wanting to go side to my king despite me being able t...
by Dbug
Tue Jun 14, 2011 8:44 pm
Forum: Emulators
Topic: new xp installation
Replies: 5
Views: 14154

That's strange.
I guess you are using Euphoric?

Have you tried Oricutron?
by Dbug
Tue Jun 14, 2011 6:40 pm
Forum: Games
Topic: The Return of Viking Chess (Hnefatafl)
Replies: 268
Views: 317276

A good way to see the memory usage is to use the "osdk_showmap.bat". What it does is to parse the symbol file generated by the assembler, and then generate an html page which shows the memory map, main memory, zero page, and overlay area, with the relative size of each section of the code....