Replaced Apple II specific solution with implementation of recently introduced mass-storage device enumaration.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5821 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -149,12 +149,6 @@ extern unsigned int _auxtype; /* Default 0 */
|
||||
|
||||
|
||||
|
||||
unsigned char drivecount (void);
|
||||
/* Returns the number of ProDOS 8 drives. */
|
||||
|
||||
unsigned char* drivelist (void);
|
||||
/* Returns a pointer to the list of ProDOS 8 drives. */
|
||||
|
||||
unsigned char get_ostype (void);
|
||||
/* Get the machine type. Returns one of the APPLE_xxx codes. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user