Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| builderpages:plasmo:z80sbc64 [2019/12/10 13:19] – Revision from 2019-12-10 | builderpages:plasmo:z80sbc64 [2026/06/15 13:17] (current) – external edit 127.0.0.1 |
|---|
| /* Imported from Wayback Machine | /* Imported from Wayback Machine |
| Original URL : https://retrobrewcomputers.org/doku.php?id=builderpages:plasmo:z80sbc64 | Original URL : https://retrobrewcomputers.org/doku.php?id=builderpages:plasmo:z80sbc64 |
| Snapshot date: 2019-12-10 | Snapshot date: 2025-10-15 |
| Generator : wayback-archiver | Generator : wayback-archiver |
| */ | */ |
| |
| Altera EPM7064SLC44 [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:z80sbc64:z80sbc64_epm7064.zip|design file.]] The design are created as schematic in Quartus 8.1. This is a PDF file of the [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:z80sbc64:z80sbc64_cpld_scm.pdf|schematic]] | Altera EPM7064SLC44 [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:z80sbc64:z80sbc64_epm7064.zip|design file.]] The design are created as schematic in Quartus 8.1. This is a PDF file of the [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:z80sbc64:z80sbc64_cpld_scm.pdf|schematic]] |
| | |
| | [[builderpages:plasmo:z80mb64:memmap|Memory and I/O map]] |
| |
| [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:z80sbc64:bill_of_material_z80sbc64_r0.pdf|Bill of Materials]] | [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:z80sbc64:bill_of_material_z80sbc64_r0.pdf|Bill of Materials]] |
| [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:z80sbc64:z80sbcld.zip|Z80SBCLD]] is the bootstrap loader. Configure Z80SBC64 to Serial Bootstrap mode and send Z80SBCLD.BIN as binary file to Z80SBC64 immediately after reset. Z80SBC64 will respond with “**Z80SBC64 Loader v0.3**” sign on message and ready to receive ZMon64 load file. Once ZMon64 is loaded, it will start program execution at 0xB400 which is the entry point of ZMon64. | [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:z80sbc64:z80sbcld.zip|Z80SBCLD]] is the bootstrap loader. Configure Z80SBC64 to Serial Bootstrap mode and send Z80SBCLD.BIN as binary file to Z80SBC64 immediately after reset. Z80SBC64 will respond with “**Z80SBC64 Loader v0.3**” sign on message and ready to receive ZMon64 load file. Once ZMon64 is loaded, it will start program execution at 0xB400 which is the entry point of ZMon64. |
| |
| [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:z80sbc64:zmon64_r0_6.zip|ZMon64 rev 0.6]], improve the 'R' command, add 'c1' command to store SCMonitor in RAM and 'b1' command to execute the stored SCMonitor. Add 'c3' command to store CP/M 3 and 'b3' command to execute CP/M 3. | [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:z80sbc64:zmon64_r0_7.zip|ZMon64 rev 0.7]], improve the 'R' command, add 'c1' command to store SCMonitor in RAM and 'b1' command to execute the stored SCMonitor. Add 'c3' command to store CP/M 3 and 'b3' command to execute CP/M 3. |
| |
| [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:z80sbc64:scmonitor.hex|SCMonitor]] is a sophisticated monitor developed by [[https://smallcomputercentral.com/|Steve Cousins]]. It has many features, among them a version of MS BASIC that runs well on Z80SBC64. After loading the hex file, type 'g0000' to start up SCMonitor. | [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:z80sbc64:scmonitor.hex|SCMonitor]] is a sophisticated monitor developed by [[https://smallcomputercentral.com/|Steve Cousins]]. It has many features, among them a version of MS BASIC that runs well on Z80SBC64. After loading the hex file, type 'g0000' to start up SCMonitor. |
| |
| Build Z80SBC64 in [[builderpages:plasmo:z80sbc64:four_stages|four stages]], building a high-performance, CP/M capable Z80 SBC in four stages | Build Z80SBC64 in [[builderpages:plasmo:z80sbc64:four_stages|four stages]], building a high-performance, CP/M capable Z80 SBC in four stages |
| | |
| | [[builderpages:plasmo:z80mb64:newcfmacro|Creating new CF disk]] for Z80SBC64 and Z80MB64 with a TeraTerm Macro |
| |