Firmware 0.86.

-Cambio bit de splitter a devctrl2 bit 5
-Añado nuevos layouts de teclado generados por desubikado
This commit is contained in:
antoniovillena 2022-02-04 21:51:52 +01:00
parent ddf92b536d
commit 24d87411bb
6 changed files with 15 additions and 18 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -475,15 +475,7 @@ star16 djnz star18
star17 ld hl, (joykey)
inc h
inc l
IF version=1
ld a, (split)
rlca
rlca
rlca
or h
ELSE
ld a, h
ENDIF
rlca
rlca
rlca
@ -494,6 +486,13 @@ star17 ld hl, (joykey)
out (c), d
inc b
out (c), a
IF version=1
ld a, (split)
rrca
rrca
rrca
ld (alto contib+1), a
ENDIF
ld a, (cpuspd)
rrca
rrca
@ -543,8 +542,6 @@ star20a cp $72-$1d ; 'r'
jr nz, star20b
out ($fe), a
ld (hl), %11111101
ld a, %00000111
ld (contib+1), a
star20b cp $17-$1d ; 'Edit'
jr nz, star19
ELSE
@ -4637,16 +4634,16 @@ contia and %11111111
out (c), a
dec b
ld a, dev_control2
contib or %00000000
out (c), a
inc b
ld a, (grapmo)
srl a
jr c, contic
jr c, contib
ld a, 7 ; Resv Resv Resv Resv Resv DIRADAS DITIMEX DIULAPLUS
jr z, contic
jr z, contib
ld a, (ix+4)
contic out (c), a
contib or %00000000
out (c), a
rst 0
ENDIF
; -------------------------------------

View File

@ -4,8 +4,8 @@ cad1 defb 'http://zxuno.speccy.org', 0
ELSE
cad1 defb 'http://zxdos.forofpga.es', 0
ENDIF
defb 'ZX-Uno BIOS v0.85', 0
defb 'Copyleft ', 127, ' 2021 ZX-Uno Team', 0
defb 'ZX-Uno BIOS v0.86', 0
defb 'Copyleft ', 127, ' 2022 ZX-Uno Team', 0
defb 'Processor: Z80 3.5MHz', 0
defb 'Memory: '
cadmem defb '512K Ok', 0
@ -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.85 ', $7f, '2021 ZX-Uno Team', 0
defb ' BIOS v0.86 ', $7f, '2022 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.85 ', $7f, '2021 ZX1 Team', 0
defb ' BIOS v0.86 ', $7f, '2022 ZX1 Team', 0
defs $66
ENDIF
cad10 defb 'Hardware tests', 0

Binary file not shown.