You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-8Lines changed: 25 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
More documentation to be written as it takes shape.
4
4
5
5
6
-
This repo is the primary repo for the CONFIG application for every supported platform on FujiNet.
6
+
This repo is the primary repo for the CONFIG application for every supported platform on FujiNet.
7
7
8
8
In the beginning there was only Atari. And so the CONFIG application was just called fujinet-config. Then came the ADAM and now common code for all the platforms began to take shape in this repo. Apple II soon joined, then RC2014 and soon C64. Atari was merged back in here in 2022 Fall by frachel so there is one place for all platform CONFIGs going forward.
9
9
@@ -16,6 +16,13 @@ The CONFIG application must be coded and compiled to build a native binary appli
16
16
17
17
## Compiling on the Atari
18
18
To compile, currently requires:
19
+
20
+
### AtariSIO Tools
21
+
22
+
We require the 'diratr' tool from this package to be installed and runnable.
23
+
24
+
- Github: https://github.com/HiassofT/AtariSIO
25
+
19
26
### CC65 built and installed on your system
20
27
21
28
#### Pull down cc65 code
@@ -70,13 +77,25 @@ copy autorun.atr to ~//fujinet-platformio/data/BUILD_ATARI/ and then using PIO
70
77
## Compiling on the Apple II
71
78
To compile, currently requires:
72
79
80
+
### AppleCommander built and installed on your system
0 commit comments