mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-22 10:29:31 +00:00
Add PBReadSync()
This commit is contained in:
parent
075b4ba6c7
commit
7d8654276a
@ -176,3 +176,13 @@ DisposePtr:
|
||||
dc.w 0xA01F /* DisposePtr */
|
||||
unlk %fp
|
||||
rts
|
||||
|
||||
/* int PBReadSync(ParamBlockRec_t* paramBlock) */
|
||||
|
||||
.global PBReadSync
|
||||
PBReadSync:
|
||||
link %fp, #0
|
||||
move.l 8(%fp), %a0
|
||||
dc.w 0xA002 /* PBReadSync */
|
||||
unlk %fp
|
||||
rts
|
||||
|
Loading…
Reference in New Issue
Block a user