mirror of https://github.com/zxdos/zxuno.git
Actualizo a 0.82. Arreglo bug nombres largos de cores detectado por desUBIKado
This commit is contained in:
parent
2298fd475b
commit
dee6b925b6
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1922,7 +1922,7 @@ roms20 push ix
|
|||
call_prnstr
|
||||
IF vertical=0
|
||||
ld bc, $040c
|
||||
ld hl, $20ff
|
||||
ld hl, $1fff
|
||||
call inputs
|
||||
ld hl, $1708
|
||||
ld de, $0708
|
||||
|
@ -2295,7 +2295,7 @@ twaitk jp nz, waitky
|
|||
ld de, $1201
|
||||
call window
|
||||
ld bc, $080b
|
||||
ld hl, $20ff
|
||||
ld hl, $1fff
|
||||
call inputs
|
||||
ld a, (items)
|
||||
add a, empstr&$ff
|
||||
|
|
|
@ -4,7 +4,7 @@ cad1 defb 'http://zxuno.speccy.org', 0
|
|||
ELSE
|
||||
cad1 defb 'http://zxdos.forofpga.es', 0
|
||||
ENDIF
|
||||
defb 'ZX-Uno BIOS v0.81', 0
|
||||
defb 'ZX-Uno BIOS v0.82', 0
|
||||
defb 'Copyleft ', 127, ' 2020 ZX-Uno Team', 0
|
||||
defb 'Processor: Z80 3.5MHz', 0
|
||||
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
|
||||
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.81 ', $7f, '2020 ZX-Uno Team', 0
|
||||
defb ' BIOS v0.82 ', $7f, '2020 ZX-Uno Team', 0
|
||||
ELSE
|
||||
defb 'Press <Edit> to Setup',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
|
||||
defb $11, $11, $11, $11
|
||||
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
|
||||
ENDIF
|
||||
cad10 defb 'Hardware tests', 0
|
||||
|
|
Loading…
Reference in New Issue