Skip to content

Commit 129c284

Browse files
committed
initial commit
0 parents  commit 129c284

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.atom-build.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"cmd": "./compile",
3+
"sh": "true",
4+
"cwd": "{PROJECT_PATH}"
5+
}

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/screenshots
2+
/readme
3+
*.zip
4+
*.8*

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "src/z80float"]
2+
path = src/z80float
3+
url = https://github.com/Zeda/z80float.git

0 commit comments

Comments
 (0)