项目作者: opcod3

项目描述 :
PrimU is an emulator for the HP Prime calculator.
高级语言: C++
项目地址: git://github.com/opcod3/PrimeU.git
创建时间: 2017-02-01T19:54:32Z
项目社区:https://github.com/opcod3/PrimeU

开源协议:GNU General Public License v2.0

下载


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:

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

License

This project is released under the GPL license.