Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ezod/awesome-rc2014
A curated list of awesome resources for the RC2014 homebrew Z80 computer.
https://github.com/ezod/awesome-rc2014
List: awesome-rc2014
cpm rc2014 retrocomputing z80
Last synced: 3 months ago
JSON representation
A curated list of awesome resources for the RC2014 homebrew Z80 computer.
- Host: GitHub
- URL: https://github.com/ezod/awesome-rc2014
- Owner: ezod
- License: cc0-1.0
- Created: 2022-11-13T20:29:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T20:15:00.000Z (almost 2 years ago)
- Last Synced: 2024-04-10T00:11:42.671Z (7 months ago)
- Topics: cpm, rc2014, retrocomputing, z80
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome-rc2014 - A curated list of awesome resources for the RC2014 homebrew Z80 computer. (Other Lists / PowerShell Lists)
README
# Awesome RC2014 [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
A curated list of awesome resources for the [RC2014](https://rc2014.co.uk/) homebrew Z80 computer.
## Repositories
- [Official RC2014 repository](https://github.com/RC2014Z80/RC2014)
- [smbaker's RC2014 stuff](https://github.com/sbelectronics/rc2014)## Hardware
### Series
- [Yellow MSX Series for RC2014](https://github.com/vipoo/yellow-msx-series-for-rc2014)
- [Quazar](https://2014.samcoupe.com/)
- [Mr. Gelée's Tech](https://jerryfrost1.wixsite.com/tech)### Video
- [TMS9918A Video Card](https://github.com/jblang/TMS9918A)
- [Propeller Graphics Card](https://github.com/maccasoft/propeller-graphics-card)### Sound
- [SN76489 Sound Card](https://github.com/jblang/SN76489)
- [YM2149 Sound Card](https://github.com/electrified/rc2014-ym2149)### Storage
- [82C55-based IDE Interface](https://github.com/electrified/rc2014-82c55-ide)### Input
- [Game Controller Board](https://github.com/jblang/GameController)
- [Enhanced Dual Joystick Board](https://github.com/maccasoft/enhanced-dual-joystick)### Communication
- [RTL8019 Ethernet Card](https://github.com/Manawyrm/RC2014-Ethernet)
- [RCNetwork](https://github.com/tpycio/RCNetwork), COM20020-based network controller### Clocks
- [DS1302 Real Time Clock](https://github.com/electrified/rc2014-ds1302-rtc)### Terminals
- [picoterm](https://github.com/RC2014Z80/picoterm), Raspberry Pi Pico VGA terminal emulator
- [Propeller ANSI/VT-100 Terminal](https://github.com/maccasoft/propeller-vt100-terminal)### Other
- [z80ctrl](https://github.com/jblang/z80ctrl), AVR-based bootloader, debugger, and I/O device## Software
### System Software
- [RomWBW](https://github.com/wwarthen/RomWBW), software system for Z80/Z180-based computers### Applications and Games
- [z80-apps](https://github.com/maccasoft/z80-apps), various applications and utilities
- [te](https://github.com/MiguelVis/te), a text editor for CP/M
- [snek](https://github.com/blaknite/snek), snake for the RC2014
- [z80-life](https://github.com/ncot-tech/z80-life), Conway's Game of Life### Libraries and Utilities
- [samarux](https://github.com/MiguelVis/samarux), Unix-like shell for CP/M
- [RC2014-YM2149](https://github.com/MMaciocia/RC2014-YM2149), patched PTX player for YM2149
- [RC2014 Test and Diagnostics EPROM](https://github.com/anachrocomputer/RC2014tester)### BASIC
- [RC2014 BASIC Programs](https://github.com/RC2014Z80/RC2014-BASIC-Programs)### CP/M Software Archives
- [The Unofficial CP/M Web Site](http://www.cpm.z80.de/)
- [Commercial CP/M Software at Retrocomputing Archive](http://www.retroarchive.org/cpm/)
- [The HUMONGOUS CP/M Software Archives](http://cpmarchives.classiccmp.org/)## Development
### Compilers and Toolchains
- [Z88DK](https://github.com/z88dk/z88dk), development kit for Z80 machines
- [Sjasm](https://github.com/Konamiman/Sjasm), Z80 assembler
- [mescc](https://github.com/MiguelVis/mescc), Mike's Enhanced Small C Compiler for Z80 and CP/M### Emulators
- [RC2014 Emulator Kit](https://github.com/EtchedPixels/RC2014)