mirror of https://github.com/zxdos/zxuno.git
Arreglo bug (gracias a Uto) de arrancar en modo root
This commit is contained in:
parent
ed2f41ec5c
commit
152840b7b4
Binary file not shown.
|
|
@ -496,7 +496,8 @@ star20 jp z, blst
|
|||
jp z, launch
|
||||
cp $2f-$1d ;'/'
|
||||
jr nz, star20a
|
||||
ld hl, alto contia
|
||||
out ($fe), a
|
||||
ld hl, alto contia+1
|
||||
srl (hl)
|
||||
star20a cp $17-$1d ; 'Edit'
|
||||
jr nz, star19
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
cad0 defb 'Core: ',0
|
||||
cad1 defb 'http://zxuno.speccy.org', 0
|
||||
defb 'ZX-Uno BIOS v0.71', 0
|
||||
defb 'ZX-Uno BIOS v0.72', 0
|
||||
defb 'Copyleft ', 127, ' 2018 ZX-Uno Team', 0
|
||||
defb 'Processor: Z80 3.5MHz', 0
|
||||
defb 'Memory: '
|
||||
|
|
@ -37,7 +37,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.71 ', $7f, '2018 ZX-Uno Team', 0
|
||||
defb ' BIOS v0.72 ', $7f, '2018 ZX-Uno Team', 0
|
||||
ELSE
|
||||
defb 'Press <Edit> to Setup',0
|
||||
defb ' <Break> Boot Menu', 0
|
||||
|
|
@ -68,7 +68,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.71 ', $7f, '2018 ZX1 Team', 0
|
||||
defb ' BIOS v0.72 ', $7f, '2018 ZX1 Team', 0
|
||||
defs $66
|
||||
ENDIF
|
||||
cad10 defb 'Hardware tests', 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue