1
0
mirror of https://github.com/UzixLS/zx-sizif-xxs.git synced 2025-07-18 23:01:40 +03:00

magic rom: swap panning abc and acb positions

This commit is contained in:
UzixLS
2021-06-18 22:58:24 +03:00
parent ca42c05ce6
commit 6485cd0b97
6 changed files with 16 additions and 16 deletions

View File

@ -19,7 +19,7 @@ _reserv0 DB 0
_reserv1 DB 0
timings DB 0
clock DB 0
panning DB 1
panning DB 0
plus3 DB 0
rom48 DB 0
joystick DB 0

View File

@ -38,7 +38,7 @@ menu_animate_logo:
.animate: ;
ld (var_menu_animate_cnt), a ;
and a, #1F ; if (cnt[7:5] was not changed) - exit
jr nz, .return ; ...
jr nz, .return ; ...
ld a, (var_menu_animate_cnt) ;
srl a ; cnt[7:5] -> cnt[2:0]
srl a ; ...

View File

@ -43,8 +43,8 @@ menu_panning_value_cb:
ld a, (cfg.panning)
jp menu_value_get
.values_table:
DW str_panning_acb_end-2
DW str_panning_abc_end-2
DW str_panning_acb_end-2
DW str_panning_mono_end-2
menu_joystick_value_cb: