Import code from old repository from 2018
Old repository: https://github.com/binaryDiv/z80_computer
This commit is contained in:
parent
536e557eea
commit
8c7b62dc2d
19 changed files with 3076 additions and 0 deletions
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# C code: object files etc.
|
||||
*.o
|
||||
*.obj
|
||||
*.elf
|
||||
*.hex
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# vim swap files
|
||||
.*.swp
|
||||
Loading…
Add table
Add a link
Reference in a new issue