mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2025-01-01 06:23:35 +01:00
cpg: fix typo in #30
This commit is contained in:
parent
063dab777d
commit
f0bca5183f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
/* SH7305 CPG */
|
||||
#define SH4_PLL_32x 0b011111
|
||||
#define SH4_PLL_26x 0b011001
|
||||
#define SH4_PLL_25X 0b011000
|
||||
#define SH4_PLL_25x 0b011000
|
||||
#define SH4_PLL_16x 0b001111
|
||||
#define SH4_DIV_2 0
|
||||
#define SH4_DIV_4 1
|
||||
|
|
Loading…
Reference in a new issue