X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcd%2FLC89510.h;h=fb84d61ddc6573ef9ae669265e8fd7aa95f1a067;hb=55ca4154a2e8aa3687c4f73f2c4c4d5fcdc5a836;hp=7acfe8ac0e07ba1614d62983b81991b2a68426c5;hpb=cb4a513a96b173624619686ca21360d556557ec3;p=picodrive.git diff --git a/Pico/cd/LC89510.h b/Pico/cd/LC89510.h index 7acfe8a..fb84d61 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 @@ -88,6 +97,7 @@ typedef struct } B; unsigned int N; } CTRL; + unsigned int Decode_Reg_Read; } CDC; typedef struct @@ -105,9 +115,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);