Skip to content

Emulator for Soyuz-Neon PK-11/16, Qt version, WIP 🚧

License

Notifications You must be signed in to change notification settings

nzeemin/neonbtl-qt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neonbtl-qt

License: LGPL v3 Build Status

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.

Как запустить под Linux

Собрать из исходников

  1. Установить пакеты: Qt 5
    sudo apt install qtbase5-dev qt5-qmake
  2. Скачать исходники: либо через
    git clone https://github.com/nzeemin/neonbtl-qt.git
    либо скачать как .zip и распаковать
  3. Выполнить команды:
    cd emulator
    qmake "CONFIG+=release" QtNeonBtl.pro
    make
  4. Дать права на выполнение: chmod +x QtNeonBtl
  5. Запустить QtNeonBtl

Используя готовый AppImage

  1. Зайти в Releases найти последний AppImage-релиз и скачать *.AppImage файл
  2. Дать права на выполнение: chmod +x NeonBTL_Qt-xxxxxxx-x86_64.AppImage (подставить тут правильное название AppImage файла)
  3. Запустить AppImage файл