pete-gordon / oricutron

Portable Oric-1/Atmos/Telestrat and Pravetz 8D emulator
http://www.petergordon.org.uk/oricutron/
GNU General Public License v2.0
69 stars 25 forks source link

Debugger doesn't permit keys to be tracked #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Enter debugger for project that expects a key to be pressed. The debugger 
does not allow a key to be tracked.
There should be a facility to allow a key to be entered in the debugger 
such as a monitor command like KEY L.

Using Oricutron 0.4 under windows build

Original issue reported on code.google.com by Jonathan...@gmail.com on 18 Feb 2010 at 6:35

Godzil commented 8 years ago

That could be an interesting feature, but I fear not that easy to implement, as a key is not an atomic event on the oric. What could be done is to have a "KEY X PRESS" "KEY X RELEASE" but clearly not something that will then directly took as a key being hit.