New Member for my collection, SC720

244 views
Skip to first unread message

Derek Cooper

unread,
Jul 26, 2023, 9:48:33 AM7/26/23
to RC2014-Z80
Arrived at 11:35 and finished by 14:35 even had time for a coffee half way. IMG_1996.JPGVery nice kit, easy to assemble -  nice instructions on the website. I only did one extra step and that was to check the 7mhz clk was ok before I added all the chips, just insert the 74HCT02 and check the clock on the CPU pin.

Very please with this.

Thanks for all the hard work.
IMG_1998.JPG
 

Chris Brunner

unread,
Jul 26, 2023, 1:00:15 PM7/26/23
to rc201...@googlegroups.com
Oooooooohhhhh that's pretty. I haven't seen the 720 yet.

*runs to SCC*

--
You received this message because you are subscribed to the Google Groups "RC2014-Z80" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rc2014-z80+...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rc2014-z80/9e9c396f-4a22-43a5-abaf-6aa47929bab4n%40googlegroups.com.

Steve Cousins

unread,
Jul 26, 2023, 1:16:23 PM7/26/23
to RC2014-Z80
Hi Derek,

Good to know you are happy with your new toy. I'm curious as to why you have not fitted the angled header pins in the holes provided for the serial ports, especially as you appear to have what looks like male to male pins as an adapter. I find the combination of the 6-pin socket plus the 6-pin angled header pins to work really well, allowing the choice of directly fitting the USB adapter or using the 6-way cable as you have done.

Steve

Derek Cooper

unread,
Jul 26, 2023, 2:29:53 PM7/26/23
to RC2014-Z80
Hi Steve, it's simple enough. I'm deciding if I want vertical or horizontal pins (considering a case for it) so I left them out and just used an adaptor for now.

Derek

Randall Crook

unread,
Jul 26, 2023, 7:44:33 PM7/26/23
to rc201...@googlegroups.com
Finished mine on the weekend. 

Have setup Compact flash cards for both SCM and RomWBW, been doing some quick tests and it’s a really nice machine. 

23-07-22 20-04-35 5802.jpg

Screenshot 2023-07-22 at 9.14.37 pm.png

Does the Mandelbrot set nicely. 

Randall. 

--
You received this message because you are subscribed to the Google Groups "RC2014-Z80" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rc2014-z80+...@googlegroups.com.

John Rose

unread,
Jul 27, 2023, 3:48:45 PM7/27/23
to RC2014-Z80
Oh my goodness, that is a thing of beauty.  The wife's going to kill me, but I'm heading over to Tindie right now...

Mark T

unread,
Jul 27, 2023, 5:31:58 PM7/27/23
to RC2014-Z80

I like the replacement of the 74hct670s. I remember there was a thread discussing that approach some time ago and Bill Shen confirmed it worked with one of his cpld boards. I think U5 could be removed on the SC720 and take an enable from U15 instead, but this was probably to save some time on the design. Did anyone notice just how many new boards Steve designed recently?

Bill Shen

unread,
Jul 27, 2023, 6:14:09 PM7/27/23
to RC2014-Z80
The original 512K RAM/ROM has 16K banks but RomWBW uses 32K banks so a new design specifically for RomWBW such as SC720 can have significantly simpler banking logic.  In fact, most of my banked memory designs are 32K banks.
  Bill

John Scherer

unread,
Jul 27, 2023, 7:07:35 PM7/27/23
to RC2014-Z80
Ok, might as well post that I received my boards (SC719, SC715, SC111, SC119, and SC809 backplane) from Steve on July 24.  I would have had them all assembled that night but got a late start.  There is a LOT of soldering on that backplane.
IMG_3948.jpg

Alan Cox

unread,
Jul 27, 2023, 7:49:13 PM7/27/23
to rc201...@googlegroups.com
On Thu, 27 Jul 2023 at 23:14, Bill Shen <coinst...@gmail.com> wrote:
>
> The original 512K RAM/ROM has 16K banks but RomWBW uses 32K banks so a new design specifically for RomWBW such as SC720 can have significantly simpler banking logic. In fact, most of my banked memory designs are 32K banks.

Although it does rule out running MP/M and a lot of other stuff. MP/M
really wants 56K/8K so even then there are better ways of getting
32/32 or 56/8 options than the now hideously expensive 670's

Alan Cox

unread,
Jul 28, 2023, 7:41:00 AM7/28/23
to rc201...@googlegroups.com
As I was looking at it I added the sc720 to the emulator. I'll take a
look at adding the 128K ROM/RAM board when I have a bit of time

Steve Cousins

unread,
Jul 28, 2023, 3:48:27 PM7/28/23
to RC2014-Z80
Hi John, you may need to get a new wife LOL

Steve Cousins

unread,
Jul 28, 2023, 4:03:58 PM7/28/23
to RC2014-Z80
Hi Mark,

You are right that U15 hs spare I/O enables, so it would seem possible to replace U5. BUT. I didn't have a spare gate to qualify WR. Also, I couldn't generate all the required addresses with the one 74HCT138. I wanted LEDs at 0x00, SIO at 0x80, and paging register at 0x78. I wanted to maintain software compatibility so those addresses were considered fixed, I know RomWBW is easy to configure for other addresses but there is still an advantage in consistency. There is one further problem. My paging design is only software compatible with the existing drivers if I only enable it for addresses 0x78 and 0x79. With the existing 74HCT138 the address range covers 4 addresses per device. This would cause any initialisation code in ROM to paged out when it tries to program the registers at 0x7A and 0x7B. In short it was a case of compatibility over chip count.

As for the number of boards I've produced recently, well I'm an addict - what more can I say. I just had a quick count up. Looks like I now offer over 90 kits. Its all getting rather silly!

Steve

Steve Cousins

unread,
Jul 28, 2023, 4:06:40 PM7/28/23
to RC2014-Z80
Hi John, I expect that system will look very nice when finished. Thanks for sharing.
Steve

Steve Cousins

unread,
Jul 28, 2023, 4:12:35 PM7/28/23
to RC2014-Z80
I did sketch out a design for a banking scheme where the common area could be set with jumpers from 1k up to 32k, I think it was, in sensible increments. It was actually quite a simple circuit. The compromise was that the banks are all 64k so the shadow RAM (hidden by the common area) could not be used. Seemed wasteful, but simple to implement. I may make one one day.
Steve 

Steve Cousins

unread,
Jul 28, 2023, 4:14:15 PM7/28/23
to RC2014-Z80
Hi Alan
Nice to know the emulator supports SC720. Thanks.
Steve

Bill Shen

unread,
Jul 28, 2023, 4:22:06 PM7/28/23
to RC2014-Z80
Alan has mentioned the 8/56 split for MPM before, but this time it has finally sunk in.  Its off topic for SC720, so I'll talked about it in a separate thread in retro-comp.
  Bill

Alan Cox

unread,
Jul 28, 2023, 4:37:10 PM7/28/23
to rc201...@googlegroups.com
On Fri, 28 Jul 2023 at 21:12, Steve Cousins <steve...@gmail.com> wrote:
>
> I did sketch out a design for a banking scheme where the common area could be set with jumpers from 1k up to 32k, I think it was, in sensible increments. It was actually quite a simple circuit. The compromise was that the banks are all 64k so the shadow RAM (hidden by the common area) could not be used. Seemed wasteful, but simple to implement. I may make one one day.

I did one using a latch and mux. The latch provides the upper bits for
the 64K bank and the mux decides which set of 4 latch bits to use.
It's then simply driven by an AND gate which would be easy to add
jumpers or a bit of glue for software select to select 32/32 48/16
56/8. As the upper and lower is switchable you can use all the memory
if needed, although with 56K/8K you don't lose that much and I'm not
sure what I'd do with all the 8K blocks scraped together in MP/M. With
32/32 obviously it becomes a different game. The big limit is that you
can't have a block appear low and then make it appear high although I
don't think ROMWBW cares.

Alan
Reply all
Reply to author
Forward
0 new messages