tmembuf.c
480 Bytes
/*---------------------------------------------------------------------
$Id: tmembuf.c,v 1.1.1.1 2002/05/02 03:27:28 blythe Exp $
File : tmembuf.c
Coded by Yoshitaka Yasumoto. Jul 24, 1997.
Copyright by Nintendo, Co., Ltd. 1997.
---------------------------------------------------------------------*/
#include <ultra64.h>
#include "system.h"
/* Tmem Output buffer (in segment address) */
u8 tmemBuffer[4096];
/*======== End of tmembuf.c ========*/