Skip to first unread message

Alan Cox

unread,
Jun 20, 2019, 7:03:17 PM6/20/19
to SBC-Z80


Designed for system debug and also ROM debug/bring up so has lots of tracing options.

This has emulation support for

RC2014
- Classic, paged ROM or 512/512K
- ACIA
- SIO
- CF Adapter
- DS1302 RTC
- CTC

Also for
Easy Z80
SC108 CPU card
SC114 motherboard
Z80SBC64
Z80MB64

RC2014 with 8085 (including 8085 undocumented)
- 16550A UART
- ACIA
- SIO/2
- CF Adapter
- CTC
- 512K RAM/ROM

RC2014 with 6502
- 16550A UART
- CF Adapter
- 512K RAM/ROM
- 6522 VIA

And for

RBC / N8VEM Mark 2
- 16x50 UART
- PPIDE
- PropIO v2
- Timer on serial hack
- AMF

Grant Searle 9 chip CP/M
- timer on serial hack
- 128K RAM via SIO hack

Tom's SBC version C
- timer on serial hack
- 128K RAM via SIO hack
- Up to 64K banked ROM

LiNC 80 SBC
- Including (as yet never released?) banked RAM expansion

SmallZ80

SBC-2G-512K

Z80 Membership Card
- partial doesn't emulate the bitbang port or the keypad/led but can run CP/M (and of course Fuzix)

Z80 MBC-2
- Emulates the IO processor interface not the I/O processor itself



Emulates Bill's Tiny68K and T68KRC although it currently doesn't emulate any RC014 cards attached to it.


Steve Cousins

unread,
Jun 20, 2019, 7:07:08 PM6/20/19
to SBC-Z80
That is a serious amount of work you've done there. Stay up late do you :)

Paul Williamson

unread,
Jun 20, 2019, 9:46:35 PM6/20/19
to SBC-Z80
Pretty cool, thanks! I was able to run CP/M under SCM with only minimal fiddling around.

My compiler coughed up a couple of warnings that appear to be actual bugs:
  rc2014.c:79 variable 'vector' is uninitialized when used here
  w5100.c:987 using the result of an assignment as a conditional

  -Paul

--
You received this message because you are subscribed to the Google Groups "SBC-Z80" group.
To unsubscribe from this group and stop receiving emails from it, send an email to SBC-Z80+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/SBC-Z80/0ebeacc0-37e2-4609-b391-16ec64209fd1%40googlegroups.com.

TonyD

unread,
Jun 21, 2019, 5:19:05 AM6/21/19
to retro-comp
+1 what Steve and Paul said. Great piece of work

Tony
To unsubscribe from this group and stop receiving emails from it, send an email to SBC...@googlegroups.com.

Alan Cox

unread,
Jun 21, 2019, 1:19:50 PM6/21/19
to retro-comp


On Friday, 21 June 2019 02:46:35 UTC+1, Paul Williamson wrote:
Pretty cool, thanks! I was able to run CP/M under SCM with only minimal fiddling around.

My compiler coughed up a couple of warnings that appear to be actual bugs:
  rc2014.c:79 variable 'vector' is uninitialized when used here
  w5100.c:987 using the result of an assignment as a conditional


I ought to read the compiler warnings more often. The rc2014.c is a new one from the last vector fixups but the w5100 one has been there ages

Both fixed.

Reply all
Reply to author
Forward
0 new messages