mirror of
https://github.com/vivier/EMILE.git
synced 2025-02-27 21:29:09 +00:00
Add GetKeys()
This commit is contained in:
parent
221fbfb12a
commit
5963764d98
@ -403,6 +403,17 @@ SysError:
|
||||
unlk %fp
|
||||
rts
|
||||
|
||||
/* void GetKeys(KeyMap); */
|
||||
|
||||
.global GetKeys
|
||||
GetKeys:
|
||||
link %fp, #0
|
||||
move.l 8(%fp), %d0
|
||||
move.l %d0, -(%sp)
|
||||
dc.w 0xA976 /* GetKeys */
|
||||
unlk %fp
|
||||
rts
|
||||
|
||||
#if defined(SCSI_SUPPORT)
|
||||
|
||||
/* SCSI support */
|
||||
|
@ -253,6 +253,10 @@ extern OSErr PBCloseSync(ParmBlkPtr paramBlock);
|
||||
extern OSErr PBControlSync(ParmBlkPtr paramBlock);
|
||||
extern void SysError(short errorCode);
|
||||
|
||||
typedef u_int32_t KeyMap[4];
|
||||
|
||||
extern void GetKeys(KeyMap);
|
||||
|
||||
#if defined(SCSI_SUPPORT)
|
||||
|
||||
enum {
|
||||
|
Loading…
x
Reference in New Issue
Block a user