Search found 4464 matches

by Dbug
Thu Jan 13, 2011 9:37 pm
Forum: BASIC programming
Topic: Attributes and colour inversion
Replies: 4
Views: 15501

You could also cheat with the perspective, and making sure that the base line of the foliage of the trees starts at the same position whatever the distance.
by Dbug
Thu Jan 13, 2011 9:34 pm
Forum: Games
Topic: 2010 Games
Replies: 6
Views: 16282

I did my duty :) About the rating, I guess the problem is that we don't have many people voting, so one single person not liking a game can put it down badly. But well, does not change anything to the fact that 2010 has been a particularly good year with an impressively high level of quality, toppin...
by Dbug
Wed Jan 12, 2011 7:17 pm
Forum: BASIC programming
Topic: Attributes and colour inversion
Replies: 4
Views: 15501

NOTE: The "Painting Tricks" forum in the Graphics section would have been a better choice :) It's true that for any byte of the screen you have to choose between GRAPHICS or ATTRIBUTE. So yes when you change the color, the full 6 pixels of this byte are going to use the curent color of th...
by Dbug
Thu Jan 06, 2011 8:46 pm
Forum: Technical questions
Topic: Printers
Replies: 3
Views: 6826

That's a good question.

I'd say that if the printer has a parallel/centronics port, it should work.
My last printer had only USB, so it definitely would not work.
by Dbug
Sat Jan 01, 2011 11:05 am
Forum: General Discussion
Topic: Happy New Year 2011 !
Replies: 7
Views: 10219

Happy New Year 2011 !

May the productivity of our software and hardware designer be as impressive as it was in 2010 :)

Best wishes,

Your Webmaster :)
by Dbug
Fri Dec 31, 2010 12:48 pm
Forum: Games
Topic: OType
Replies: 88
Views: 125735

The Rambo scene is not auto-scrolling I guess ?
by Dbug
Tue Dec 21, 2010 10:54 pm
Forum: General Discussion
Topic: End of year break
Replies: 7
Views: 11640

End of year break

Hello, there's not been much traffic these few last days, guess everybody is either busy preparing the Christmas celebration or on some top secret Oric projects :) I know there's a least one big game in the making, and myself is working on a small demo for next year (right now I'm working on a music...
by Dbug
Thu Dec 09, 2010 9:23 pm
Forum: Emulators
Topic: How do I save/load my files in Oricutron?
Replies: 5
Views: 10301

There are versions of Bas2Tap with added features like "colored comments" and (more useful) "labels" instead of line numbers.

Think that last one was written by Wascol :)
by Dbug
Thu Dec 09, 2010 6:29 pm
Forum: Emulators
Topic: How do I save/load my files in Oricutron?
Replies: 5
Views: 10301

As a side note, you may also want to consider creating your BASIC program on your pc, using a nice comfortable text editor, and then use BASTOTAP to generate an Oric tape file that you can then load on the virtual Oric.
by Dbug
Sat Dec 04, 2010 12:11 pm
Forum: General Discussion
Topic: ORIC PSU REQUIRED!
Replies: 5
Views: 9629

A common failure on the Atmos PSU is the fuse.

Mine blew up the first week of use, I drilled out the plastic caps, removed the screws, and replaced the fuse by... a wire :p (I was young and stupid), still it worked fine for years.
by Dbug
Thu Dec 02, 2010 5:20 pm
Forum: Cross development tools
Topic: ATALAN - new programming language for 6502
Replies: 6
Views: 13017

Guess you could give a brief explanation of what is necessary for making this platform definition file?
by Dbug
Wed Dec 01, 2010 6:50 pm
Forum: Cross development tools
Topic: ATALAN - new programming language for 6502
Replies: 6
Views: 13017

Asking on an Oric forum for a Nintendo Entertainment System platform definition file seems a bit strange to me.
by Dbug
Mon Nov 29, 2010 8:14 pm
Forum: Cross development tools
Topic: Programming tricks: Know your sections
Replies: 4
Views: 9709

I'm doing that as well :) Like in BuggyBoy I have this file just to define the content of all my big buffers in overlay memory. The important point is that you can have as many .text .zero or .bss sections you want, they will all be packed together. You don't have to respect a particular order eithe...
by Dbug
Mon Nov 29, 2010 6:34 pm
Forum: Cross development tools
Topic: Programming tricks: Know your sections
Replies: 4
Views: 9709

.bss cannot contain anything except "virtual zeros", so no it cannot be used for that. That being said, this code does what you are asking for: .text _main jsr CopyZeroPageRoutine jsr ZeroPageRoutine rts StartZeroPageRoutine *=$50 ZeroPageRoutine nop source lda $A000 sta $030F inc source+1...
by Dbug
Mon Nov 29, 2010 9:16 am
Forum: Emulators
Topic: Oricutron v0.1 (now 0.8)
Replies: 187
Views: 198181

There's actually ONE thing that really annoys me in oricutron at the moment, is that in the debugger the enter key of the numeric keypad is not accepted as a normal "enter" to validate inputs. Since I always enter numbers using the numpad, it's annoying to have to use the other far-far-way...