2013-12-19 17:10:14 +00:00
|
|
|
#pragma once
|
2020-03-28 16:58:01 +00:00
|
|
|
#include "types.h"
|
2013-12-19 17:10:14 +00:00
|
|
|
|
|
|
|
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();
|