1
0
mirror of https://github.com/UzixLS/zx-sizif-xxs.git synced 2025-07-19 07:11:28 +03:00

fix switching to turbo 14MHz mode

This commit is contained in:
UzixLS
2021-05-06 10:06:31 +03:00
parent 33964e7293
commit 8f77c02087

View File

@ -1,6 +1,6 @@
package common;
typedef enum { TIMINGS_PENT,TIMINGS_S128,TIMINGS_S48 } timings_t;
typedef enum { TURBO_NONE, TURBO_7, TURBO_14} turbo_t;
typedef enum { TIMINGS_PENT, TIMINGS_S128, TIMINGS_S48 } timings_t;
typedef enum { TURBO_NONE, TURBO_7, TURBO_14 = 3 } turbo_t;
endpackage