Neon Back to Life! is an emulator of Soviet computer Sojuz-Neon PK 11/16. This computer was manufactured in 1991-1992 at the "Kvant" plant in Zelenograd (near Moscow), and a total of 200-1000 units were produced.
Soyuz-Neon is based on the N1806VM2 processor, so it is partially compatible with machines such as DVK, UKNC, NEMIGA, and in general inherits the instruction set and architecture from the DEC PDP-11 line of machines.
This repository is for Qt version of the NeonBTL emulator.
Emulator status: Work in progress.
- Установить пакеты: Qt 5
sudo apt install qtbase5-dev qt5-qmake
- Скачать исходники: либо через
git clone https://github.com/nzeemin/neonbtl-qt.git
либо скачать как .zip и распаковать - Выполнить команды:
cd emulator
qmake "CONFIG+=release" QtNeonBtl.pro
make
- Дать права на выполнение:
chmod +x QtNeonBtl
- Запустить
QtNeonBtl
- Зайти в Releases найти последний AppImage-релиз и скачать
*.AppImage
файл - Дать права на выполнение:
chmod +x NeonBTL_Qt-xxxxxxx-x86_64.AppImage
(подставить тут правильное название AppImage файла) - Запустить AppImage файл