You will not be able to post if you are still using Microsoft email addresses such as Hotmail etc
See here for more information viewtopic.php?f=20&t=7296
See here for more information viewtopic.php?f=20&t=7296
DO NOT USE DEVICES WHERE THE IP CHANGES CONSTANTLY!
At this time it is unfortunately not possible to white list users when your IP changes constantly.
You may inadvertently get banned because a previous attack may have used the IP you are now on.
So I suggest people only use fixed IP address devices until I can think of a solution for this problem!
At this time it is unfortunately not possible to white list users when your IP changes constantly.
You may inadvertently get banned because a previous attack may have used the IP you are now on.
So I suggest people only use fixed IP address devices until I can think of a solution for this problem!
[Video] Broken Falcon030 Motherboard
Re: [Video] Broken Falcon030 Motherboard
Was that a Naked Gun reference creeping in there @Badwolf ? 
- viking272
- Site sponsor

- Posts: 269
- Joined: Mon Aug 10, 2020 11:32 am
- Location: Reading, Berkshire, UK
Re: [Video] Broken Falcon030 Motherboard
I think it started in Airplane!
Whats our vector Victor. We have clearance Clarence, roger Roger
Re: [Video] Broken Falcon030 Motherboard
Sorry if I missed something in the video but why are you obsessed with that IDE thing? I remember seeing those random characters when IDE is not connected as far as with my first Falcon 25 years ago. Never suspected it to be something not working properly.
Re: [Video] Broken Falcon030 Motherboard
Aha! That's a data point. Thanks.mikro wrote: Wed Sep 24, 2025 8:14 am Sorry if I missed something in the video but why are you obsessed with that IDE thing? I remember seeing those random characters when IDE is not connected as far as with my first Falcon 25 years ago. Never suspected it to be something not working properly.
I've never seen it before but I normally have an IDE device connected and, until recently, haven't had a SCSI device so have never really needed to run a hard disc driver in that state.
So it may be a simple sample selection artefact and totally normal. Which is what I basically conclude in part 4 as I decide I can't fix it.
With all other other problems on the board I did had assumed it was a symptom rather than background noise.
BW
DFB1 Open source 50MHz 030 and TT-RAM accelerator for the Falcon
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
Re: [Video] Broken Falcon030 Motherboard
Could this have anything to do with the fact that the IDE port in Falcon is unbuffered?
Lynx I / Mega ST 1 / 7800 / Portfolio / Lynx II / Jaguar / TT030 / Mega STe / 800 XL / 1040 STe / Falcon030 / 65 XE / 520 STm / SM124 / SC1435
ATW800/2 / SUBcart / FujiNet / DDD HDD / AT Speed C16 / TF536 / SDrive / PAK68/3 / Lynx Multi Card / LDW Super 2000 / XCA12 / SkunkBoard / CosmosEx / SatanDisk / UltraSatan / USB Floppy Drive Emulator / Eiffel / SIO2PC / Crazy Dots / Mach32 / ET4000 VME / PAM Net
http://260ste.atari.org
ATW800/2 / SUBcart / FujiNet / DDD HDD / AT Speed C16 / TF536 / SDrive / PAK68/3 / Lynx Multi Card / LDW Super 2000 / XCA12 / SkunkBoard / CosmosEx / SatanDisk / UltraSatan / USB Floppy Drive Emulator / Eiffel / SIO2PC / Crazy Dots / Mach32 / ET4000 VME / PAM Net
http://260ste.atari.org
Re: [Video] Broken Falcon030 Motherboard
I don't think so. But I'd like to know how HDDriver decides there's a drive there or not. It's just occurred to me that when there's a master installed we don't see errant slave detections. So what gives?Cyprian wrote: Wed Sep 24, 2025 11:14 am Could this have anything to do with the fact that the IDE port in Falcon is unbuffered?
I'm still leaning towards this not actually being a board fault and a bit of a red herring (per Mikro), though.
BW
DFB1 Open source 50MHz 030 and TT-RAM accelerator for the Falcon
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
- GadgetUK164
- Posts: 445
- Joined: Fri Jan 04, 2019 2:26 pm
Re: [Video] Broken Falcon030 Motherboard
My guess is the detection is looking a specfic bit (or more than 1 bit) on the databus, where pullups mean its fake detecting a drive perhaps? Then when queried specifically obviously the data returned is going to be high (pull ups) or random - due to the fact there is no proper response on the databus at that point because there is no drive!
EDIT: For example, on the Amiga 4000 you can trick the long wait for IDE by pulling a couple of databits high or low with resistors, when it detects those 2 bits of cerrtain logic state, THEN it does the next stage of detection whereby it queries the drive in someway, and because it doesnt get the expected response to that 2nd stage "query" it then gives up and assumes no drive.
My guess is the HDD driver is not doing that 2 stage detection and just accepting the first challenge response and then going to straight to the "get the drive name" stage, regardless of the fact there's no drive there...
In theory, you could fake fix that by working out which bits its detecting and in what state, and perhaps pull those bits in the relevant direction when the drive is being asserted... (Pull up / pull down bodge, connected to drive interface CS or something? - I am not sure without hitting schematics, what signal controls the drive).
EDIT: For example, on the Amiga 4000 you can trick the long wait for IDE by pulling a couple of databits high or low with resistors, when it detects those 2 bits of cerrtain logic state, THEN it does the next stage of detection whereby it queries the drive in someway, and because it doesnt get the expected response to that 2nd stage "query" it then gives up and assumes no drive.
My guess is the HDD driver is not doing that 2 stage detection and just accepting the first challenge response and then going to straight to the "get the drive name" stage, regardless of the fact there's no drive there...
In theory, you could fake fix that by working out which bits its detecting and in what state, and perhaps pull those bits in the relevant direction when the drive is being asserted... (Pull up / pull down bodge, connected to drive interface CS or something? - I am not sure without hitting schematics, what signal controls the drive).
My YouTube Channel - www.youtube.com/GadgetUK164