Search found 4460 matches

by Dbug
Thu Mar 06, 2014 11:15 am
Forum: Emulators
Topic: Oricutron patches for Mac OS X
Replies: 34
Views: 52039

Re: Oricutron patches for Mac OS X

What I think should happen is that the key thats on your physical keyboard should be the key that you use to get the same key on the Oric/Atmos - so if you've got a French or UK keyboard on your PC, it just works the way the labels work - you type the £, you get the £. Imo what you really want is a...
by Dbug
Sun Mar 02, 2014 7:06 pm
Forum: General Discussion
Topic: Oric memories
Replies: 5
Views: 7042

Re: Oric memories

What a very long article ; but very interesting. I tried to make it on my website but time to do it is rare ; so i didn't wrote more than a few lines... The way I'm doing it, I use the ToDoList program where I have a 'blog' category with some article ideas. Each time I find something worth talking ...
by Dbug
Sun Mar 02, 2014 2:55 pm
Forum: General Discussion
Topic: Oric memories
Replies: 5
Views: 7042

Oric memories

Hi, in case some of you are interested in software archeology, I wrote a new post on my blog relative to my early software history, which of course starts by the Oric stuff. http://blog.defence-force.org/2014/03/02/my-software-history-part-1/ (And yes I know it's way too long and probably full of ty...
by Dbug
Sun Mar 02, 2014 2:22 pm
Forum: Cross development tools
Topic: OSDK 1.0 and website
Replies: 24
Views: 33357

Re: OSDK 1.0 and website

Hello, I've tried bas2tap and it seems that there's a problem with it. I've a simple text software and made a tape with the tool of the pack osdk Oricutron 1.1 is blocked during loading the basic program. If i'm taking the tap with oric explorer, generating a new tap with the basic software inside,...
by Dbug
Sat Mar 01, 2014 10:47 am
Forum: Emulators
Topic: Oricutron memory access breakpoints
Replies: 23
Views: 33700

Re: Oricutron memory access breakpoints

If everybody can confirm that the code works, I will update the osdk with the next version then.
by Dbug
Mon Feb 24, 2014 10:05 pm
Forum: General Discussion
Topic: Cumulus Issues
Replies: 358
Views: 323794

Re: Cumulus Issues

peacer wrote:My PSU gives 8A. So it seems to be not a PSU problem too :(
Could you show a picture of your PSU?
My Atmos has a 9v/1.2 amps one, my big Samsung laptop only has a 9v/4 amp PSU.
by Dbug
Mon Feb 24, 2014 9:02 pm
Forum: Cross development tools
Topic: OSDK 1.0 and website
Replies: 24
Views: 33357

Re: OSDK 1.0 and website

So, I published a version 1.1 with Oricutron 1.1 instead of 0.9. I also updated the website: - The PictConv page adds the -f6 flag, with four new pictures showing the result of using the img2oric algorithm - The download page has sublinks for the various tools that point to the correct page on the s...
by Dbug
Sun Feb 23, 2014 7:42 pm
Forum: Cross development tools
Topic: OSDK 1.0 and website
Replies: 24
Views: 33357

Re: OSDK 1.0 and website

No particular reason: All I did is to package what was in the existing SVN depot, because I knew it worked as-is.
Trying to upgrade parts would just have meant having more risks to have non working things.

Perhaps Oricutron 1.1 will make it to OSDK 1.1 :)
by Dbug
Sun Feb 23, 2014 5:01 pm
Forum: Cross development tools
Topic: OSDK 1.0 and website
Replies: 24
Views: 33357

Re: OSDK 1.0 and website

Good, you actually tried :)
It's fixed now, will teach me replacing a _ by a . and not checking again.
by Dbug
Sun Feb 23, 2014 4:16 pm
Forum: Cross development tools
Topic: OSDK 1.0 and website
Replies: 24
Views: 33357

Re: OSDK 1.0 and website

The new version of the OSDK is finally available:
http://oricsdk.defence-force.org/index?page=download

Please signal any issue you can find, either in the archive or in the website :)
by Dbug
Sat Feb 22, 2014 10:25 pm
Forum: Cross development tools
Topic: OSDK 1.0 and website
Replies: 24
Views: 33357

OSDK 1.0 and website

Hi. I've been working a bit on the new release of the OSDK, which will jump directly from, 0.20 to 1.0 just because it's probably mature enough to be a 1.0. One of the decisions I took was to also get the documentation on the website so it can be indexed by search engines. I started working on the n...
by Dbug
Sat Feb 22, 2014 10:17 pm
Forum: Hardware hacks and extensions
Topic: Cumulus Firware Compilation
Replies: 136
Views: 148326

Re: Cumulus Firware Compilation

You may have the different type of driver. In 6610.h check these two defines: #define PCF8833 //#define S1D15G10 Try to comment them the other way. There are two type of visual display on the Cumulus hardware, and they require different code. Ideally one should be able to build both in the same firm...
by Dbug
Thu Feb 20, 2014 9:42 pm
Forum: Technical questions
Topic: Problem with my Cumulus
Replies: 8
Views: 13009

Re: Problem with my Cumulus

Would be nice if you could give the exact brand/type/capacity of cards you used.
I'm updating the first post of the pre-order thread with the list of known stuff.
by Dbug
Thu Feb 20, 2014 8:17 pm
Forum: BASIC programming
Topic: disable the cursor
Replies: 6
Views: 16081

Re: disable the cursor

n00b :p
by Dbug
Thu Feb 20, 2014 5:39 pm
Forum: BASIC programming
Topic: disable the cursor
Replies: 6
Views: 16081

Re: disable the cursor

In $26A is a byte with some control bits: - Bit 0 -> Cursor status (does the cursor blink) - Bit 1 -> Video status (does printing to the screen works) - Bit 3 -> Keyboard sound status (will it do clickety clicks) - Bit 5 -> Are the two first columns of the screen writable by print So I guess somethi...