Post Reply 
First python project : HP41 emulator + hints of workflow
05-23-2021, 11:47 AM (This post was last modified: 05-23-2021 11:48 AM by Oulan.)
Post: #12
RE: First python project : HP41 emulator + hints of workflow
Hi, new release (V.1) see.
  • Now a config.py script for configuration Wink (see current config when running with 'Help' key)
  • Better Timer support
  • .MOD modules format support added for ALL stuff (even system)
  • Some .MODs in the apps (see the list with 'shift' Help)
  • Hepax support added BUT load the rom in an ODD page and use only ONE 8kword ram module (see examples in config.py). Ram is relocated at load (you can change the port at will)
  • ...
The keymap is a real problem, but very difficult to solve ... as Prime and 41 key do not have the same primary, secondary and alpha mapping ... converting on the fly is already done but taking all case into account is NOT possible:
Ie. when 'GETKEY' is used in a program, depending of the displayed message or program, the meaning is either a digit entry or an alpha entry ... (ie Y/N ... or 0..9). The keymapping is different but I can not guess which one to use Wink
Same problem arise in system rom ... it can be sometime guessed but with all the different roms existing ...

Anyway, happy testing Smile

Btw this is a TRUE hardware emulator, so the goose is included Wink (try synthetic programing if you want to be sure)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: First python project - Vincent Weber - 05-16-2021, 01:17 PM
RE: First python project - ggauny@live.fr - 05-16-2021, 05:23 PM
RE: First python project - tcab - 05-17-2021, 12:00 AM
RE: First python project : HP41 emulator + hints of workflow - Oulan - 05-23-2021 11:47 AM



User(s) browsing this thread: 1 Guest(s)