mirror of https://github.com/zxdos/zxuno.git
Actualizado a la última versión del core de Pong
This commit is contained in:
parent
2d8a12b147
commit
c81de1a328
|
@ -1,6 +1,6 @@
|
||||||
= ZXDOS+ and gomaDOS+ Manual
|
= ZXDOS+ and gomaDOS+ Manual
|
||||||
:author: kounch
|
:author: kounch
|
||||||
:revnumber: 1.1.7
|
:revnumber: 1.1.8
|
||||||
:doctype: book
|
:doctype: book
|
||||||
:front-cover-image: image:img/portada.jpg[]
|
:front-cover-image: image:img/portada.jpg[]
|
||||||
:email: kounch@users.noreply.github.com
|
:email: kounch@users.noreply.github.com
|
||||||
|
@ -300,7 +300,7 @@ ZX Spectrum mode key assignment, with the corresponding keypress when used simul
|
||||||
^|
|
^|
|
||||||
^|
|
^|
|
||||||
^|
|
^|
|
||||||
^|`SckLk`
|
^|`ScrLk`
|
||||||
^|
|
^|
|
||||||
^|
|
^|
|
||||||
^|
|
^|
|
||||||
|
@ -386,7 +386,7 @@ The full list of key combinations (and compatible modes) is as follows:
|
||||||
|`Ctrl+F12`
|
|`Ctrl+F12`
|
||||||
|E
|
|E
|
||||||
|Acorn/CPC
|
|Acorn/CPC
|
||||||
|`Re Pág`
|
|`PgUp`
|
||||||
|R
|
|R
|
||||||
|Acorn
|
|Acorn
|
||||||
|`PgDown`
|
|`PgDown`
|
||||||
|
@ -948,7 +948,7 @@ The file `/MSX1FPGA/config.txt` keeps the core configuration, using this format:
|
||||||
||||||
|
||||||
|
||||||
|||||+-Scanlines: 1=Enabled, 0=Disabled
|
|||||+-Scanlines: 1=Enabled, 0=Disabled
|
||||||
||||+--Turbo: 1=Initialize with turbo enabled
|
||||+--Turbo: 1=Initialize with turbo enabled
|
||||||
|||+---Color System: N=NTSC, P=PAL
|
|||+---Colour System: N=NTSC, P=PAL
|
||||||
||+----Keymap: E=English, B=Brazilian, F=Francese, S=Spanish, J=Japanese
|
||+----Keymap: E=English, B=Brazilian, F=Francese, S=Spanish, J=Japanese
|
||||||
|+-----Scandoubler(VGA): 1=Enabled, 0=Disabled
|
|+-----Scandoubler(VGA): 1=Enabled, 0=Disabled
|
||||||
+------Nextor: 1=Enabled, 0=Disabled
|
+------Nextor: 1=Enabled, 0=Disabled
|
||||||
|
@ -1195,7 +1195,7 @@ The menu offers the following options
|
||||||
|
|
||||||
- Core reset
|
- Core reset
|
||||||
- Enable o disable scanlines
|
- Enable o disable scanlines
|
||||||
- Change color palette (Colores Payaso MICOLOR)
|
- Change colour palette (Colores Payaso MICOLOR)
|
||||||
- Enable or disable PAL mode
|
- Enable or disable PAL mode
|
||||||
- Enable or disable tape loading sound (Sonido Carga Cinta)
|
- Enable or disable tape loading sound (Sonido Carga Cinta)
|
||||||
- Enable or disable audio filter (Filtro de Audio)
|
- Enable or disable audio filter (Filtro de Audio)
|
||||||
|
@ -1251,7 +1251,8 @@ Some features of this core are:
|
||||||
- Two different video modes: RGB/PAL60Hz and VGA 60Hz
|
- Two different video modes: RGB/PAL60Hz and VGA 60Hz
|
||||||
- 7 game variants
|
- 7 game variants
|
||||||
- Support for 2 or 4 players
|
- Support for 2 or 4 players
|
||||||
- Support for Joysticks
|
- Support for Joysticks, keyboard and/or mouse controls
|
||||||
|
- Several colour modes
|
||||||
|
|
||||||
==== microSD format
|
==== microSD format
|
||||||
|
|
||||||
|
@ -1286,13 +1287,17 @@ image:img/pong.jpg[pdfwidth=70%]
|
||||||
|
|
||||||
The following options are available:
|
The following options are available:
|
||||||
|
|
||||||
- Manual Serve
|
- Serve mode
|
||||||
- Ball Angle
|
- Ball Angle
|
||||||
- Ball Speed
|
- Ball Speed
|
||||||
- Paddle Size
|
- Paddle Size
|
||||||
- Sound
|
- Sound
|
||||||
- Four players
|
- Number of players
|
||||||
- Double OSD Window size
|
- Speed mode
|
||||||
|
- Angle mode
|
||||||
|
- Joystick, mouse, etc. controls
|
||||||
|
- Paddle accuracy
|
||||||
|
- Colour mode
|
||||||
- Exit
|
- Exit
|
||||||
|
|
||||||
<<<
|
<<<
|
||||||
|
|
Binary file not shown.
|
@ -1,6 +1,6 @@
|
||||||
= Manual de ZXDOS+ y gomaDOS+
|
= Manual de ZXDOS+ y gomaDOS+
|
||||||
:author: kounch
|
:author: kounch
|
||||||
:revnumber: 1.1.7
|
:revnumber: 1.1.8
|
||||||
:doctype: book
|
:doctype: book
|
||||||
:front-cover-image: image:img/portada.jpg[]
|
:front-cover-image: image:img/portada.jpg[]
|
||||||
:email: kounch@users.noreply.github.com
|
:email: kounch@users.noreply.github.com
|
||||||
|
@ -1249,7 +1249,8 @@ Algunas las características del core son:
|
||||||
- Dos modos de vídeo seleccionables: RGB/PAL60Hz y VGA 60Hz
|
- Dos modos de vídeo seleccionables: RGB/PAL60Hz y VGA 60Hz
|
||||||
- 7 tipos de juego
|
- 7 tipos de juego
|
||||||
- Soporte 2 o 4 jugadores
|
- Soporte 2 o 4 jugadores
|
||||||
- Compatible con joystick(s)
|
- Compatible con joystick(s), teclado y ratón
|
||||||
|
- Varios modos de color
|
||||||
|
|
||||||
==== Formato de Tarjeta microSD
|
==== Formato de Tarjeta microSD
|
||||||
|
|
||||||
|
@ -1284,14 +1285,18 @@ image:img/pong.jpg[pdfwidth=70%]
|
||||||
|
|
||||||
En él se pueden activar o desactivar las siguientes opciones:
|
En él se pueden activar o desactivar las siguientes opciones:
|
||||||
|
|
||||||
- Servicio manual (Manual Serve)
|
- Servicio automático o manual (Serve)
|
||||||
- Ángulo de la bola (Ball Angle)
|
- Ángulo de la bola (Ball Angle)
|
||||||
- Velocidad de la bola (Ball Speed)
|
- Velocidad de la bola (Ball Speed)
|
||||||
- Tamaño de las palas (Paddle Size)
|
- Tamaño de las palas (Paddle Size)
|
||||||
- Sonido (Sound)
|
- Sonido (Sound)
|
||||||
- Cuatro jugadores (Four players)
|
- Cuatro jugadores (Four players)
|
||||||
- Duplicar el tamaño del menún (Double OSD Window)
|
- Velocidad Aleatoria (Random Speed)
|
||||||
- Salir del menú (Exit)
|
- Ángulo Aleatorio (Random Angle)
|
||||||
|
- Control por Joystick, teclado o ratón (Joystick)
|
||||||
|
- Precisión de las palas (Paddle Accuracy)
|
||||||
|
- Modo de color (Mode)
|
||||||
|
- Salir del menú (Exit menu)
|
||||||
|
|
||||||
<<<
|
<<<
|
||||||
|
|
||||||
|
|
Binary file not shown.
BIN
doc/img/pong.jpg
BIN
doc/img/pong.jpg
Binary file not shown.
Before Width: | Height: | Size: 543 KiB After Width: | Height: | Size: 1.2 MiB |
Loading…
Reference in New Issue