# | Line 23 | Line 23 | |
---|---|---|
23 | ||
24 | const int SonyRefNum = -5; // RefNum of driver | |
25 | const uint16 SonyDriverFlags = 0x6f00; // Driver flags | |
26 | – | const uint16 SonyDriverDelay = 120; // Driver delay |
26 | ||
27 | extern const uint8 SonyDiskIcon[258]; // Icon data (copied to ROM by PatchROM()) | |
28 | extern const uint8 SonyDriveIcon[258]; | |
# | Line 34 | Line 33 | extern uint32 SonyDriveIconAddr; | |
33 | extern void SonyInit(void); | |
34 | extern void SonyExit(void); | |
35 | ||
36 | + | extern void SonyInterrupt(void); |
37 | + | |
38 | extern bool SonyMountVolume(void *fh); | |
39 | ||
40 | extern int16 SonyOpen(uint32 pb, uint32 dce); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |