summaryrefslogtreecommitdiff
path: root/emulators/vice/patches/patch-be
diff options
context:
space:
mode:
authordillo <dillo>2004-08-31 15:53:09 +0000
committerdillo <dillo>2004-08-31 15:53:09 +0000
commit7e7b1f9bc1151fcfb573f62b93dd420317abc790 (patch)
treed1815d4e0555b28a0f46ea14c166ce1d9a27ad60 /emulators/vice/patches/patch-be
parent7c1063b8a872971710cce43a40e5d93a87500243 (diff)
downloadpkgsrc-7e7b1f9bc1151fcfb573f62b93dd420317abc790.tar.gz
update to 1.15:
** General - Improved event recording and playback. ** C64 changes - Fixed some CPU opcodes. - Added support for Magic Formel cart (preliminary). - Improved TFE cart emulation. - Fixed Final Cartridge III freeze bug. ** VIC20 changes - Four true drives are supported now. - The sound code has been rewritten. ** PLUS4 changes - Added cartridge support. ** VIC-II - Improved IRQ timing during DMA. ** Unix Changes - Improved ROM set support. - Added TFE and IDE64 cart support. - Fixed crash on 64bit archs. - Added BSD USB joystick support. - Complete rework of french translation. Credits to Paul (alias Kaddict)! ** Miscellaneous changes - Made fsdevice emulation to list non-PRG files again. - Improved REL file handling of the virtual drive emulation. - Fixed some bugs in the petcat tokenizer.
Diffstat (limited to 'emulators/vice/patches/patch-be')
-rw-r--r--emulators/vice/patches/patch-be19
1 files changed, 0 insertions, 19 deletions
diff --git a/emulators/vice/patches/patch-be b/emulators/vice/patches/patch-be
deleted file mode 100644
index e239aeec1fe..00000000000
--- a/emulators/vice/patches/patch-be
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-be,v 1.1 2004/07/26 17:22:40 dillo Exp $
-
---- src/arch/unix/vic20ui.c.orig Sat Nov 29 22:32:19 2003
-+++ src/arch/unix/vic20ui.c
-@@ -309,6 +309,14 @@ static ui_menu_entry_t set_joystick_devi
- (ui_callback_t)set_joystick_device,
- (ui_callback_data_t)JOYDEV_DIGITAL_1, NULL },
- #endif
-+#ifdef HAS_USB_JOYSTICK
-+ { N_("*USB Joystick 0"),
-+ (ui_callback_t)set_joystick_device,
-+ (ui_callback_data_t)JOYDEV_USB_0, NULL },
-+ { N_("*USB Joystick 1"),
-+ (ui_callback_t)set_joystick_device,
-+ (ui_callback_data_t)JOYDEV_USB_1, NULL },
-+#endif
- #endif
- { NULL }
- };