Advertisement
sbaldovi

fuse_man.diff

Jan 5th, 2013
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.73 KB | None | 0 0
  1. Index: man/fuse.1
  2. ===================================================================
  3. --- man/fuse.1  (revision 4850)
  4. +++ man/fuse.1  (working copy)
  5. @@ -1779,8 +1779,8 @@
  6.  .PP
  7.  .I "File, Movies, Record..."
  8.  .RS
  9. -Fuse can record movie (video and audio) into a file with special format.
  10. -This file later converted to a common video file format with
  11. +Fuse can record movie (video and audio) into a file with special format
  12. +which later can be converted to a common video file format with the
  13.  .I fmfconv
  14.  utility.
  15.  You will be prompted for a filename to save video. Please see
  16. @@ -2571,6 +2571,7 @@
  17.  .RS
  18.  The variants of the Spectrum as released by Timex in Portugal.
  19.  .RE
  20. +.PP
  21.  .I "Timex TS2068"
  22.  .RS
  23.  The variant of the Spectrum released by Timex in North America.
  24. @@ -2631,6 +2632,13 @@
  25.  section for more information.
  26.  .RE
  27.  .PP
  28. +.I "Machine, Poke Memory..."
  29. +.RS
  30. +Allow to use multiface POKEs for things such as infinite lives. See the
  31. +.B "POKE MEMORY"
  32. +section for more information.
  33. +.RE
  34. +.PP
  35.  .I "Machine, Memory Browser..."
  36.  .RS
  37.  Start the memory browser. It should be fairly obvious what this does;
  38. @@ -4068,6 +4076,46 @@
  39.  .\"
  40.  .\"------------------------------------------------------------------
  41.  .\"
  42. +.SH THE POKE MEMORY
  43. +.PP
  44. +Fuse supports multiface POKEs, allowing to modify specific memory addresses
  45. +in order to cheat (infinite lives, infinite ammo, etc.).
  46. +.PP
  47. +The `poke memory' dialog contains a list of recently loaded POKEs and some
  48. +entry boxes for adding custom POKEs:
  49. +.PP
  50. +.I Bank
  51. +.RS
  52. +Sets the 128K memory bank (values `0' to `7') or the current memory mapping
  53. +(value `8' or blank).
  54. +.RE
  55. +.PP
  56. +.I Address
  57. +.RS
  58. +Memory address to modify. Values in range 16384 to 65535 for 48K memory mode
  59. +or 0 to 65535 for 128K memory banks. GTK+ UI also accepts hex addresses.
  60. +.RE
  61. +.PP
  62. +.I Value
  63. +.RS
  64. +New value for the former address, in range 0 to 255. Value 256 means \(lqPrompt
  65. +to the user later\(rq.
  66. +.RE
  67. +.PP
  68. +It is possible to load POKEs from an external file using the
  69. +.I "File, Open..."
  70. +menu option or the drag-and-drop functionality in the GTK+ and Win32 UIs.
  71. +After loading a snapshot or tape, Fuse will try to automatically locate a
  72. +POK file with the same file name. This means that if we open `EARTHSHA.TAP',
  73. +then Fuse will try to open `EARTHSHA.POK' and `POKES/EARTHSHA.POK'. See
  74. +.IR "http://www.worldofspectrum.org/POKformat.txt"
  75. +for more details about this file format.
  76. +.PP
  77. +POKEs loaded in the list can be activated or deactivated as the user wants
  78. +and will remain in memory until a machine reset.
  79. +.\"
  80. +.\"------------------------------------------------------------------
  81. +.\"
  82.  .SH THE .DSK FORMAT
  83.  .PP
  84.  In general, disk images for the +3\ Spectrum are thought of as being in
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement