Whoops, got the Game Boy Color link clock frequencies wrong
This commit is contained in:
parent
8be149ac6f
commit
ef198866a7
1 changed files with 4 additions and 4 deletions
|
@ -15,8 +15,8 @@ typedef enum tabby_clock_mode {
|
||||||
typedef enum tabby_clock_speed {
|
typedef enum tabby_clock_speed {
|
||||||
TABBY_CLOCK_SPEED_8192HZ = 0x01,
|
TABBY_CLOCK_SPEED_8192HZ = 0x01,
|
||||||
TABBY_CLOCK_SPEED_16384HZ = 0x02,
|
TABBY_CLOCK_SPEED_16384HZ = 0x02,
|
||||||
TABBY_CLOCK_SPEED_32768HZ = 0x04,
|
TABBY_CLOCK_SPEED_262144HZ = 0x20,
|
||||||
TABBY_CLOCK_SPEED_65536HZ = 0x08
|
TABBY_CLOCK_SPEED_524288HZ = 0x40
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct _tabby_packet {
|
typedef struct _tabby_packet {
|
||||||
|
|
Loading…
Add table
Reference in a new issue