Search found 4463 matches

by Dbug
Mon Mar 10, 2014 9:13 pm
Forum: General Discussion
Topic: Cumulus Preorder Thread
Replies: 272
Views: 427801

Re: Cumulus Preorder Thread

Could you please people do two things to help: - Tell me if you have received your Cumulus so I can remove you from the top of the list - Stop posting images or diagnostic/problems questions in this thread and instead do it in the Cumulus issues thread. Thanks :) OxMikeinMI: Thanks for the update.
by Dbug
Sun Mar 09, 2014 2:51 pm
Forum: General Discussion
Topic: Oric memories
Replies: 5
Views: 7049

Re: Oric memories

by Dbug
Thu Mar 06, 2014 11:17 am
Forum: Mags and books
Topic: Programming the 6502 - Rodnay Zaks
Replies: 20
Views: 36632

Re: Programming the 6502 - Rodnay Zaks

Linking to pages that may or may not contain things is fine.
by Dbug
Thu Mar 06, 2014 11:15 am
Forum: Emulators
Topic: Oricutron patches for Mac OS X
Replies: 34
Views: 52499

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: 7049

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: 7049

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: 33570

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: 34002

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: 324014

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: 33570

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: 33570

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: 33570

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: 33570

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: 33570

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: 148926

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...