Download
cyberslak
/lightsout
/README
(View History)
cyberslak Add README | Latest amendment: 20 on 2025-03-14 |
1 | Lights Out |
2 | ========= |
3 | |
4 | A minimal Home Assistant frontend, for System 7 and up. |
5 | |
6 | Lights Out was written using CodeWarrior 9 on System 7.5.3. It has been tested working on OS9 (using my iMac G3), but not on earlier versions of System 7 (though it should work). Additionally, building using other toolchains should be possible, but may require some tweaks. |
7 | |
8 | Lights Out requires the following libraries: |
9 | - OpenTransport.o (or OpenTransport.n.o for Model Near) |
10 | - OpenTransportApp.o (OpenTransportApp.n.o) |
11 | - OpenTptInet.o (OpenTptInet.n.o) |
12 | |
13 | Since I cannot guarantee that cJSON never assumes 4-byte ints (which are fairly standard nowadays) I compile in 4i mode, and use the 4i versions of the standard C library and of MathLib68K. |