First commit

This commit is contained in:
Dreaded_X 2021-01-14 03:50:22 +01:00
commit 13dd610916
2 changed files with 34 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
/firmware/hdmi/
/firmware/keyboard/
/firmware/stm32/
/firmware/twiboot/
/software/cpm/
/software/crt/
/software/loader/
/software/monitor/
/software/putsys/
/software/tetris/
/tools/conver-font/
/tools/create-disk/
/tools/mount-cpm/
/tools/setup/
/tools/upload/

19
.meta Normal file
View File

@ -0,0 +1,19 @@
{
"projects": {
"firmware/hdmi": "https://git.mtgames.nl/z80/hdmi",
"firmware/keyboard": "https://git.mtgames.nl/z80/keyboard",
"firmware/stm32": "https://git.mtgames.nl/z80/stm32",
"firmware/twiboot": "https://git.mtgames.nl/z80/twiboot",
"software/cpm": "https://git.mtgames.nl/z80/cpm",
"software/crt": "https://git.mtgames.nl/z80/crt",
"software/loader": "https://git.mtgames.nl/z80/loader"
"software/monitor": "https://git.mtgames.nl/z80/monitor"
"software/putsys": "https://git.mtgames.nl/z80/putsys"
"software/tetris": "https://git.mtgames.nl/z80/tetris"
"tools/convert-font": "https://git.mtgames.nl/z80/convert-font"
"tools/create-disk": "https://git.mtgames.nl/z80/create-disk"
"tools/mount-cpm": "https://git.mtgames.nl/z80/mount-cpm"
"tools/setup": "https://git.mtgames.nl/z80/setup"
"tools/upload": "https://git.mtgames.nl/z80/upload"
}
}