I would wait for BUSY=0 and /ACK=1 (as you are doing at the moment).
Next, send the desired data byte out and wait for 0.5 us (data setup time).
Next, set /STROBE=0
Wait fir BUSY to go high....
![]() |
![]() |
Type: Posts; User: daver2
I would wait for BUSY=0 and /ACK=1 (as you are doing at the moment).
Next, send the desired data byte out and wait for 0.5 us (data setup time).
Next, set /STROBE=0
Wait fir BUSY to go high....
Thanks Al.
I will have a look. Hopefully, that will save some time and hassle!
Dave
>>> Also I played with UCSD Pascal on an Apple II recently. Cool stuff!
>>> I learned LSI11 was the devleopment machine for it.
>>> Any pointers to disk images ?
I am trying to find the same....
The manual states CR, but you will still need to output a LF yourself (unless you have the appropriate DIP switch set). Check the words in Appendix A against the CR code.
I also don’t think your...
That’s one of the references I was trying to find.
I suspect the voltage will fall not rise if the capacitor fails open circuit though.
Dave
Tom,
My guess about the isolated transformer secondary and capacitor would be a harmonic filter of some description.
If the capacitor goes short circuit - this will cause a high current to flow...
No, I haven’t tried this procedure before. I am just thinking out of the box :-)!
It is good that you are seeing some coupling though.
I do like Terry’s suggestion though to ground the other...
Yes, address $0000 looks fine. However, the interesting thing would be address $0001 (as stated back in post #164).
The fact that the machine appears to work consistently is good, I am just...
Hello again Ilpaninaro.
When you say "works fine" do you mean it powers up and the green light comes on only?
This is an indication that the power supply works and the the internal 6502 has...
I have been able to find the schematics for the SIM4-01 and -02 but not the -03.
If they don't exist online, could I ask that you preserve them and see if you can get a copy to Al over at...
Welcome.
We are a global mix of both hardware and software.
Plenty of people here that would welcome a new member!
I am a member of a “funny” class where I design hardware and write system...
Welcome to VCFED...
Nice little card you have there.
Let me get back to you presently about how much of a SIM4-03 you can test without a programmed EPROM...
There are old designs on the...
There may be a small market for these types of covers of course...
Dave
Thanks Jos,
I will add some of my microcode logic diagnostic code to the specific addresses around where it is playing with these locations to see what is happening...
I don't (therefore)...
I think (:-)) I have put all of the infrastructure back in for interrupts now...
I had to remove all of my diagnostic code within the I/O reads and writes - because otherwise the emulation was...
It looks like the write to ROM from the microcode is intentional (unless I have misunderstood the I/D logic somewhere - which wouldn't surprise me of course).
I have found the microcode:
Write...
The timing should be locked to a clock pulse (one of the 8 phases) and not left to the whim of a gate delay or pull-down capability.
At that frequency - any type of 'slow' gate should really work...
Hi Monty,
Yep, I have that document.
This is a listing of the microcode not the firmware itself.
It passes the 4052/4054 determination OK (yes, I did have a screw-up here as well - but...
>>> I know Dave doesn't like swapping stuff randomly, but
It worked, so I would take it!
Good to see that it passes my PETTESTER code (that is a pretty stressful test). However, I would still...
Hi Monty,
Yes and no...
I keep having a go. I get a bit further and then hit a problem and get distracted by real paying work!
I then go back to it. Find out what the problem is, move on a...
yep, classic short circuit tantalum capacitor across the power rails by the looks of it.
Once it has gone short circuit, it takes the voltage down with it. What happens after that depends upon the...
Chuck,
That’s a nice description and avoids the ‘lazy write’ issue.
Dave
I am guessing that a new build of PDP11 GUI is going to be required. Either because Microsoft have 'retired' a function or that the parameters have changed.
I think you can get a bit more...
You need about 10 posts...
From the trace back in post #123 I think we concluded that address $0000 was OK and things started to fail at address $0001.
From that trace I believe I could see a...
Sorry guys, I got sidetracked with real work today. I had a quick look this morning, and then the problems started that demanded my attention.
I will have a look tomorrow, but I agree that there...