Post Reply 
First python project : HP41 emulator + hints of workflow
06-13-2021, 03:29 AM (This post was last modified: 06-13-2021 01:22 PM by gfbci.)
Post: #43
RE: First python project : HP41 emulator + hints of workflow
First I would like to thank Olivier and this group for their generously shared knowledge.

Py41.e can work on G1 by editing lines 74-75 values of the py41.py file with something like:

...
aof=100 if k==-1 else 1
if aof>=500:
...

This apparently prevents the simulator from going into sleep mode when a key is released.
Don't trust my explanation, but it works!

Gianfranco

edit: Please disregard the values, what matters is to stop the increment of aof
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 - gfbci - 06-13-2021 03:29 AM



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