Is the backplane used unaltered from the RC2014? How did you find adapting the Z80 bus to the 6502 signals? Is the backplane mostly just straight-through so it's for connecting SIL40s in parallel or do some lines have some extra circuitry?
I'm using it without any alterations - the one I'm using ...
Search found 5 matches
- Mon Jun 05, 2017 12:07 pm
- Forum: Newbies
- Topic: Yet another Apple 1 Clone that doesn't work
- Replies: 10
- Views: 6474
- Thu Jun 01, 2017 5:59 pm
- Forum: Newbies
- Topic: Yet another Apple 1 Clone that doesn't work
- Replies: 10
- Views: 6474
Re: Yet another Apple 1 Clone that doesn't work
Excellent! It can sometimes take some determination to check things which you don't think are wrong - that's one place where two heads can be better than one.
Nice-looking system too. Seems to be a lot going on there - five boards?
Yep, it's a lot for a system that does almost nothing at all. I ...
Nice-looking system too. Seems to be a lot going on there - five boards?
Yep, it's a lot for a system that does almost nothing at all. I ...
- Thu Jun 01, 2017 3:01 pm
- Forum: Newbies
- Topic: Yet another Apple 1 Clone that doesn't work
- Replies: 10
- Views: 6474
Re: Yet another Apple 1 Clone that doesn't work
Eureka! I found the error, after spending a lot of hours of checking every tiny bit of code, checking everything out using the DSO and programmed a new Arduino sketch in order to sniff out what was going out over the buses. Given that sync toggled as described, clock ticking and R/W alternating here ...
- Wed May 31, 2017 2:43 pm
- Forum: Newbies
- Topic: Yet another Apple 1 Clone that doesn't work
- Replies: 10
- Views: 6474
Re: Yet another Apple 1 Clone that doesn't work
Hmm... I assumed the EEPROM was working as it should since the \ showed up, I believe that was the expected first character the Woz monitor should output. Did swap out the current EEPROM with a fresh one, CAT28C256 this time in order to check if that made any difference - doesn't appear do so, but I ...
- Tue May 30, 2017 11:05 pm
- Forum: Newbies
- Topic: Yet another Apple 1 Clone that doesn't work
- Replies: 10
- Views: 6474
Yet another Apple 1 Clone that doesn't work
Hoping anyone can point me in right direction since I'm stuck, completely stuck and I'm not sure what else to try at this point. Have been hard at work drawing out designs based on the Apple 1 Replica Creation book, so hopefully the errors made are of the patchable kind. I'm using an Arduino Nano to ...