9 lines
249 B
C
9 lines
249 B
C
![]() |
#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();
|