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:
ol.sc
2012-09-09 13:38:32 +00:00
parent b586d5ef69
commit 0f1cd50883
6 changed files with 50 additions and 46 deletions

View File

@@ -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. */