From fd9f26d55558ff6b834fd496627f8fcbeb77e2da Mon Sep 17 00:00:00 2001 From: antoniovillena Date: Fri, 30 Jun 2017 20:53:09 +0200 Subject: [PATCH] Actualizo firmware a 0.63. Corrige el bug en EXP25 (pone la frecuencia a 14MHz en lugar de 28MHz). --- firmware/FIRMWARE.ZX1 | Bin 16384 -> 16384 bytes firmware/firmware.asm | 4 ++-- firmware/strings.asm | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/firmware/FIRMWARE.ZX1 b/firmware/FIRMWARE.ZX1 index 64138ca21053abb4e0f6c7f4e2e42bbcea65c9df..19bbfc0dcfec8e685f40fcd58a2426e7fa29b261 100644 GIT binary patch delta 23 ecmZo@U~Fh$+~C5<*s$4^QAv)`cyosQ3(dG>K843Vdkp~w5 diff --git a/firmware/firmware.asm b/firmware/firmware.asm index fe9da17..46e3569 100644 --- a/firmware/firmware.asm +++ b/firmware/firmware.asm @@ -249,8 +249,8 @@ start ld bc, chrend-sdtab rrca ld a, h adc a, a - or $c0 - ld (scnbak), a ; lo pongo a 28Mhz + or $80 + ld (scnbak), a ; lo pongo a 14Mhz out (c), a ld de, fincad-1 ; descomprimo cadenas ld hl, sdtab-1 diff --git a/firmware/strings.asm b/firmware/strings.asm index ead721b..ff42e53 100644 --- a/firmware/strings.asm +++ b/firmware/strings.asm @@ -1,6 +1,6 @@ cad0 defb 'Core: ',0 cad1 defm 'http://zxuno.speccy.org', 0 - defm 'ZX-Uno BIOS v0.62', 0 + defm 'ZX-Uno BIOS v0.63', 0 defm 'Copyleft ', 127, ' 2017 ZX-Uno Team', 0 defm 'Processor: Z80 3.5MHz', 0 defm 'Memory: 512K Ok', 0 @@ -35,7 +35,7 @@ cad8 defm $10, ' ', $10, ' ', $10, 0 cad9 defb $14, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11 defb $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $18, $11 defb $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $15, 0 - defb ' BIOS v0.62 ', $7f, '2017 ZX-Uno Team', 0 + defb ' BIOS v0.63 ', $7f, '2017 ZX-Uno Team', 0 cad10 defb 'Hardware tests', 0 defb $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11 defb $11, $11, $11, $11, 0