Herramientas de usuario

Herramientas del sitio


informatica:software:dosbox

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
informatica:software:dosbox [2021/08/05 12:49] – [Imagen ISO] tempwininformatica:software:dosbox [2022/03/18 16:05] (actual) – [DOSBox] tempwin
Línea 5: Línea 5:
   * [[https://www.dosbox.com/|Web oficial]]   * [[https://www.dosbox.com/|Web oficial]]
  
 +<WRAP center round important 60%>
 +Las notas de esta página están centradas en la versión **0.74** de DOSBox
 +</WRAP>
  
 +Disponible para:
 +
 +  * Linux
 +  * macOS
 +  * Windows
 ===== Configuración ===== ===== Configuración =====
  
Línea 26: Línea 34:
 | Aumentar frameskip                | <kbd>C-F8</kbd>   | | Aumentar frameskip                | <kbd>C-F8</kbd>   |
 | Capturar/liberar ratón            | <kbd>C-F10</kbd>   | | Capturar/liberar ratón            | <kbd>C-F10</kbd>   |
 +| Abrir el mapa de caracteres       | <kbd>C-F1</kbd>  |
 +| Alternar entre imágenes montadas de disquete/CD  | <kbd>C-F4</kbd>  |
 +| Empezar/finalizar grabación de pantalla  | <kbd>C-A-F5</kbd>  |
 +| Captura de pantalla               | <kbd>C-F5</kbd>  |
 +| Empezar/finalizar grabación sonido  | <kbd>C-F6</kbd>  |
 +| Matar DOSBox                       | <kbd>C-F9</kbd>  |
 +| Ralentizar emulación               | <kbd>C-F11</kbd>  |
 +| Acelerar emulación                 | <kbd>C-F12</kbd>  |
 +| Desbloquear volocidad (botón Turbo)  | <kbd>A-F12</kbd>  |
  
-CTRL-F1 Start the keymapper. 
-CTRL-F4 Change between mounted floppy/CD images. Update directory cache for all drives. 
-CTRL-ALT-F5 Start/Stop creating a movie of the screen. (avi video capturing) 
-CTRL-F5 Save a screenshot. (PNG format) 
-CTRL-F6 Start/Stop recording sound output to a wave file. 
-CTRL-ALT-F7 Start/Stop recording of OPL commands. (DRO format) 
-CTRL-ALT-F8 Start/Stop the recording of raw MIDI commands. 
- 
-CTRL-F9 Kill DOSBox. 
-CTRL-F10 Capture/Release the mouse. 
-CTRL-F11 Slow down emulation (Decrease DOSBox Cycles). 
-CTRL-F12 Speed up emulation (Increase DOSBox Cycles)*. 
-ALT-F12 Unlock speed (turbo button/fast forward)**. 
-F11, ALT-F11 (machine=cga) change tint in NTSC output modes*** 
-F11 (machine=hercules) cycle through amber, green, white colouring*** 
  
 ===== Montar imágenes de disco ===== ===== Montar imágenes de disco =====
  
-Se utiliza el programa **imgmount** +Para poder montar imágenes discos duros o de CD/DVD, DOSBox incluye la utilidad **imgmount**
 ==== Imagen ISO ==== ==== Imagen ISO ====
 +
 +Primero montamos la ruta que contiene las imágenes ISO y luego montamos la propia imagen en la unidad D:
  
 <code> <code>
-Z:>mount c "c:\images+Z:>mount c "/home/tempwin/isos
-Z:>imgmount d c:\mr2_cd1.iso c:\mr2_cd2.iso -t iso+Z:>imgmount d c:\juego.iso -t iso
 Z:>d: Z:>d:
 D:> D:>
Línea 58: Línea 61:
  
 <code> <code>
-Z:>mount c "/tmp+Z:>mount c "/home/tempwin/imagenes
-Z:>imgmount d "/tmp/cdimg.cue" -t iso -fs iso+Z:>imgmount d "c:\juegos\juego.cue" -t iso -fs iso
 Z:>d: Z:>d:
 D:> D:>
informatica/software/dosbox.1628160564.txt.gz · Última modificación: por tempwin