X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcd%2FLC89510.h;h=df4987ea52e021bd4b338c9583b7642b45c34e31;hb=9a8ffeeeea54301c5289fd510aece552175ce13d;hp=6690b224dd8123857ab9a834bf689862a9ed6d83;hpb=75736070161d40608ba3052b4c95b42943f9de3d;p=picodrive.git diff --git a/Pico/cd/LC89510.h b/Pico/cd/LC89510.h index 6690b22..df4987e 100644 --- a/Pico/cd/LC89510.h +++ b/Pico/cd/LC89510.h @@ -1,3 +1,12 @@ +/*********************************************************** + * * + * This source was taken from the Gens project * + * Written by Stéphane Dallongeville * + * Copyright (c) 2002 by Stéphane Dallongeville * + * Modified/adapted for PicoDrive by notaz, 2007 * + * * + ***********************************************************/ + #ifndef _LC89510_H #define _LC89510_H @@ -106,16 +115,16 @@ typedef struct } CDD; -void LC89510_Reset(void); -unsigned short Read_CDC_Host(int is_sub); -void Update_CDC_TRansfer(int which); -void CDC_Update_Header(void); +PICO_INTERNAL_ASM unsigned short Read_CDC_Host(int is_sub); +PICO_INTERNAL void LC89510_Reset(void); +PICO_INTERNAL void Update_CDC_TRansfer(int which); +PICO_INTERNAL void CDC_Update_Header(void); -unsigned char CDC_Read_Reg(void); -void CDC_Write_Reg(unsigned char Data); +PICO_INTERNAL unsigned char CDC_Read_Reg(void); +PICO_INTERNAL void CDC_Write_Reg(unsigned char Data); -void CDD_Export_Status(void); -void CDD_Import_Command(void); +PICO_INTERNAL void CDD_Export_Status(void); +PICO_INTERNAL void CDD_Import_Command(void); #ifdef __cplusplus };