-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2020-04-15 Ver. 1.1.0 -------------------------------------------------------------------------------- - Ahora el menú recuerda la opción selecciona al volver desde un test. - Añadida la segunda página al menú de selección de test. - Optimizados los textos de los menus, ahorrando 420 bytes. - Añadido el soporte para el teclado francés (AZERTY) en el test de teclado. (Se realiza la deteccion automática al iniciarse el programa) - Añadido el test de color del monitor - El programa ahora reserva 4096 bytes de memoria para variables y las ubica en la dirección más alta disponible ($E380) - Añadida la opción para mostrar la información del sistema. Por ahora muestra el modelo de MSX, la cantidad de VRAM instalada y la distribución del teclado. - Pantalla del menú reestructurada. - Corregido un bug en el test de sprites que causaba una corrupción aleatoria en el área de variables al usarse. - Se ha cambiado la combinación de teclas para salir del menú de test del teclado (ahora es SHIFT + ESC) para facilitar el uso en emuladores.
- Loading branch information
1 parent
edfeee7
commit 89530b0
Showing
33 changed files
with
352 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.