Close

Simple GUI program for configuration & uploading

A project log for ROM-emulator

Emulate a small size ROM with a RAM and Arduino with Intel-HEX interface

fjkraanfjkraan 07/21/2024 at 10:450 Comments

Just now I added a simple python3/wxWidgets program to the GitHub page (https://github.com/electrickery/ROM-emulator?tab=readme-ov-file) for those with a command-line allergy. It is still quite rough, and only really tested on my Linux system, but should work for Windows and MacOS too, as it is based on the wxTerminal.

It assumes versions of Python3 and python-wx are installed on the system.

It is very basic, but it finds and configures the serial port at startup, and has a nice File > Download Hex file menu option. It even lists the help text with Help > Help!

Some issues in version 0.1:

Discussions