mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-21 18:30:20 +00:00
Add LMSetBootDriver()
This commit is contained in:
parent
90b8e2db0b
commit
3f4a3c5000
@ -34,4 +34,5 @@
|
||||
#define LMGetDrvQHdr() ((QHdrPtr)0x0308)
|
||||
#define LMGetMainDevice() (*(GDHandle*)0x08A4)
|
||||
#define LMGetBootDrive() (*(short*)0x0210)
|
||||
#define LMSetBootDrive(a) do { (*(short*)0x0210) = a; } while(0)
|
||||
#endif /* __MACOS_LOWMEM_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user