X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcd%2FLC89510.h;h=85e16151678fe42c6eb624b44b71d7662923ef08;hb=51a902ae2512cffdb3ac7751988c1bde4a641be4;hp=7acfe8ac0e07ba1614d62983b81991b2a68426c5;hpb=cb0316e4c526ad4c8d50e40e53c9d39044dcaaf9;p=picodrive.git diff --git a/Pico/cd/LC89510.h b/Pico/cd/LC89510.h index 7acfe8a..85e1615 100644 --- a/Pico/cd/LC89510.h +++ b/Pico/cd/LC89510.h @@ -88,6 +88,7 @@ typedef struct } B; unsigned int N; } CTRL; + unsigned int CDC_Decode_Reg_Read; } CDC; typedef struct @@ -105,9 +106,6 @@ typedef struct } CDD; -extern int CDC_Decode_Reg_Read; - - void LC89510_Reset(void); unsigned short Read_CDC_Host(int is_sub); void Update_CDC_TRansfer(int which);