Skip to content

cloudpilot-emu/cp-uarm

Repository files navigation

This is the CloudpilotEmu fork of Dmitry Grinberg's uARM. The codebase currently supports only the Tungsten E2. The goal is to rework and optimize uARM to the point where it can be integrated in CloudpilotEmu.

Try it

You can try a live build of the current code here. You'll need Tungsten E2 NAND and NOR images (for example from PalmDB, and you can mount an optional SD card image.

Building

If necessary, copy Makefile.local.example to Makefile.local and adjust it to your liking. You also need to install libsdl2-dev and libsdl2-image-dev. Then do

    $ make -Csrc

to build the native binary.

LICENSE

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Releases

No releases published

Packages

No packages published