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
Icky - Progress
- BlankVector
- Posts: 87
- Joined: Fri Sep 15, 2017 10:51 pm
Re: Icky - Progress
Great progress! See my offer to use EmuTOS for debugging the hardware.
Subscribe to my Vretrocomputing channel on YouTube and Facebook. Latest video: Display a monochrome pixel in assembly language on Atari ST.
Re: Icky - Progress
Thanks. Looks like some small ram corruption going on there..
DiagROM posted out this morning, Assume should get them Monday.
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
Re: Icky - Progress
Out of interest, what happens if you try to boot without the RAM card installed ?
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
Re: Icky - Progress
Great minds think a like. I have done such a test this morning.
With the RAM board off and no Diag Cart the screen is black with white border
With the RAM board off and with the Diag Cart plugged in the screen is white with red border
Re: Icky - Progress
So it must be accessing RAM to a point. Though looking at the corruption lines, kinda look like 8 bits of corruption. Still kinda half think there is a bus conflict somewhere corrupting the bus causing those IRQ errors.. I've only seen the ACIA's causing that kind of conflict and error so far though. Disabling the ACIA would stop the conflict, But we tried that already.. unless E clock has to be held as well and CS isn't enough..
EDIT:
Did actually make a note of all this somewhere.. Think E is "output enable" so have to check on the data sheet if high or low disables it, thats the important thing to stop it conflicting on the bus.
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
Re: Icky - Progress
Thanks Exxos - I am soaking up this info like a sponge. I have started to read more about these ACIA's to understand what they do.exxos wrote: ↑Sat Sep 22, 2018 5:17 pm So it must be accessing RAM to a point. Though looking at the corruption lines, kinda look like 8 bits of corruption. Still kinda half think there is a bus conflict somewhere corrupting the bus causing those IRQ errors.. I've only seen the ACIA's causing that kind of conflict and error so far though. Disabling the ACIA would stop the conflict, But we tried that already.. unless E clock has to be held as well and CS isn't enough..
EDIT:
Did actually make a note of all this somewhere.. Think E is "output enable" so have to check on the data sheet if high or low disables it, thats the important thing to stop it conflicting on the bus.

In addition I have modified one of my Hi-Res cables to work on the STF board pinout and I did not need to put the buffer circuit in you suggested in another thread. It just fired up. Thus I won't be adding the buffer for now.
There is a bit more of a pattern here when I watch this in Hi-Res. I am starting to wonder if that pattern I see creeping across the screen is it trying to draw more bombs but due to the distortion its just lines.
I'll get a video together of the boot in Hi-Res
Re: Icky - Progress
cool 
Yeah, I'm not at home to be much help.. but the ACIA docs should tell you how to disable the ACIA totally, then just hardwire it.. probably CS & E need to be set to disable the ACIA.. its what I did on my SEC booster but in code.. keyboard wont work of course, but will help to see if ACIA are causing issues or not at least.

Yeah, I'm not at home to be much help.. but the ACIA docs should tell you how to disable the ACIA totally, then just hardwire it.. probably CS & E need to be set to disable the ACIA.. its what I did on my SEC booster but in code.. keyboard wont work of course, but will help to see if ACIA are causing issues or not at least.
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
Re: Icky - Progress
I found my post on the ACIA https://www.exxosforum.co.uk/forum/viewt ... =150#p6255
Looks like E has to be low to disable the ACIA. So if you lift those 2 pins and connect to 0V, then it should rule out ACIA bus conflicts...
Looks like E has to be low to disable the ACIA. So if you lift those 2 pins and connect to 0V, then it should rule out ACIA bus conflicts...
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.