Search found 4822 matches

by roland
Tue May 14, 2024 9:31 pm
Forum: acorn atom and acorn system series
Topic: Flaky video on my Atom
Replies: 6
Views: 210

Re: Flaky video on my Atom

Like Kees said, check the capacitors. I have often had Atoms with flaky video and replacing C4 solved the issue. And often you can also get a better display by removing L1 and replace it by a short piece of wire.
by roland
Wed May 01, 2024 10:45 pm
Forum: 8-bit acorn hardware
Topic: Game assist cartridge [idea]
Replies: 9
Views: 321

Re: Game assist cartridge [idea]

The Electron Econet interface uses ROM 13 and if I remember correctly the AP5 and AP6 also provide a socket for ROM 13. Please correct me if I am wrong.
by roland
Tue Apr 30, 2024 8:16 pm
Forum: programming
Topic: Why did bbc basic not inspire named Gosubs in other Basics?
Replies: 11
Views: 298

Re: Why did bbc basic not inspire named Gosubs in other Basics?

The Atom Basic has labels for GOTO and GOSUB, albeit a single letter :mrgreen: 10 GOSUB c 20 PRINT "TEXT ON AN EMPTY SCREEN"' 30 END 40 50cPRINT $12 60 RETURN This is quite fast because the address of the label is stored at a fixed position in the Basic workspace memory. So the interpreter...
by roland
Mon Apr 29, 2024 3:44 pm
Forum: acorn atom and acorn system series
Topic: Wait routine for System-5
Replies: 0
Views: 56

Wait routine for System-5

For the Atom we have a way to generate a short delay by checking the vertical sync; it's the routine at #FE66 and it's used by the WAIT statement. Now I need a similar routine for a System-5 computer. Is there a way to check the VSynch of the 6845? I haven't found it in the datasheet how to check th...
by roland
Mon Apr 29, 2024 3:37 pm
Forum: acorn atom and acorn system series
Topic: Atom utility ROM writing guide?
Replies: 8
Views: 226

Re: Atom utility ROM writing guide?

The Atom Basic interpreter starts searching for a statement in the Basic ROM at #Cxxx and MOS ROM at #Fxxx. If the statement is not found then the Basic looks if there's a Floating Point extension installed at #Dxxx. If so, it hands over the control to the search routine in the Floating Point ROM. I...
by roland
Sun Apr 28, 2024 11:13 pm
Forum: acorn atom and acorn system series
Topic: Atom utility ROM writing guide?
Replies: 8
Views: 226

Re: Atom utility ROM writing guide?

There is no such guide. The Atom does not have any standard structure like the Beeb and Electron. There are no language ROMs or service ROMs. There are three common ways of initiating a ROM: 1. By generating an IRQ on reset, like the Econet and AtoMMC do 2. By linking to an address, the Program Powe...
by roland
Wed Apr 24, 2024 4:10 pm
Forum: acorn atom and acorn system series
Topic: Atom Software Archive
Replies: 1358
Views: 420486

Re: Atom Software Archive

Isn't it time for an update of the Archive? There are several newer games released and the AGD carousel might also be updated. The latest "official" release is dated November 2011 and the latest V12.4 pre release is also a year old. Just asking ... :)
by roland
Wed Apr 24, 2024 3:56 pm
Forum: acorn atom and acorn system series
Topic: Announcing a modern box for the Atom
Replies: 15
Views: 719

Re: Announcing a modern box for the Atom

I'm curious if we have more lovely Atom related artwork. T-shirts perhaps? :D Yes there is: acorn-atom-t-shirt-300x300.png It was created on my request by Apparel of Laughs. You can buy them at https://appareloflaughs.co.uk/product/acorn-atom-mens-t-shirt/. They also have Electron and Beeb shirts.
by roland
Wed Apr 24, 2024 3:43 pm
Forum: acorn atom and acorn system series
Topic: AtoMMCv3 What the fecking hell am I doing wrong
Replies: 2
Views: 159

Re: AtoMMCv3 What the fecking hell am I doing wrong

I never use the boot loader, I just program the complete firmware into the PIC. Here's a link to the firmware that I use in my AtoMMC boards: https://site.acornatom.nl/download/mmc4 ... rmware.bin

Does this get you getting started with your respun version?
by roland
Sun Apr 14, 2024 9:23 am
Forum: acorn & bbc micro user group (abug) events
Topic: ABUG-NL-2024 (booking thread)
Replies: 4
Views: 313

Important note about hotel reservations

We have a discount code from Fletcher that is valid for reservations at 4 and 5 October, during the ABUG weekend. When you make your reservation at the hotel on their website (https://www.hotelveldenbos.nl/) you can get a 5% discount if you become a Fletcher Friend plus you can get an extra 5% with ...
by roland
Mon Mar 04, 2024 9:00 am
Forum: acorn atom and acorn system series
Topic: Announcing a modern box for the Atom
Replies: 15
Views: 719

Re: Announcing a modern box for the Atom

I agree, it's beautful =D>
by roland
Sun Feb 25, 2024 4:34 pm
Forum: acorn atom and acorn system series
Topic: How to use/convert Atom Software Archive files so that they can be loaded via the cassette port
Replies: 7
Views: 147

Re: Atom Software Archive

Welcome to this forum. I’d really advise to get an AtoMMC and a memory expansion for your Atom. That’s the easiest and most comfortable way to use the Atom Software Archive. Enjoy your Atom and your visits here, Greetings from the south of the Netherlands, Roland PS … can one of the admins move this...
by roland
Sun Feb 25, 2024 11:26 am
Forum: 8-bit acorn hardware
Topic: BeebWifi: Page &FD on a Master Compact
Replies: 10
Views: 336

Re: BeebWifi: Page &FD on a Master Compact

Now that I've read that topic I don't think that the BeebWiFi is ever going to work without cutting tracks and adding bodge wires on either the BeebWiFi board, the Mertec board or even in the Master Compact. So it's just a no-go with this setup.
by roland
Sun Feb 25, 2024 11:13 am
Forum: 8-bit acorn hardware
Topic: The New Plus 1 for the Electron Ready for Sale - with a Caveat - UPDATED again!
Replies: 23
Views: 1993

Re: The New Plus 1 for the Electron Ready for Sale - with a Caveat

No, I don't have an Electron that hasn't anything plugged into it. I'm interested in a Plus-1 and I PM'ed you about it.
by roland
Sun Feb 25, 2024 10:23 am
Forum: 8-bit acorn hardware
Topic: Strange fault when testing the new Electron Plus 1
Replies: 7
Views: 413

Re: Strange fault when testing the new Electron Plus 1

BigEd wrote: Sun Feb 25, 2024 8:28 am It's not even always true that faster is better.
That’s true. For example, 70ns 62256 RAMs do not work in my Atom’s Yarrb boards where (even Chinese) 100ns RAMs work fine.
by roland
Sat Feb 24, 2024 9:16 pm
Forum: 8-bit acorn hardware
Topic: The New Plus 1 for the Electron Ready for Sale - with a Caveat - UPDATED again!
Replies: 23
Views: 1993

Re: The New Plus 1 for the Electron Ready for Sale - with a Caveat

Can you please post some photos of the bevelled connectors? I have used similar Chinese connectors for minus1 boards and I didn’t notice any damage.
by roland
Sat Feb 24, 2024 1:34 pm
Forum: 8-bit acorn hardware
Topic: BeebWifi: Page &FD on a Master Compact
Replies: 10
Views: 336

Re: BeebWifi: Page &FD on a Master Compact

Thanks for this information. It's clear to me that I must read the 1MHz bus topic and see what I have to do to access the paged RAM and UART :)
by roland
Fri Feb 23, 2024 10:03 am
Forum: 8-bit acorn hardware
Topic: BeebWifi: Page &FD on a Master Compact
Replies: 10
Views: 336

Re: BeebWifi: Page &FD on a Master Compact

Thanks, that's useful info.
by roland
Fri Feb 23, 2024 8:36 am
Forum: 8-bit acorn hardware
Topic: BeebWifi: Page &FD on a Master Compact
Replies: 10
Views: 336

Re: BeebWifi: Page &FD on a Master Compact

I'll read the topic you refer to. But just to answer a first question: what can it be at page &FD when the Mertic is not connected. Should it behave like a BBC B, like this:
BBC B with no paged RAM
BBC B with no paged RAM
by roland
Fri Feb 23, 2024 8:11 am
Forum: 8-bit acorn hardware
Topic: BeebWifi: Page &FD on a Master Compact
Replies: 10
Views: 336

BeebWifi: Page &FD on a Master Compact

Tonny is connecting his BeebWiFi board to a Mertec but he gets the message "No paged RAM". It turns out that there is "something" at page &FD. WhatsApp Image 2024-02-22 at 14.30.20.jpeg With a simple check for RAM we notice that there is no RAM at that page. Also with the Mer...
by roland
Sat Feb 17, 2024 10:21 pm
Forum: off-topic
Topic: Anyone in France?
Replies: 6
Views: 330

Re: Anyone in France?

You can also have it send to me in the Netherlands, within the EU there are no import taxes and I am happy to forward it to you.
by roland
Tue Feb 13, 2024 10:51 pm
Forum: 8-bit acorn hardware
Topic: Model B Issue 7 "40th Anniversary Edition" not working
Replies: 49
Views: 1544

Re: Model B Issue 7 "40th Anniversary Edition" MODE7 also working

Today I got MODE 7 operational \:D/ I got another SAA5050 from the owner, and he was quite sure this one definitively works. But alas, no such luck. This is the third one that doesn't work in this Beeb and I can believe that one is damaged, the second is defect (and from an unknown source) but three...
by roland
Tue Feb 13, 2024 6:23 pm
Forum: acorn atom and acorn system series
Topic: Issue 1 Acorn Atom with vented case
Replies: 9
Views: 345

Re: Issue 1 Acorn Atom with vented case

Not only the holes are very rare, the issue 1 is extremely rare. I’ve never seen a complete Atom issue 1 before. In September 2019, Alex van Someren showed us his blanc issue 1 board at the Abug meeting in Cambridge. I wonder what the differences are between the issues. I can guess the difference be...
by roland
Mon Feb 12, 2024 10:49 pm
Forum: 8-bit acorn hardware
Topic: BBC Micro NMI spamming
Replies: 31
Views: 908

Re: BBC Micro NMI spamming

hoglet wrote: Mon Feb 12, 2024 10:32 pm If the 6845 INT is high (inactive), then one of those must be at fault, or some other signal is shorted.
I think this is a typo… it’s the 6854 INT. I mention this just to make it clear :)
by roland
Sun Feb 04, 2024 5:00 pm
Forum: off-topic
Topic: EPROM Programmer
Replies: 14
Views: 418

Re: EPROM Programmer

I use an XGecu TL866II Plus programmer in Linux. The software runs fine with wine. Even firmware updates run without problems. It's also possible to run the software in a virtualized Windows (XP) system in VirtualBox.
by roland
Sun Feb 04, 2024 9:05 am
Forum: 8-bit acorn hardware
Topic: Model B Issue 7 "40th Anniversary Edition" not working
Replies: 49
Views: 1544

Re: Model B Issue 7 "40th Anniversary Edition" ALMOST working

Yesterday evening I had a great break-through with this Beeb ... it's almost working \:D/ I did check the R85 3k3 resistor (which is all right) but I discovered that the IRQ level was about 1V. And that's wrong. I learned that the Godil might read the wrong values from the databus when a device like...
by roland
Sat Feb 03, 2024 10:54 pm
Forum: acorn atom and acorn system series
Topic: Atom Frozen /Break won’t reset Help
Replies: 10
Views: 270

Re: Atom Frozen /Break won’t reset Help

Pictures will give us an impression of your current Atom configuration. First step: is the 5V ok?

BTW if a key is stuck you can easily check it out by pressing the REPT key.
by roland
Thu Feb 01, 2024 8:09 am
Forum: 8-bit acorn hardware
Topic: Model B Issue 7 "40th Anniversary Edition" not working
Replies: 49
Views: 1544

Re: Model B Issue 7 "40th Anniversary Edition" not working

I will try it when I can sneak out of my office during the day :mrgreen:

Note to myself: I was wondering why &DCA9 and not &DCA2 but now I realize that &DCA2 is just the check for the ACIA interrupt and &DCA9 is servicing the interrupt.
by roland
Wed Jan 31, 2024 10:07 pm
Forum: 8-bit acorn hardware
Topic: Model B Issue 7 "40th Anniversary Edition" not working
Replies: 49
Views: 1544

Re: Model B Issue 7 "40th Anniversary Edition" not working

There is an unknown interrupt source. I get many, many hits at DCF3. So I removed almost all devices that can generate an interrupt: User VIA, ACIA (6850), Serial ULA and the ADC. Without the ACIA I get only interrupts from the ACIA. I mean, &DC2A &DCA2 is hit now, but I think this is the hi...

Go to advanced search