Search found 451 matches

by peacer
Mon Jun 24, 2013 9:46 pm
Forum: 6502 assembly coding
Topic: Horizontal HIRES and Text scrolling code needed.
Replies: 33
Views: 50733

Re: Horizontal HIRES and Text scrolling code needed.

In my time when I learned anything about machine code , everything was so diffucult. For the beginning, machine code was just basic program with hex loader and numbers to me. So I learned machine code from numbers , not from commands. So #A9 #85 seems more meaningful than LDA #85. Nonsense and Stran...
by peacer
Mon Jun 24, 2013 8:42 pm
Forum: Mags and books
Topic: Oric-1 "Inspection" in Retrogamer magazine issue 29
Replies: 2
Views: 11516

Oric-1 "Inspection" in Retrogamer magazine issue 29

The magazine has given 8 pages of colorful Oric-1 "retroinspection" section with cover page sentence : "ORIC-1 : How the tangerine dream became a nightmare" http://puu.sh/3nntZ.jpg http://puu.sh/3nnvs.jpg http://puu.sh/3nnxj.jpg http://puu.sh/3nnzk.jpg http://puu.sh/3nnBr.jpg htt...
by peacer
Mon Jun 24, 2013 6:17 pm
Forum: 6502 assembly coding
Topic: Horizontal HIRES and Text scrolling code needed.
Replies: 33
Views: 50733

Re: Horizontal HIRES and Text scrolling code needed.

It surely gave idea. Thank you very much :)
by peacer
Mon Jun 24, 2013 3:22 pm
Forum: Cross development tools
Topic: PCHIRES
Replies: 27
Views: 40725

Re: PCHIRES

Yes there are png load codes for vb.net etc but I couln't implement it to vb6.
by peacer
Mon Jun 24, 2013 9:05 am
Forum: 6502 assembly coding
Topic: Horizontal HIRES and Text scrolling code needed.
Replies: 33
Views: 50733

Horizontal HIRES and Text scrolling code needed.

What I need is to scroll a line to the left on hires with given number of lines 1 bit each time. I don't know C language so OSDK is very away from me. So direct op code listing is good. I plan to rotate each byte, add one pixel to the left byte if carry is set to 1. I wonder if this scroll is fast e...
by peacer
Sat Jun 22, 2013 4:48 pm
Forum: Emulators
Topic: Is it possible to run Online Oric Emulator?
Replies: 10
Views: 16348

Re: Is it possible to run Online Oric Emulator?

I guess that someone must be an "emulation expert" :D :wink:
by peacer
Sat Jun 22, 2013 3:39 pm
Forum: Emulators
Topic: Is it possible to run Online Oric Emulator?
Replies: 10
Views: 16348

Is it possible to run Online Oric Emulator?

http://scriptedamigaemulator.net/

They made amiga java-script emulator to run amiga games on browser.

Can we do that for Oric?
by peacer
Sat Jun 22, 2013 11:17 am
Forum: General Discussion
Topic: New Oric Phoenix or Pravetz 9D
Replies: 25
Views: 30193

Re: New Oric for the commpunity

Excellent !

Do you plan to include disc emulator with SD card reader with it?
by peacer
Thu Jun 20, 2013 9:20 pm
Forum: Emulators
Topic: About Oricutron's AVI video capture
Replies: 6
Views: 14819

Re: About Oricutron's AVI video capture

KMPlayer is the only video player that I'm using for running videos in all formats. It plays ANY video format without any problem, it can easily get screen capture as still picture or video capture from loaded video. No video decoder setup is needed and it has its own codes. It supports any subtitle...
by peacer
Thu Jun 20, 2013 12:12 am
Forum: Games
Topic: Do you remember "Oric Raid?"
Replies: 6
Views: 9727

Re: Do you remember "Oric Raid?"

http://www.youtube.com/watch?v=PyCu9dRSxPM

I've uploaded example video. Now I learned how to AVI capture :D
by peacer
Wed Jun 19, 2013 11:46 pm
Forum: Emulators
Topic: About Oricutron's AVI video capture
Replies: 6
Views: 14819

Re: About Oricutron's AVI video capture

I checked everywhere including code.google.com pages but I could not find an explanation "how to avi export" on Oricutron. There's no menu option, no config file line, nothing.. How do we save avi from Oricutron ? The only thing I found about AVI capturing is in here https://code.google.co...
by peacer
Wed Jun 19, 2013 9:54 pm
Forum: Games
Topic: Do you remember "Oric Raid?"
Replies: 6
Views: 9727

Re: Do you remember "Oric Raid?"

I've added the source disc into the first message including level data, scrolling code and basic routine.
by peacer
Sun Jun 16, 2013 9:19 pm
Forum: Games
Topic: Do you remember "Oric Raid?"
Replies: 6
Views: 9727

Do you remember "Oric Raid?"

I have found "complete map" of River raid game for atari 2600. https://dl.dropboxusercontent.com/u/28227674/TAS/River%20Raid/River%20Raid%20complete%20map.png Then I remembered that once I started a project called "Oric Raid" as Oric Clone of river raid. Unfortunately, I lost any...
by peacer
Sun Jun 16, 2013 11:57 am
Forum: Games
Topic: 3k FreeCell
Replies: 23
Views: 20705

Re: 3k FreeCell

Image

Aaand done :)
by peacer
Sun Jun 16, 2013 11:19 am
Forum: Games
Topic: 3k FreeCell
Replies: 23
Views: 20705

Re: 3k FreeCell

Seeing the regard page made for Jonathan almost made me cry.. The game was so nice. I have a question though. Maybe I am wrong about that but as far as I know we could transfer more than one pile of cards from one column to another if possible. http://puu.sh/3gTYD.png As seen in this screenshot, I n...