diff --git a/Makefile.win b/Makefile.win index 079e2cd..3e5eebd 100644 --- a/Makefile.win +++ b/Makefile.win @@ -152,7 +152,7 @@ dist: $(BUILD) cp sound/select_LE.raw $@/fbzx-wii/fbzx cp sound/unselect_LE.raw $@/fbzx-wii/fbzx cp fbzx.net $@/fbzx-wii - cp AMSTRAD CAPABILITIES COPYING FAQ README README.TZX VERSIONS VERSIONS.wii $@/fbzx-wii/doc + cp AMSTRAD CAPABILITIES COPYING FAQ README README.TZX VERSIONS VERSIONS.wii README_WIN.txt $@/fbzx-wii/doc touch $@/fbzx-wii/tapes/dummy touch $@/fbzx-wii/snapshots/dummy touch $@/fbzx-wii/microdrives/dummy diff --git a/README_WIN.txt b/README_WIN.txt new file mode 100644 index 0000000..56e40eb --- /dev/null +++ b/README_WIN.txt @@ -0,0 +1,53 @@ +FBZX Wii was written to run on WII, for testing purpose FBZX Wii was adapted +to run also on Windows. Anyhow the windows version is yet usable. + +These are the basic instructions: + +fbzx-wii.exe starts the program with the default configurations. +fbzx-wii.exe -h for help +fbzx-wii.exe -turbo3 -fs -db -hw for full screen and very fast tape loading. + +You can try with higher values for turbo until you hear cracked sound. + +The wiimote pointer is emulated by the mouse pointer. + +FBZX Wii has two GUIs: one is derived from FBZX and the other one is Wii specific. + + +************* +FBZX WII Menu +************* + +Menu key (it is the key near CTRL Rigth) or gamepad 7 key 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 (if depends on the selected option). + +* In menu +Gamepad pad or keyboard keys for menu navigation. +Gamepad button 1 or Enter key to select. +Gamepad button 1 button 2 or ESC key to step back. + +* In Game +Gamepad pad for the yostick emulation. +Gamepad button 1 for fire. + +These are the associations between gamepad and Wii controllers keys: + +Gamepad -------- WII +1 Wiimote A Button +2 Wiimote B Button +3 Wiimote 1 Button +4 Wiimote 2 Button +5 Wiimote - Button +6 Wiimote + Button +7 Wiimote HOME Button +8 Nunchuck Z Button +9 Nunchuck C Button + +****************** +Original FBZX Menu +****************** +F1-F12 to access the original FBZX (not Wii) menu (not all the features are available here). +F1 key to access FBZX help menu. + + \ No newline at end of file