Search found 451 matches

by peacer
Sun Dec 23, 2018 12:45 am
Forum: 6502 assembly coding
Topic: How to create random number with machine code?
Replies: 12
Views: 16587

How to create random number with machine code?

Can you help me how to create a random number with machine code? I need 4 different cases when I call the routine. So what ı want is ; For example.. As basic commands CALL x P=PEEK(0) So, P will get 0,1,2 or 3 randomly from memory adress 0 To explain it briefly Its like P=INT (4*RND(0)) Thanks
by peacer
Mon Dec 10, 2018 3:01 pm
Forum: General Discussion
Topic: Competition CEO: New Year 2019
Replies: 23
Views: 20750

Re: Competition CEO: New Year 2019

Same here.. I can't bring the things in my mind to the life..I am stuck with some machine code routines. There are some projects I started but none of them seems to be going to finish. I hope I would finish something worth to share but probability is still low, and time is running fast...
by peacer
Wed Dec 05, 2018 8:06 pm
Forum: General Discussion
Topic: Port Crazee Rider?
Replies: 23
Views: 17173

Re: Port Crazee Rider?

Regarding to curving, I made a simple program to calculate and draw "road pavements" by using bezier curve formulation between two points.. Its written in basic, but maybe it gives an idea how to draw a road.. What does this program do? It calculates the points between starting and ending ...
by peacer
Sat Dec 01, 2018 1:43 pm
Forum: General Discussion
Topic: Port Crazee Rider?
Replies: 23
Views: 17173

Re: Port Crazee Rider?

My mind is confused on step of giving curve to the road. Calculating sin waves? bezier lines? I read many sources about race game road making and I can't imagine still how they do it, especially under limited power. Some of these sources are ; https://codeincomplete.com/posts/javascript-racer-v2-cur...
by peacer
Mon Nov 26, 2018 9:58 pm
Forum: General Discussion
Topic: Port Crazee Rider?
Replies: 23
Views: 17173

Re: Port Crazee Rider?

Image

Examining the code, I see that every road animation is drawn with character definitions. I thought it was calculation of sinus arches . They probably create every road turning possibilities . Incredible..
by peacer
Mon Nov 26, 2018 12:22 pm
Forum: General Discussion
Topic: Competition CEO: New Year 2019
Replies: 23
Views: 20750

Re: Competition CEO: New Year 2019

I started to build "something". I hope it will become "something" worth to share till the deadline
by peacer
Tue Nov 20, 2018 11:55 pm
Forum: Emulators
Topic: Oricutron Keyboard mapping question.
Replies: 4
Views: 7470

Re: Oricutron Keyboard mapping question.

With euphoric, there was a setting to use whether oric keyboard or real keyboard keys are activated. Without any rom modification, I could use my keyboard as is. For example, if I press ö character, euphoric won't response. If I press shift-8, euphoric types ( etc. I wonder if such settings can be a...
by peacer
Tue Nov 20, 2018 9:43 pm
Forum: Emulators
Topic: Oricutron Keyboard mapping question.
Replies: 4
Views: 7470

Oricutron Keyboard mapping question.

I have a problem with Oricutron and Turkish Keyboard. Turkish Keyboard is different from english keyboard layout and of course it differs from layout of Oric http://www.chrismary.com/languagekeyboard/layouts/turkish_q_keyboard.jpg While using Oricutron, Its so hard to cope with finding and rememberi...
by peacer
Sun Nov 18, 2018 11:32 pm
Forum: General Discussion
Topic: Port Crazee Rider?
Replies: 23
Views: 17173

Re: Port Crazee Rider?

The easiest form of road animation is probably the "night driver"



I don't know how they calculate the movement of road . Maybe sinus tables ?
by peacer
Sun Nov 11, 2018 10:18 pm
Forum: General Discussion
Topic: Port Crazee Rider?
Replies: 23
Views: 17173

Re: Port Crazee Rider?

I've always been keen on such "road race" games on Oric.. Games like pole position on atari, has such "road turning" animation and its a nice challenge for Oric. As far as I know, there's no such game but one : "Starter 3d" which has really neat road animation effect bu...
by peacer
Sat Nov 03, 2018 10:39 am
Forum: General Discussion
Topic: Competition CEO: New Year 2019
Replies: 23
Views: 20750

Re: Competition CEO: New Year 2019

I will definitely contribute.. Thank you :)
by peacer
Sat Oct 27, 2018 10:44 pm
Forum: Tape and floppy disk converters
Topic: Oric Explorer v2.0 is up for adoption!!!
Replies: 34
Views: 31413

Re: Oric Explorer v2.0 is up for adoption!!!

Happy to hear that. I was waiting for this.

Thank you for your efforts !
by peacer
Sun Sep 09, 2018 4:29 pm
Forum: Hardware hacks and extensions
Topic: Extension Multicoloric?
Replies: 2
Views: 4553

Extension Multicoloric?

https://www.oric.org/ftp/ceo/ceomag/downloads///microric/1985/MicrOric-09ocr.pdf When I was browsing the old magazines on Oric.org, I came across an interesting article in a magazine. In the 1985 issue of Microric magazine, an extension called "Multicoloric" was mentioned. As far as I unde...
by peacer
Tue Aug 28, 2018 1:58 pm
Forum: Games
Topic: Upgrade Time: Encounter
Replies: 166
Views: 106420

Re: Upgrade Time: Encounter

No you have not missed that, I did not speak about it, it's just the tools I'm using: - "Sublime Text" for the text editing - "Beyond Compare" for all the diffing - "Paint Shop Pro" (8 or 9) for the graphics Thank you so much. Maybe I should do a few videos on how to u...
by peacer
Sun Aug 26, 2018 12:42 am
Forum: Games
Topic: Upgrade Time: Encounter
Replies: 166
Views: 106420

Re: Upgrade Time: Encounter

I have a question, Dbug.. I tried to watch all the videos , maybe neglected to perceive all the details but I think I missed the part where you explained which tools you are using for text editing / comparing the basic code and graphical software to create screens (paintshop pro?) I am not using OSD...