aac9d2d5b6
Provided in PR 12134 by Jens A Nilsson <jens@subzero.campus.luth.se> This emulator is capable of providing a faithful replication of the HP48. In order to do so, it requires a copy of the ROM software from YOUR calculator. In order to avoid breaking copyright laws, and upsetting HP, you MUST BE THE PROUD OWNER OF AN HP48 before running this program. Of course you can run this program without a copy of the ROM software in order to write trivial machine code programs but you will not be able to access any of the calculator functionality. WWW: http://home.earthlink.net/~rmmlgetz/
13 lines
311 B
Text
13 lines
311 B
Text
$NetBSD: patch-af,v 1.1.1.1 2001/04/27 14:56:27 agc Exp $
|
|
|
|
--- src/x48_x11.c.orig Sun Feb 4 18:33:36 2001
|
|
+++ src/x48_x11.c
|
|
@@ -3605,6 +3605,8 @@
|
|
break;
|
|
case XK_Alt_L:
|
|
case XK_Alt_R:
|
|
+ case XK_Meta_L:
|
|
+ case XK_Meta_R:
|
|
key_event(BUTTON_ALPHA, xev);
|
|
wake = 1;
|
|
break;
|