First commit
This commit is contained in:
commit
13dd610916
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal 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
19
.meta
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user