Skip to content

Commit 73965d2

Browse files
committed
Using submodule correctly this time
1 parent 7a7bb12 commit 73965d2

File tree

189 files changed

+5
-12642
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+5
-12642
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "Z80-Optimized-Routines"]
55
path = Z80-Optimized-Routines
66
url = https://github.com/Zeda/Z80-Optimized-Routines
7+
[submodule "z80float"]
8+
path = z80float
9+
url = https://github.com/Zeda/z80float.git

compile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
cd src
44
echo -e "\e[1m\e[37mAssembling App\e[0m"
5-
spasm parsnip.z80 ../bin/parsnip.8xk -I z80float/single -I z80float/extended -I ../Z80-Optimized-Routines
5+
spasm parsnip.z80 ../bin/parsnip.8xk -I ../z80float/single -I ../z80float/extended -I ../Z80-Optimized-Routines
66
cd ..

src/z80float/.atom-build.json

-5
This file was deleted.

src/z80float/.gitattributes

-1
This file was deleted.

src/z80float/.gitignore

-1
This file was deleted.

src/z80float/LICENSE

-201
This file was deleted.

src/z80float/README.md

-167
This file was deleted.

src/z80float/compile

-4
This file was deleted.

0 commit comments

Comments
 (0)