summaryrefslogtreecommitdiff
path: root/emulators/fceu/patches/patch-aa
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-07-19 18:37:14 +0000
committerwiz <wiz@pkgsrc.org>2004-07-19 18:37:14 +0000
commit0eb4418ae26fc492901076729aaac0a1a6faa247 (patch)
treea995f83b6e376ed501f9a155cce5b14285f4e165 /emulators/fceu/patches/patch-aa
parentbe3f4d94af77e828452cba6451136c5491b3e6db (diff)
downloadpkgsrc-0eb4418ae26fc492901076729aaac0a1a6faa247.tar.gz
Initial import of FCE Ultra, a Nintendo Entertainment System and
Famicom emulator. FCE Ultra is an NTSC and PAL Famicom/NES emulator for various platforms. It is based upon Bero's original FCE source code. Current features include good PPU, CPU, pAPU, expansion chip, and joystick emulation. Also a feature unique to this emulator (at the current time) is authentic Game Genie emulation. Save states and snapshot features also have been implemented.
Diffstat (limited to 'emulators/fceu/patches/patch-aa')
-rw-r--r--emulators/fceu/patches/patch-aa17
1 files changed, 17 insertions, 0 deletions
diff --git a/emulators/fceu/patches/patch-aa b/emulators/fceu/patches/patch-aa
new file mode 100644
index 00000000000..12a6bbe1501
--- /dev/null
+++ b/emulators/fceu/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/07/19 18:37:15 wiz Exp $
+
+Make default keys match documentation.
+
+--- src/drivers/pc/input.c.orig 2004-05-17 01:48:26.000000000 +0200
++++ src/drivers/pc/input.c
+@@ -286,8 +286,8 @@ static void KeyboardCommands(void)
+ ButtConfig GamePadConfig[4][10]={
+ /* Gamepad 1 */
+ {
+- MK(KP3), MK(KP2), MK(TAB), MK(ENTER), MK(W),MK(Z),
+- MK(A), MK(S), MKZ(), MKZ()
++ MK(LEFTALT), MK(LEFTCONTROL), MK(TAB), MK(ENTER), MK(CURSORUP),
++ MK(CURSORDOWN), MK(CURSORLEFT), MK(CURSORRIGHT), MKZ(), MKZ()
+ },
+
+ /* Gamepad 2 */