Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/jblang/z80ctrl

AVR-based bootloader, I/O, and debugging for Z80-based computers
https://github.com/jblang/z80ctrl

altair avr bootloader cpm monitor rc2014 retrocomputing z80

Last synced: about 22 hours ago
JSON representation

AVR-based bootloader, I/O, and debugging for Z80-based computers

Lists

README

        

# z80ctrl

z80ctrl is an AVR-based bootloader, debugger, and I/O device for a Z80 retrocomputer with the following features:

- Plug-in module for [RC2014](https://rc2014.co.uk/) retrocomputer replaces the clock, serial, ROM, and CF boards
- Runs CP/M software directly from FAT32-formatted SD Card
- Boots unmodified disk images from the [AltairZ80](https://schorn.ch/altair.html) emulator
- Monitor with file management, memory inspector, and built-in Z80 disassembler
- Single-step debugging, breakpoints, and watchpoints to trace Z80 bus activity in real-time
- Expandable SPI bus allows bridging other SPI peripherals to the Z80
- Flexible MIT-licensed firmware can be the basis of your own SBC or breadboard computer

[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/sVV1PYWX18A/0.jpg)](https://www.youtube.com/watch?v=sVV1PYWX18A)

## Documentation

Much of the information that was previously here has been moved to separate wiki pages:

- [Board Assembly Instructions](https://github.com/jblang/z80ctrl/wiki/Board-Assembly-Instructions)
- [Monitor User Guide](https://github.com/jblang/z80ctrl/wiki/Monitor-User-Guide)
- [Known Issues](https://github.com/jblang/z80ctrl/wiki/Known-Issues)
- [Hardware Design Notes](https://github.com/jblang/z80ctrl/wiki/Hardware-Design-Notes)
- [Software Design Notes](https://github.com/jblang/z80ctrl/wiki/Software-Design-Notes)
- [IO Expander Board](https://github.com/jblang/z80ctrl/wiki/IO-Expander-Board)
- Check the [Wiki Index](https://github.com/jblang/z80ctrl/wiki) for other topics.

## Off-Site Resources

- [Hackaday Project Page](https://hackaday.io/project/158338-z80ctrl) with blog articles about various features.
- [YouTube Playlist](https://www.youtube.com/watch?v=M8EIAxMpA-o&list=PLwP_dSEH4Oi_jAljWQ1H-TBiBL34LqYYm)
- [RC2014 Google Group](https://groups.google.com/forum/#!forum/rc2014-z80). Search for z80ctrl to find previous discussion threads.
- [retro-comp Google Group](https://groups.google.com/g/retro-comp)

## License

Copyright 2018-2020 J.B. Langston

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.