Skip to content

Commit 0ddc4bf

Browse files
committed
[readme] add AppleCommander mention.
1 parent 014a6cd commit 0ddc4bf

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

README.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
More documentation to be written as it takes shape.
44

55

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.
77

88
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.
99

@@ -70,13 +70,25 @@ copy autorun.atr to ~//fujinet-platformio/data/BUILD_ATARI/ and then using PIO
7070
## Compiling on the Apple II
7171
To compile, currently requires:
7272

73+
### AppleCommander built and installed on your system
74+
75+
Arch Package
76+
```sh
77+
yay apple-commander
78+
sudo ln -s /usr/bin/applecommander-ac /usr/local/bin/ac
79+
sudo ln -s /usr/bin/applecommander-acx /usr/local/bin/acx
80+
```
81+
82+
- Github: https://github.com/AppleCommander/AppleCommander
83+
- Requires Java 21 JDK, Gradle.
84+
7385
### CC65 built and installed on your system
7486

7587
#### Pull down cc65 code
7688
* https://github.com/cc65/cc65
7789

7890
#### Build cc65:
79-
```
91+
```
8092
$ PREFIX=/usr/local/cc65 make
8193
$ sudo PREFIX=/usr/local/cc65 make install
8294
```
@@ -96,7 +108,7 @@ cd fujinet-config-adam.git
96108
$ make -f Makefile.apple2 clean dist
97109
```
98110

99-
Check for any errors. If sucessful there will be logs that say:
111+
Check for any errors. If sucessful there will be logs that say:
100112

101113
```
102114
...
@@ -139,15 +151,15 @@ $ make -f Makefile.apple2gs
139151
$ make -f Makefile.apple2gs dist
140152
```
141153

142-
Check for any errors. If successful there will be logs that say:
154+
Check for any errors. If successful there will be logs that say:
143155

144156
```
145157
...
146158
cp dist.apple2/bootable.po dist.apple2/dist.po
147159
java -jar dist.apple2/ac.jar -p dist.apple2/dist.po config exe <config
148160
```
149161

150-
You will find the `CONFIG` shell EXE in the disp.po image. Just copy it under prefix #17, then add this to 15:SYSCMND:
162+
You will find the `CONFIG` shell EXE in the disp.po image. Just copy it under prefix #17, then add this to 15:SYSCMND:
151163
`CONFIG U configure Fujinet`
152164

153165
Restart ORCA shell or issue a `commands 15:syscmnd` and you're ready.
@@ -159,7 +171,7 @@ $ make -f Makefile.apple2cda
159171
$ make -f Makefile.apple2cda dist
160172
```
161173

162-
Check for any errors. If successful there will be logs that say:
174+
Check for any errors. If successful there will be logs that say:
163175

164176
```
165177
...
@@ -201,5 +213,3 @@ Make using `make -f Makefile.rc2014`
201213

202214
### CONFIG on the Atari
203215
![Atari CONFIG](./docs/images/fn_atari_config_v1.jpg)
204-
205-

0 commit comments

Comments
 (0)