Actualizo a 0.82. Arreglo bug nombres largos de cores detectado por desUBIKado

This commit is contained in:
antoniovillena 2020-08-27 13:05:02 +02:00
parent 2298fd475b
commit dee6b925b6
6 changed files with 5 additions and 5 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1922,7 +1922,7 @@ roms20 push ix
call_prnstr call_prnstr
IF vertical=0 IF vertical=0
ld bc, $040c ld bc, $040c
ld hl, $20ff ld hl, $1fff
call inputs call inputs
ld hl, $1708 ld hl, $1708
ld de, $0708 ld de, $0708
@ -2295,7 +2295,7 @@ twaitk jp nz, waitky
ld de, $1201 ld de, $1201
call window call window
ld bc, $080b ld bc, $080b
ld hl, $20ff ld hl, $1fff
call inputs call inputs
ld a, (items) ld a, (items)
add a, empstr&$ff add a, empstr&$ff

View File

@ -4,7 +4,7 @@ cad1 defb 'http://zxuno.speccy.org', 0
ELSE ELSE
cad1 defb 'http://zxdos.forofpga.es', 0 cad1 defb 'http://zxdos.forofpga.es', 0
ENDIF ENDIF
defb 'ZX-Uno BIOS v0.81', 0 defb 'ZX-Uno BIOS v0.82', 0
defb 'Copyleft ', 127, ' 2020 ZX-Uno Team', 0 defb 'Copyleft ', 127, ' 2020 ZX-Uno Team', 0
defb 'Processor: Z80 3.5MHz', 0 defb 'Processor: Z80 3.5MHz', 0
defb 'Memory: ' defb 'Memory: '
@ -41,7 +41,7 @@ cad8 defb $10, ' ', $10, ' ', $10, 0
cad9 defb $14, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11 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, $18, $11
defb $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $15, 0 defb $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $15, 0
defb ' BIOS v0.81 ', $7f, '2020 ZX-Uno Team', 0 defb ' BIOS v0.82 ', $7f, '2020 ZX-Uno Team', 0
ELSE ELSE
defb 'Press <Edit> to Setup',0 defb 'Press <Edit> to Setup',0
defb ' <Break> Boot Menu', 0 defb ' <Break> Boot Menu', 0
@ -72,7 +72,7 @@ cad8 defb $10, ' ', $10, 0
cad9 defb $14, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11 cad9 defb $14, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11
defb $11, $11, $11, $11 defb $11, $11, $11, $11
defb $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $15, 0 defb $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $11, $15, 0
defb ' BIOS v0.81 ', $7f, '2020 ZX1 Team', 0 defb ' BIOS v0.82 ', $7f, '2020 ZX1 Team', 0
defs $66 defs $66
ENDIF ENDIF
cad10 defb 'Hardware tests', 0 cad10 defb 'Hardware tests', 0