2002-06-21 13:39:32 +00:00
|
|
|
;
|
|
|
|
; Ullrich von Bassewitz, 21.06.2002
|
|
|
|
;
|
2012-03-04 13:08:54 +00:00
|
|
|
; void tgi_clear (void);
|
2009-10-27 21:20:06 +00:00
|
|
|
; /* Clear the drawpage */
|
2002-06-21 13:39:32 +00:00
|
|
|
|
|
|
|
.include "tgi-kernel.inc"
|
|
|
|
|
|
|
|
_tgi_clear = tgi_clear ; Call the driver
|