Search found 178 matches
- Fri Jan 15, 2021 8:05 pm
- Forum: Painting tricks
- Topic: Image mapping : Peer review needed
- Replies: 20
- Views: 6174
Re: Image mapping : Peer review needed
Basically, in the specific case of a labyrinth where the walls are always vertical, there are plenty of optimizations that can be done which solve the specific issue you have (which would not work at all in something like a 6DOF* game like Descent), and if you choose to have the eyes (camera) at th...
- Sun Jan 03, 2021 8:53 am
- Forum: Games
- Topic: Wolfenstein / DOOM for Oric : has this been done?
- Replies: 51
- Views: 14610
Re: Wolfenstein / DOOM for Oric : has this been done?
Hey it works !!
Thank you very much Iss .. You're a boss !!
I was writing black on black
Thank you very much Iss .. You're a boss !!
I was writing black on black

- Sat Jan 02, 2021 9:25 pm
- Forum: Games
- Topic: Wolfenstein / DOOM for Oric : has this been done?
- Replies: 51
- Views: 14610
Re: Wolfenstein / DOOM for Oric : has this been done?
Sorry guys, nothing of interest in this post. It's another failure of mine. .. the source code of the video I had posted here : https://odysee.com/Oric3dMusic:a I wanted to mix many things together (music, colorful 3D, animation) in order to see where I could push things in the direction of a Midi M...
- Wed Dec 30, 2020 8:10 am
- Forum: General Discussion
- Topic: CEO Meet Christmas 2020
- Replies: 19
- Views: 1791
Re: CEO Meet Christmas 2020
Yes ! That's cool .. thank you 

- Sat Dec 26, 2020 7:01 am
- Forum: 6502 assembly coding
- Topic: Oric Atmos ROM 1.1b Disassembly - browsable listing by [raxiss]
- Replies: 3
- Views: 1015
- Fri Dec 25, 2020 7:56 pm
- Forum: General Discussion
- Topic: Season greetings!
- Replies: 39
- Views: 9571
Re: Season greetings!
Yes thank you
Merry Christmas to all of us .. and the other.
hey yes !! thank you 
Merry Christmas to all of us .. and the other.
Code: Select all
0 REM Xmas 2020
...

- Fri Dec 25, 2020 7:36 pm
- Forum: Games
- Topic: OPEL Software for the Oric
- Replies: 32
- Views: 6208
Re: OPEL Software for the Oric
Yes, and that's why there are these IRQ_START and IRQ_END things, I wanted to show an example of doing that 100% in C, which obviously is not recommended because of performance reason. What these macros do is just that: #define IRQ_START asm( \ "..." " bne copy_loop\n") #define IRQ_END asm( \ " ......
- Thu Dec 24, 2020 10:47 am
- Forum: Games
- Topic: OPEL Software for the Oric
- Replies: 32
- Views: 6208
Re: OPEL Software for the Oric
there is a new "joystick_read" function to call every 50th of a second, which can be either in the main loop, or by calling "chain_irq_handler", which now "kind of work" even with a C callback, using some horrible horrible hack that exposed a bug in the C compiler. chain_irq_handler(NewHandler); ch...
- Thu Dec 24, 2020 9:37 am
- Forum: General Discussion
- Topic: Lawless Legends on apple II
- Replies: 1
- Views: 120
Lawless Legends on apple II
As a I was watching the last MO5.com broadcast, I discovered the game Lawless Legends on Apple II. https://www.youtube.com/watch?v=9E_F_DHqx5c I find it is beautiful and it is the kind of game I would love to play on an Oric. And what's more amazing is that source code is available. :shock: https://...
- Thu Dec 24, 2020 8:49 am
- Forum: General Discussion
- Topic: Hello from Spain
- Replies: 11
- Views: 858
Re: Hello from Spain
Hi Bieno,
Nice to meet you
and congrats for el prisonero
Nice to meet you

and congrats for el prisonero

- Mon Dec 14, 2020 9:03 pm
- Forum: 6502 assembly coding
- Topic: lda simplification of relative y index value ?
- Replies: 7
- Views: 935
Re: lda simplification of relative y index value ?
Please, stick to English, other people can benefit from that! Yes sorry, I was just saying that, unlike structured languages, assembly language doesn't make it possible to use arithmetic expression except for expression involving only constant values because such expression can be evaluated by the ...
- Sun Dec 13, 2020 9:32 am
- Forum: 6502 assembly coding
- Topic: lda simplification of relative y index value ?
- Replies: 7
- Views: 935
Re: lda simplification of relative y index value ?
lda (sprite_address),y-3 Cette instruction n'est pas possible en assembleur. Il est possible, en certaines circonstances, de mettre des expressions arithmétiques dans des instructions assembleur. Par exemple: __auto_1 lda $245 sta jmp_old_handler+1 __auto_2 lda $246 sta jmp_old_handler+2 ou bien: #...
- Fri Dec 04, 2020 7:29 am
- Forum: Games
- Topic: Treasure [raxiss]
- Replies: 18
- Views: 1438
Re: Treasure [raxiss]
Waou !! What an impressive work (or game). Congratulations !!
- Sun Nov 29, 2020 6:06 pm
- Forum: Emulators
- Topic: Oricutron or Euphoric in the browser anyone ?
- Replies: 37
- Views: 2902
Re: Oricutron or Euphoric in the browser anyone ?
Thank you very much.
That's really cool.
I consider you've just invented the easiest and most convenient way of using Oric software on nowaday computers.
Very valuable contribution
That's really cool.
I consider you've just invented the easiest and most convenient way of using Oric software on nowaday computers.
Very valuable contribution
- Tue Nov 24, 2020 7:25 pm
- Forum: General Discussion
- Topic: Play "Spot The Oric" ..
- Replies: 4
- Views: 616
Re: Play "Spot The Oric" ..
Is it the one that displays warblayrd (or something similar) ? 
