mirror of
https://github.com/garrettsworkshop/MacIIROMDiskDriver.git
synced 2024-12-25 21:29:29 +00:00
Remove non-fucntional #define RDISK_COMPRESS_ICON_ENABLE comment in rdisk.h
This commit is contained in:
parent
d92c6ebef7
commit
08bbd1c567
1
rdisk.h
1
rdisk.h
@ -17,7 +17,6 @@ OSErr RDiskAddDrive(short drvrRefNum, short drvNum, DrvQElPtr dq) = {0x4840, 0x3
|
||||
static inline char RDiskIsRPressed() { return *((volatile char*)0x175) & 0x80; }
|
||||
static inline char RDiskIsAPressed() { return *((volatile char*)0x174) & 0x01; }
|
||||
|
||||
//#define RDISK_COMPRESS_ICON_ENABLE
|
||||
#define RDISK_ICON_SIZE (285)
|
||||
typedef struct RDiskStorage_s {
|
||||
DrvSts2 status;
|
||||
|
Loading…
Reference in New Issue
Block a user