o add snes diskio interface

This commit is contained in:
David Voswinkel
2009-05-28 17:49:50 +02:00
parent a9df4311b4
commit d69d2bf398
13 changed files with 3812 additions and 1048 deletions

View File

@@ -48,7 +48,7 @@ void disk_timerproc (void);
#define STA_NOINIT 0x01 /* Drive not initialized */
#define STA_NODISK 0x02 /* No medium in the drive */
#define STA_PROTECT 0x04 /* Write protected */
#define STA_VOID 0xff
/* Command code for disk_ioctrl() */