Search found 182 matches

by kamelito
Tue Mar 07, 2006 6:30 pm
Forum: Demos
Topic: Proof Of Concept demo: Hardware VSync + Double Buffering
Replies: 9
Views: 27863

In theory VSync has been present for a long time, I know that it is in version 1004 and 1006, so I guess it must be in 1005 too :) Press F1 to enter main menu, and then go on the 'enable sync to tape' , this should work :) Thanks it works I was looking for something called vsync and not hardware ta...
by kamelito
Tue Mar 07, 2006 5:07 pm
Forum: Demos
Topic: Proof Of Concept demo: Hardware VSync + Double Buffering
Replies: 9
Views: 27863

Re: Proof Of Concept demo: Hardware VSync + Double Buffering

A small something I started in 2004 and finished recently: http://www.pouet.net/prod.php?which=24190 Have fun :) (and don't forget to enable the hardware vsync on your machines else the animation will not work at all) Hi Dbug, I've Euphoric build 1005 and your test for vsync stop me from going furt...
by kamelito
Wed Mar 01, 2006 11:49 pm
Forum: Games
Topic: LodeRunner C64 correctly assembled
Replies: 0
Views: 5994

LodeRunner C64 correctly assembled

Hi,

Its kind of dirty but I managed to make a disassembly of LodeRunner C64 and a reassembly of the code equal to the original.

Of course its just the beginning but its a little step forward :)

Regards
Kamel :arrow:
by kamelito
Mon Feb 20, 2006 11:42 pm
Forum: Cross development tools
Topic: XA and undocumented/illegal opcodes
Replies: 3
Views: 10357

Re: XA and undocumented/illegal opcodes

Thanks for all the info, I'll see how to proceed, I may be use .byte to replace illegal opcodes, or if I can manage to have the same operations with more code and the same space I may do that instead.

Regards
Kamel
by kamelito
Sun Feb 19, 2006 6:29 pm
Forum: Cross development tools
Topic: XA and undocumented/illegal opcodes
Replies: 3
Views: 10357

XA and undocumented/illegal opcodes

Hi Dbug, I read the XA assembler doc, and to me, it doesn't support any illegal/undocumented 6502 opcodes. So my question are : 1) Is it possible to upgrade XA to support the illegal/undocumented 6502 opcodes ? 2) If you do so, is it possible then to assemble even C64 files with the OSDK ? Thanks Ka...
by kamelito
Sat Feb 18, 2006 1:53 pm
Forum: General Discussion
Topic: Interesting link
Replies: 3
Views: 8626

CMPI wrote:An oric Marseille fan ??? come on on http:///cmpi.dyn-o-saur.com ....

Soory for the advert .... but finding someone so close to us .....
Hi,

In fact I've already been at http:///cmpi.dyn-o-saur.com, just after seeing your demo. :)

Kamel
by kamelito
Sat Jan 28, 2006 11:00 pm
Forum: General Discussion
Topic: Interesting link
Replies: 3
Views: 8626

Interesting link

Hi,

Sorry still computer related :)

http://www.1000bit.net/main.asp

Kamel
by kamelito
Sat Jan 28, 2006 8:23 pm
Forum: 6502 assembly coding
Topic: 6502 routines/lib repository
Replies: 6
Views: 15852

Re: 6502 routines/lib repository

Re

code could be low level algorithm implementation or more api like.
Intersting stuff available at :

http://6502.org/source/
http://www.ffd2.com/fridge/

Regards
Kamel
by kamelito
Sat Jan 28, 2006 8:18 pm
Forum: 6502 assembly coding
Topic: 6502 routines/lib repository
Replies: 6
Views: 15852

6502 routines/lib repository

Hi all, It would be nice IMHO to have a repository in this forum where coder will put their routines/lib source code so others could use them to create games, demo, compo stuffs etc ... The aim should be to do not reinvent the wheel and to be more productive. Routines/lib optimized, updated, upgrade...
by kamelito
Thu Jan 26, 2006 11:42 pm
Forum: Operating systems, utilities and other serious software
Topic: Contiki on Oric Atmos?
Replies: 13
Views: 32348

Baby :)

>How is the baby ? :-)

Hi Fabrice,

Elliot is fine thanks, he now walk (since 2 days) :)
I think that he's already addicted to computers, he types on the keyboard and play with the mouse :)

Regards
Kamel
PS any advice to avoid having another computer addict in the house is welcome :)
by kamelito
Wed Jan 25, 2006 6:25 pm
Forum: Operating systems, utilities and other serious software
Topic: Contiki on Oric Atmos?
Replies: 13
Views: 32348

Euphoric and RAM Overlay

>Then, >C000-FFFF: ROM (contains the Basic interpreter) >All 48K Orics actually have 64K of ram, the ram at addresses >C000-FFFF is called "overlay ram" and can only be accessed >when disabling the rom externally (from an add-on on the >expansion port, like the disk controller). >But most ...
by kamelito
Mon Jan 16, 2006 6:23 pm
Forum: Audio tools
Topic: MYM Player
Replies: 7
Views: 25469

Can you explain why the musics have to be converted?

Hi Mike,

Can you explain why the musics have to be converted?
Does that mean that the Oric is not capable of running *.snd file ?

Sure share the code and explain us how to use it :)

Kamel
by kamelito
Thu Jan 12, 2006 6:15 pm
Forum: Games
Topic: Lode Runner thoughts
Replies: 17
Views: 44492

Dirty C64 and DOS LR games

Hi,

This is old stuff that needs to be cleaned, but here the DOS and C64 version of LR disassembled.

kamelito.ifrance.com/LR.ASM dos
kamelito.ifrance.com/lr-c64.asm


Regards
Kamel
by kamelito
Thu Jan 12, 2006 3:23 pm
Forum: Emulators
Topic: We know you're busy Fabrice but we wanna Atmosphere :)
Replies: 3
Views: 8592

We know you're busy Fabrice but we wanna Atmosphere :)

Hi Fabrice,


We know you're busy Fabrice but we wanna Atmosphere :)
Well nothing urgent its just a friendly reminder so you don't forget us ;)

Regards
Kamel
by kamelito
Wed Jan 11, 2006 11:57 pm
Forum: Tape and floppy disk converters
Topic: Is this a valid Oric tape ?
Replies: 1
Views: 8693

Is this a valid Oric tape ?

Hi, Back then a friend of mine wrote a universal tape copier, he said that with it, it could copy anything. Only one program didn't work because the Oric didn't have enough RAM to store the game + the copier. It needed also a RAM overlay. Lately I found the progam on the internet. I tried to CLOAD&q...