Re: stween's build
Posted: 28 Nov 2022 04:15
BERR is high when the CPU is halted.
Without CPU, when on addr 0, DTACK is low.
Memory locations beyond 0, I ran through the first few addresses. I assume I'm counting in binary here: all pins low is location 0, A1 high is location 1, A2 high is location 2, A1 + A2 high is location 3, etc.
What I get at the various locations ... definitely does not match what's in the diagnostic thread.
(I kept reading, wondering if A3 high was somehow important, but A3 is low to get addr 8.)
Does that imply bad contacts to the ROM or a bad ROM? I don't have other ROM chips in this form factor to try in the socket.
In doing this, I now realise the TOS selector should be unjumpered for 1.04. Previously I had this unjumpered and I read out 0x0206 when I started putting together this post, and that felt suspicious :lol: Everything above has the TOS selector jumpered though.
Without CPU, when on addr 0, DTACK is low.
Memory locations beyond 0, I ran through the first few addresses. I assume I'm counting in binary here: all pins low is location 0, A1 high is location 1, A2 high is location 2, A1 + A2 high is location 3, etc.
What I get at the various locations ... definitely does not match what's in the diagnostic thread.
data
1111 11
5432 1098 7654 3210
addr 0 0110 0000 0010 1110 == 0x602e
1 0000 0001 0000 0100 == 0x0104
2 0000 0000 1111 1100 == 0x00fc
3 0000 0000 0011 0000 == 0x0030
4 FFFF FFFF FFFF FFFF == 0xffff
5 FFFF FFFF FFFF FFFF == 0xffff
6 FFFF FFFF FFFF FFFF == 0xffff
7 FFFF FFFF FFFF FFFF == 0xffff
8 FFFF FFFF FFFF FFFF == 0xffff
(I kept reading, wondering if A3 high was somehow important, but A3 is low to get addr 8.)
Does that imply bad contacts to the ROM or a bad ROM? I don't have other ROM chips in this form factor to try in the socket.
In doing this, I now realise the TOS selector should be unjumpered for 1.04. Previously I had this unjumpered and I read out 0x0206 when I started putting together this post, and that felt suspicious :lol: Everything above has the TOS selector jumpered though.