Search found 414 matches

by waskol
Tue Oct 16, 2018 4:16 pm
Forum: Games
Topic: OricJoy : a gaming frontend for oricutron, with gamepad support
Replies: 3
Views: 5520

Re: OricJoy : a gaming frontend for oricutron, with gamepad support

The project and binaries are available in GitHub (see 1st post)
Chema wrote: Mon Aug 27, 2018 8:25 am Hey! Long time no see waskol... nice to read you again.

This is a nice surprise indeed. Thanks! I will certainly have a look as soon as I can.
I am very pleased to see you around too :D
by waskol
Sun Oct 14, 2018 6:10 pm
Forum: Cross development tools
Topic: OSDK 1.13
Replies: 7
Views: 9748

Re: OSDK 1.13

I updated taptap a few weeks ago. I noticed that the one provided with OSDK was an old buggy version.
Now, taptap is on github and also compatible Windows/Linux

See this thread :
viewtopic.php?f=3&t=1874

Thumbs up for OSDK
by waskol
Sat Oct 13, 2018 10:51 pm
Forum: General Discussion
Topic: gmail and defence-force emails
Replies: 20
Views: 14885

Re: gmail and defence-force emails

Dbug wrote: Sat Oct 13, 2018 8:50 pm Ok, so... why did Waskol got the mail just fine, but both Chema and ISS got it in the spam box...
May be because in the past, I told gmail that your emails where not spam...
by waskol
Sat Oct 13, 2018 11:36 am
Forum: Demos
Topic: OricExos - making the impossible
Replies: 156
Views: 112766

Re: OricExos - making the impossible

Atmos Grid Computing pôwaa !
by waskol
Sat Oct 13, 2018 10:08 am
Forum: General Discussion
Topic: gmail and defence-force emails
Replies: 20
Views: 14885

Re: gmail and defence-force emails

Hello,
Your mail arrived in my main box, no spam hère.
by waskol
Fri Oct 12, 2018 10:49 pm
Forum: General Discussion
Topic: gmail and defence-force emails
Replies: 20
Views: 14885

Re: gmail and defence-force emails

Dbug, May be I Can help. Can you send me an email so that I could try to sort it out on my side ?

By the way, may be this can help :
https://glockapps.com/blog/remove-ip-ad ... blacklist/
by waskol
Fri Oct 12, 2018 2:43 pm
Forum: Audio tools
Topic: MIDI play for Oric.
Replies: 56
Views: 88966

Re: MIDI play for Oric.

Different technique, I used mymplayer (I changed a few address, because this sublime music wass rather huge) : https://github.com/DJChloe/Very-cool-music This was composed with Arkos Tracker ( http://www.julien-nevo.com/arkostracker/ ) then exported to YM format, then converted to Mym format. coolmu...
by waskol
Thu Oct 11, 2018 9:42 pm
Forum: Audio tools
Topic: MIDI play for Oric.
Replies: 56
Views: 88966

Re: MIDI play for Oric.

Thank you to everybody in this thread. With your guidance, I achieved my first midi conversion, see on my github :
https://github.com/DJChloe/got

got.tap
Tap file for atmos
(14.45 KiB) Downloaded 469 times
by waskol
Thu Oct 11, 2018 1:28 pm
Forum: Games
Topic: Oric Kong converted in C, need beta test (and graphist !)
Replies: 21
Views: 16451

Re: Oric Kong converted in C, need beta test (and graphist !)

OK, Even it is not absolutely perfect, I released it as a final version on my github. Just grabded a few bytes (about 500), enough to add a metallic crush effect for the final level, using the jmp $FA86 technique ( see this post Thank you very much for all the pieces of advice you brought me. I lear...
by waskol
Tue Oct 09, 2018 10:10 pm
Forum: C programming
Topic: C Sound Libraries
Replies: 8
Views: 15320

Re: C Sound Libraries

A quick note... you can replace the jsr xxxx / rts pair with a jmp xxxx. 1 byte and some cycles are saved this way. I was not sure about that, I am a very beginner in machine code. I was wondering to if there was a possibility to call a C array from a function in order to load the x index and y ind...
by waskol
Tue Oct 09, 2018 9:43 pm
Forum: C programming
Topic: C Sound Libraries
Replies: 8
Views: 15320

Re: C Sound Libraries

My "trying and guess" are coming from this "random " exploration, I used those values : - for y --> 0 - for x --> 11,12,13, 14 ,23 , 25, 147, 149,154,165,184,185 some interesting sounds too with y=$FA (like for SHOOT, PING EXPLODE), testing x from 0 to 255 :D Adding the "Anv...
by waskol
Tue Oct 09, 2018 7:04 pm
Forum: C programming
Topic: C Sound Libraries
Replies: 8
Views: 15320

Re: C Sound Libraries

OK, this post is a bit old... but Since a few, I am working about sound effects with Oric, the way they are generated by PING, EXPLODE or SHOOT (Not zap, because, it does not works the same way). According to Theoric (Special issue, August 1985, page 36/37) , it works as it : You have a table of 14 ...
by waskol
Sat Sep 29, 2018 12:36 pm
Forum: Games
Topic: Oric Kong converted in C, need beta test (and graphist !)
Replies: 21
Views: 16451

Re: Oric Kong converted in C, need beta test (and graphist !)

Even if I don't intend to include this music on my project, I think it is interesting. May be you can fork my GitHub, ans try tout see how you can include your music. Why not.
For now, I spend a week in Paris and back home tomorrow. I will be able to have a closer look to your music at that time.
by waskol
Wed Sep 26, 2018 7:11 pm
Forum: C programming
Topic: Textmode Sideways Scroller
Replies: 24
Views: 21681

Re: Textmode Sideways Scroller

:mrgreen: I definetly recognize myself in this.
by waskol
Sun Sep 23, 2018 1:23 pm
Forum: C programming
Topic: Textmode Sideways Scroller
Replies: 24
Views: 21681

Re: Textmode Sideways Scroller

There is a sideway scrolling in the BomberZ sample program. Although BomberZ is in BASIC, the scroll part is in assembly (well, it's a sequence of DATA in BomberZ). You can copy this part and reuse it. It comes from the french book, "Oric Atmos, vos programmes", available in the Defence fo...