1 |
|
/* |
2 |
|
* sony.h - Replacement .Sony driver (floppy drives) |
3 |
|
* |
4 |
< |
* Basilisk II (C) 1997-1999 Christian Bauer |
4 |
> |
* Basilisk II (C) 1997-2005 Christian Bauer |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
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]; |
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); |