diff --git a/Makefile.wii b/Makefile.wii index 00c1e54..5e93e24 100644 --- a/Makefile.wii +++ b/Makefile.wii @@ -145,7 +145,7 @@ dist: $(BUILD) cp sound/select_BE.raw $@/fbzx-wii/fbzx cp sound/unselect_BE.raw $@/fbzx-wii/fbzx cp fbzx.net $@/fbzx-wii - cp AMSTRAD CAPABILITIES COPYING FAQ README README.TZX VERSIONS VERSIONS.wii $@/apps/fbzx-wii/doc + cp AMSTRAD CAPABILITIES COPYING FAQ README VERSIONS.wii $@/apps/fbzx-wii/doc cp allophones/*.* $@/fbzx-wii/fbzx/allophones touch $@/fbzx-wii/tapes/dummy touch $@/fbzx-wii/snapshots/dummy diff --git a/README b/README index a6b0529..0870511 100644 --- a/README +++ b/README @@ -43,7 +43,8 @@ FEATURES - Support for SE Basic - FTP client for loading games from internet repositories (e.g. WOS). - Emulates up to 2 joysticks of types: Kempston, Cursor, Fuller , Sinclair1, Sinclair2 and QAOP. -- All the wiimote, nunchuck and classic controller buttons and joypads are fully configurable. +- Support for gamecube and WIIU PRO controllers +- All the wiimote, nunchuck, classic controller and gamcucube controller buttons and joypads are fully configurable. - IR Virtual keyboard support. - Emulates Interface I, Interface II and Microdrive. - Emulates ULAPlus. diff --git a/README_WIN.txt b/README_WIN.txt index fe94660..133bb42 100644 --- a/README_WIN.txt +++ b/README_WIN.txt @@ -19,7 +19,7 @@ FBZX Wii has two GUIs: one is derived from the original FBZX and the other one i FBZX WII Menu ************* -Menu key (it is the key near CTRL Rigth) or gamepad button 7 to access FBZX Wii menu. +Home key or gamepad button 7 to access FBZX Wii menu. Left ALT key to toggle Full Screen. The virtual keyboard is accessed passing the mouse on the screen or through CTRL Rigth or gamepad button 6 (it depends on the auto virtual ketboard option). diff --git a/VERSIONS.wii b/VERSIONS.wii index 00d9752..0bdcd76 100644 --- a/VERSIONS.wii +++ b/VERSIONS.wii @@ -1,3 +1,11 @@ +version 15: + * Added WIIU PRO controller support + * Added Gamecube controller support + * Fast up and down menu scrolling with the second joystick + * Fixed bug in D-Right conf + + -- Fabio Olimpieri May 12 2017 + version 14: * Added RZX support (play, record, add bookmark, edit, browsing) in tool menu * Preview screen auto extracted from tap, tzx, sna, z80 and rzx files diff --git a/meta.xml b/meta.xml index b745145..2e4820c 100644 --- a/meta.xml +++ b/meta.xml @@ -2,8 +2,8 @@ FBZX Wii Oibaf (Fabio Olimpieri) - 14.0 - 20150629 + 15.0 + 20170512 ZX Spectrum Emulator A ZX Spectrum emulator. The project is based on FBZX originally written by Sergio Costas (http://www.rastersoft.com/fbzx.html). diff --git a/src/menus.c b/src/menus.c index 7fa32a2..4499789 100644 --- a/src/menus.c +++ b/src/menus.c @@ -336,7 +336,7 @@ void help_menu() { clean_screen(); - print_string(fbuffer,"FBZX Wii (14.0)",-1,20,15,0,ancho); + print_string(fbuffer,"FBZX Wii (15.0)",-1,20,15,0,ancho); print_string(fbuffer,"Available keys",-1,50,14,0,ancho); print_string(fbuffer,"Shift:Caps Shift Ctrl:Symbol Shift",-1,95,11,0,ancho);