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:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user