CenturionJS is a emulator for a Centurion Minicomputer written in Javascript.
git clone https://github.com/DracoDrake/CenturionJS
cd CenturionJS
npm install --dev
npm run build
-
Download ROM bin files into a 'roms' folder from https://github.com/phire/centurion_isa/tree/main/roms
bootstrap_unscrambled.bin
Diag_F1_Rev_1.0.BIN
Diag_F2_Rev_1.0.BIN
Diag_F3_Rev_1.0.BIN
Diag_F4_1133CMD.BIN
-
From the main folder, run 'node ./build/Emulator.js'
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- Alan Cox [ https://github.com/EtchedPixels ]
- Chris Giorgi
- tergav17 (Gavin)
- Nakazoto(UsagiElectric) [ https://github.com/Nakazoto/CenturionComputer/wiki ]
- Ken Romaine
This was all started by Nakazoto(UsagiElectric) buying a Centruion Minicomputer.
Here are his videos, documenting the journey.
GPL-2.0