home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 10
/
Sonderheft_12.iso
/
best-of-tools
/
tools
/
powerwindows
/
developper
/
startup
/
source
/
checkscreen_startup.s
next >
Wrap
Text File
|
1997-03-16
|
213b
|
15 lines
;/* Check-Screen Startup-Code */
XREF _CheckScreen
moveq #-1,d0 ;/* Warning. This must not be started! */
rts
dc.l 'PWCS' ;/* [P]ower[W]indows[C]heck[S]creen*/
dc.l _CheckScreen
blk.l 6,0
END