Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.09 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.09 KB

PrimU

WARNING THIS IS OBSOLETE. SUPERCEDED BY https://github.com/Gigi1237/qemuPrime

PrimU is a prototype emulator for the HP Prime calculator based on Unicorn Engine.

The program is currently so early in development that there are essentially no features implemented. PrimU is currently targeting HP Prime Firmware version 20130808 as it contains the most debugging information.

Compiling

Visual Studio 2015 is needed for compilation.

Just open PrimU.sln and build.

Running

In order to run PrimU one must first extract the armfir.elf file from the 201308080 firmware update for the calculator. This can be done by mounting the FAT-16 filesystem present present at an 8kb offset inside the APPDISK.DAT file from the firmware update. See this wiki for more information.

Once the file is extracted, PrimU can be run with the following command:

PrimU.exe [path/to/armfir.elf]

License

This project is released under the GPL license.