flycast/core/imgread/gd_driver.h

9 lines
249 B
C
Raw Normal View History

2013-12-19 17:10:14 +00:00
#pragma once
#include "ImgReader.h"
typedef void DriveRead(u8 * buff,u32 StartSector,u32 SectorCount,u32 secsz);
typedef void DriveGetToc(u32* toc,DiskArea area);
typedef DiscType DriveGetType();
typedef void DriveInit();
typedef void DriveTerm();