Home
last modified time | relevance | path

Searched defs:WD2793 (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/IoDevice/
H A DWD2793.c38 struct WD2793 { struct
39 UInt8 regStatus;
40 UInt8 regCommand;
41 UInt8 regSector;
42 UInt8 regTrack;
43 UInt8 regData;
45 int intRequest;
47 int dataReady;
49 int step;
50 UInt32 curStep;
[all …]
H A DWD2793.h40 typedef struct WD2793 WD2793; typedef