X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Pico%2Fcd%2Fcd_sys.h;h=64112a358e8da98b0737f79fe16de8004683adaa;hb=55ca4154a2e8aa3687c4f73f2c4c4d5fcdc5a836;hp=8ba0fe6ace44f527bd3449d46d7498803923ef5a;hpb=5c69a605aeaa09798db62a4cfcce7bba4f9dc2b6;p=picodrive.git diff --git a/Pico/cd/cd_sys.h b/Pico/cd/cd_sys.h index 8ba0fe6..64112a3 100644 --- a/Pico/cd/cd_sys.h +++ b/Pico/cd/cd_sys.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 _CD_SYS_H #define _CD_SYS_H @@ -55,7 +64,7 @@ typedef struct { unsigned int Cur_Track; int File_Add_Delay; char CDD_Complete; - int pad[7]; + int pad[6]; } _scd;