xp0nentz
Veteran Member
- Joined
- Sep 1, 2025
- Messages
- 897
Not giving up? Good! Keep pushing!I'm giving up yet!
| VCF Midwest | Sep 12 - 13, 2026, | Schaumburg Convention Center, IL |
| VCF Montreal V2.0 | Nov 07 - 08, 2026, | Saint-Lambert, Montreal, Canada |
| VCF SoCal | Feb TBD, 2027, | Southern CA |
| VCF East | Apr TBD, 2027, | InfoAge, Wall, NJ |
| VCF Latam | TBD, 2027, | Bahía Blanca, Argentina |
| VCF Pac. NW | TBD , 2027, | Tukwila, WA |
| VCF Southwest | Jun 25 - 27, 2027, | Westin Dallas Fort Worth Airport |
| VCF Southeast | Aug TBD, 2027, | Atlanta, GA |
| VCF West | Aug TBD, 2027, | Mountain View, CA |
Not giving up? Good! Keep pushing!I'm giving up yet!
The 800 or the 1050 computer?There is definitely something wrong with the computer, as the chip enable line is staying high on the rom. I will burn a new one later, although I can read the original.
1050. The 800XL had ram issues which I fixed.The 800 or the 1050 computer?
I find this interesting and frustrating :
I removed a 47uf 16v cap, and I have 3 ways to test it.
1. Owon SPM6103 bench supply and multi meter reads : 58.13uf
2. TC1 Multi-function tester reads : 50.23uf, ESR 2.9 ohms
3. PEAK atlas ESR70 gold meter reads : 48.67uf, ESR 2.6 ohms
I wonder which is correct ?
These readings were from one of the original caps.If your caps are Chinese generic, that could explain why you're now having deeper issues after recapping. I ordered one of those variety pack cases from Amazon and they were only good for the trash can. Like you, I had different readings on different meters, and in some cases never the same reading twice on the same meter. I have no idea what causes that. When I test a genuine Rubycon or Nichicon, it's the same solid reading across all testers.
The one supplied wasn't an original Atari branded supply, and to that the label with the output rating was removed.Just as an aside, an AC "power supply" is probably just a chonky step-down transformer and some passive components for filtering/cleaning up any electrical noise.
I wouldn't be surprised at all if they had used a straightforward 12V AC step-down XFMR (10:1 winding ratio) and dropped 3V somehow or possibly an 18V AC step-down XFMR (7:1 winding ratio) with a center tap.
You could probably even build yourself a new one, but I guess there's no point if you have a readily available DC power supply. Most of hardware probably wants DC anyway.
The one supplied wasn't an original Atari branded supply, and to that the label with the output rating was removed.
Well intermittently I was seeing activity on the Rom CE pin with the original, now it it just stays high.Does it work better with the original caps or the replace caps?
Strange, test the replacement capacitors. Sorry if I can't respond as much right now, I'm working on the schematic for my homebrew.Well intermittently I was seeing activity on the Rom CE pin with the original, now it it just stays high.
Its midnight here in the UK, so I am not actually working on it right now. I did check each one before I fitted them.Strange, test the replacement capacitors. Sorry if I can't respond as much right now, I'm working on the schematic for my homebrew.
What are you working on ?Strange, test the replacement capacitors. Sorry if I can't respond as much right now, I'm working on the schematic for my homebrew.
Make a reset button on a breadboard if you can.Its midnight here in the UK, so I am not actually working on it right now. I did check each one before I fitted them.
I have this nagging feeling its something to do with the reset circuit. When I fixed a PET and a few C64's, the delay was obvious. The reset line on this appears to go near instantly high. I am going to bend the pin out tomorrow and manually feed it 5v after powering up - I think that should prove it or not?
It's an AT89C52 SBC. I have it on breadboard but I'm trying to move it to PCB, and my schematic is messy right now so I redid it but its still messy. Still a bit better though!What are you working on ?
Nice. I'm not worried about not being able to use the XL while the drive is broken- but that sounds like something I might build in the future. Sounds interesting to have a pc as a floppy emulator. These floppys tend to rot anyway.Related tangent:
Note that it's possible to do some simple testing of an Atari 8-bit disk drive even without a bootable DOS disk.
I.E. it's possible to enter a short basic program that formats a disk and that reads/writes raw sectors of a formatted disk.
Also if you haven't got a bootable DOS disk, you might anyway want to build a simple interface between a modern computers serial port (or FTDI style USB TTL serial) and Atari SIO. I would build that interface with a switch that allows you to have it either emulate a SIO device (I.E. emulate a disk drive) using a modern computer, or act as a SIO controller (I.E. talk to a disk drive) using a modern computer.
This will both allow you to use your 800 even while your 1050 is broken, but also allow you to try to talk to the 1050 from a modern PC, I.E. you wouldn't need to type in commands over and over after each power cycle.
(this will of course not be of much use if the CPU in the 1050 doesn't even run code correctly, but still).