summaryrefslogtreecommitdiff
path: root/emulators/uae/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/uae/patches/patch-aj')
-rw-r--r--emulators/uae/patches/patch-aj13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/uae/patches/patch-aj b/emulators/uae/patches/patch-aj
new file mode 100644
index 00000000000..c0af91f5cf3
--- /dev/null
+++ b/emulators/uae/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2007/04/04 17:36:17 joerg Exp $
+
+--- src/ncurses.c.orig 2007-04-04 16:37:10.000000000 +0000
++++ src/ncurses.c
+@@ -596,7 +596,7 @@ void handle_events(void)
+ if (ch == 16) --lastmy; /* ^P */
+ if (ch == 11) {buttonstate[0] = keydelay;ch = 0;} /* ^K */
+ if (ch == 25) {buttonstate[2] = keydelay;ch = 0;} /* ^Y */
+- if (ch == 15) uae_reset (); /* ^O */
++ if (ch == 15) uae_reset (1); /* ^O */
+ if (ch == 17) uae_quit (); /* ^Q */
+ if (ch == KEY_F(1)) {
+ curses_insert_disk();