Search found 415 matches

by waskol
Thu Oct 25, 2007 1:11 pm
Forum: 6502 assembly coding
Topic: IRQ interupt
Replies: 23
Views: 46397

Then, the structure of my program should be basically like this :

Code: Select all

void main()
{
install_irq_handler
...
while (animate==1) {
  //Chain twice
  chain_irq_handler;
  chain_irq_handler;
  //Then display next frame
  Display_frame();
}
...

uninstall_irq_handler;
}
am I right ?
by waskol
Wed Oct 24, 2007 1:51 am
Forum: 6502 assembly coding
Topic: IRQ interupt
Replies: 23
Views: 46397

Hello How can you manage to include this tip in an animation with the OSDK, in C ? Ok, you want a simple callback function called every 50th of a second to do something ? You can already do that using the functions in irq.s: install_irq_handler chain_irq_handler uninstall_irq_handler Exactly what I...
by waskol
Fri Oct 19, 2007 11:06 am
Forum: Cross development tools
Topic: Bug found in LIB.H (OSDK all versions ?)
Replies: 4
Views: 10871

Bug found in LIB.H (OSDK all versions ?)

Mikael, Working on what you know, I saw some bugs in LIB.H (folder OSDK\include) #define peek(address) ( *((unsigned char*)ad d ress) ) #define poke(address,value) ( *((unsigned char*)ad d ress)=(unsigned char)value ) #define deek(address) ( *((unsigned int*)ad d ress) ) #define doke(address,value) ...
by waskol
Fri Oct 19, 2007 7:08 am
Forum: General Discussion
Topic: Invitation to Alchimie 7
Replies: 21
Views: 28179

mmu_man wrote:May I remind you the original topic was about Alchimie ? :D
:lol: You are right, I am sorry...
Are you doing a little invite for the Alchimie ? I will try to do one for Segré :wink:
by waskol
Wed Oct 17, 2007 11:08 am
Forum: 6502 assembly coding
Topic: IRQ interupt
Replies: 23
Views: 46397

Hello
How can you manage to include this tip in an animation with the OSDK, in C ?

thank you
by waskol
Tue Oct 16, 2007 10:27 pm
Forum: Technical questions
Topic: Oric RGB to CGA monitor
Replies: 11
Views: 17935

lextorite wrote:Would I need to hook up the ground pin from the Oric-1 to both ground pins on the monitor?
That won't hurt : a ground is supposed to be at a zero level reference voltage.
If you did it with the BBC, the spectrum, and the CPC, it will be the same with your Oric.
by waskol
Tue Oct 16, 2007 9:31 pm
Forum: Technical questions
Topic: Oric RGB to CGA monitor
Replies: 11
Views: 17935

I would say yes : since it is possible to connect an Oric on an CPC monitor (have a look in the forum), the Oric and the CPC should have pretty much the same pinouts. The CPC monitor is a analogue monitor while the Goldstar 1410 CGA is a TTL (digital) so going to that discussion did not answer my q...
by waskol
Tue Oct 16, 2007 7:23 am
Forum: Technical questions
Topic: Oric RGB to CGA monitor
Replies: 11
Views: 17935

I would say yes : since it is possible to connect an Oric on an CPC monitor (have a look in the forum), the Oric and the CPC should have pretty much the same pinouts.
by waskol
Mon Oct 15, 2007 8:12 pm
Forum: General Discussion
Topic: Invitation to Alchimie 7
Replies: 21
Views: 28179

OK, I confirm going to the "Castellum Secretum 2" (CPC meeting) on the 27th There, I will try and do my best to introduce the Oric community (defence-force forum, oric ceo, www.oricgames.com), I will introduce "Space 1999" to the CPC and AMIGA community, the OSDK, Euphoric, .... ...
by waskol
Mon Oct 15, 2007 1:52 pm
Forum: General Discussion
Topic: Invitation to Alchimie 7
Replies: 21
Views: 28179

Well, that would have been a pleasure if it was not so far away from where I live (Landerneau, Bretagne :wink: ) By the way,if yo are interested, from the 26 to the 28th of this month, will be standing a CPC meeting in Segré (close to Angers, in Maine-et-Loire). Other old computers are welcome too, ...
by waskol
Mon Oct 15, 2007 12:42 am
Forum: Hardware hacks and extensions
Topic: sd cards & stuff
Replies: 64
Views: 74887

There is an Amiga 500 about to be finalized with FPGA and about to be released, it is called "Clone-A".
It has been recently introduced at a meeting in germany and it is said that it was perfectly working .
by waskol
Sun Oct 14, 2007 11:43 pm
Forum: Cross development tools
Topic: problem with osdk ?
Replies: 32
Views: 44956

Ok, I guess I found out the problem for the float conversion. It seems that the adress in rom for the Integer to Float conversion is pointing on the wrong place. Try to change the file osdk/lib/header.s , by replacing the line #define cif $DF24 by #define cif $D499 What was supposed to be $DF24 the...
by waskol
Fri Oct 12, 2007 2:04 pm
Forum: Technical questions
Topic: Oric RGB output to Amstrad CPC464 color monitor input
Replies: 9
Views: 15956

Thank you both of you :P

Now, I just need to build a good DIN cable to go between them :wink:
by waskol
Tue Oct 02, 2007 9:11 am
Forum: General Discussion
Topic: half telestrat on ebay
Replies: 17
Views: 22907

It is a shame to see this...
by waskol
Fri Sep 14, 2007 9:26 pm
Forum: Games
Topic: Space99 - Development Forum
Replies: 401
Views: 530107

maximus wrote: the only detail is the keys choosen:
isn't it possible to have keys nearer (ex: CVBN) ? this allows you to play with only 1 hand
Ho yes, that would be a great idea !

Keep the good work on, it is the best Oric adventure game ever ! :P