mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
ISO loading, menus, LEDs
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@16 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
d0d47c5be3
commit
bf098bc532
15 changed files with 914 additions and 295 deletions
|
@ -7,6 +7,7 @@ extern "C" {
|
|||
|
||||
typedef struct
|
||||
{
|
||||
unsigned char Buffer[(32 * 1024 * 2) + 2352];
|
||||
unsigned int Host_Data;
|
||||
unsigned int DMA_Adr;
|
||||
unsigned int Stop_Watch;
|
||||
|
@ -87,7 +88,6 @@ typedef struct
|
|||
} B;
|
||||
unsigned int N;
|
||||
} CTRL;
|
||||
unsigned char Buffer[(32 * 1024 * 2) + 2352];
|
||||
} CDC;
|
||||
|
||||
typedef struct
|
||||
|
@ -110,7 +110,7 @@ extern int CDC_Decode_Reg_Read;
|
|||
|
||||
void LC89510_Reset(void);
|
||||
unsigned short Read_CDC_Host(int is_sub);
|
||||
void Update_CDC_TRansfer(void);
|
||||
void Update_CDC_TRansfer(int which);
|
||||
void CDC_Update_Header(void);
|
||||
|
||||
unsigned char CDC_Read_Reg(void);
|
||||
|
@ -119,9 +119,6 @@ void CDC_Write_Reg(unsigned char Data);
|
|||
void CDD_Export_Status(void);
|
||||
void CDD_Import_Command(void);
|
||||
|
||||
unsigned char SCD_Read_Byte(unsigned int Adr);
|
||||
unsigned short SCD_Read_Word(unsigned int Adr);
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue