Home

Awesome

uknc-desolate

Ported Desolate game from TI-83 Plus calculator to soviet computer UKNC (УКНЦ).

License: MIT

Thanks a lot to tr1p1ea for the original game! Thanks to zx-pk.ru forum members for all the help and support!

The main challenge was to convert ~4K lines of Z80 assembly code to PDP-11 MACRO assembler, in other words, to convert all the code to very different processor. Plus the usual stuff like difference in video and input. So the work took like 18 days to convert the code and fix all the bugs found.

Controls to use in the game:

Play the game online using UKNCBTL WASM emulator: https://nzeemin.github.io/ukncbtl-wasm/index.html?state=https://nzeemin.github.io/ukncbtl/desolate.uknc&run=1

The original game

Written by Patrick Prendergast (tr1p1ea) for TI-83/TI-84 calculators.

Links:

To run the game on Wabbitemu emulator:

  1. Run Wabbitemu, select ROM file
  2. File Open DesData.8xp
  3. <kbd>MEM</kbd>, select Archive; <kbd>PRGM</kbd>, select DesData; <kbd>ENTER</kbd>
  4. File Open Desolate.8xp
  5. File Open MIRAGEOS.8xk
  6. <kbd>APPS</kbd> select MirageOS
  7. Select Main > Desolate

Tools used to develop the port

Emulators of the machine, to test the result:

Links