Add commnets for InitGraf()

This commit is contained in:
Laurent Vivier 2005-05-23 22:22:36 +00:00
parent a359a656a5
commit 991245f956

View File

@ -133,10 +133,12 @@ __modsi3:
movel %d1, %d0
rts
/* void InitGraf(void * port); */
.global InitGraf
InitGraf:
link %fp, #0
move.l 8(%fp), -(%sp)
move.l 8(%fp), -(%sp) /* port */
dc.w 0xA86E
unlk %fp
rts