author | John Tsiombikas <nuclear@member.fsf.org> | |
Fri, 1 May 2020 03:18:46 +0000 (06:18 +0300) | ||
committer | John Tsiombikas <nuclear@member.fsf.org> | |
Fri, 1 May 2020 03:18:46 +0000 (06:18 +0300) | ||
commit | a0a85eb847ff3bb5da13e78618efdcd1b9f588cf | |
tree | d8ca99033b03f842f6af75dcb11f402539013440 | tree | snapshot |
parent | b55f31d1ac4a1991f2ad7b2d17be06969ea25e47 | commit | diff |
.gitignore | diff | blob | history | |
LICENSE.hw | [new file with mode: 0644] | blob |
LICENSE.sw | [new file with mode: 0644] | blob |
Makefile | [deleted file] | blob | history |
README.md | diff | blob | history | |
emu/Makefile | [new file with mode: 0644] | blob |
emu/src/cpu.c | [new file with mode: 0644] | blob |
emu/src/cpu.h | [new file with mode: 0644] | blob |
emu/src/duart.c | [new file with mode: 0644] | blob |
emu/src/duart.h | [new file with mode: 0644] | blob |
emu/src/emu.c | [new file with mode: 0644] | blob |
emu/src/emu.h | [new file with mode: 0644] | blob |
emu/src/main.c | [new file with mode: 0644] | blob |
glue.jed | [deleted file] | blob | history |
glue.pld | [deleted file] | blob | history |
hw/Makefile | [new file with mode: 0644] | blob |
hw/glue.jed | [new file with mode: 0644] | blob |
hw/glue.pld | [new file with mode: 0644] | blob |
hw/sym-lib-table | [new file with mode: 0644] | blob |
hw/z80comp2-cache.lib | [new file with mode: 0644] | blob |
hw/z80comp2.kicad_pcb | [new file with mode: 0644] | blob |
hw/z80comp2.lib | [new file with mode: 0644] | blob |
hw/z80comp2.pro | [new file with mode: 0644] | blob |
hw/z80comp2.sch | [new file with mode: 0644] | blob |
rom/Makefile | [new file with mode: 0644] | blob |
rom/monitor.asm | [new file with mode: 0644] | blob |
rom/uart.inc | [new file with mode: 0644] | blob |
sym-lib-table | [deleted file] | blob | history |
z80comp2-cache.lib | [deleted file] | blob | history |
z80comp2.kicad_pcb | [deleted file] | blob | history |
z80comp2.lib | [deleted file] | blob | history |
z80comp2.pro | [deleted file] | blob | history |
z80comp2.sch | [deleted file] | blob | history |