mmclist.h
 1  /*
 2  ** Nofrendo (c) 1998-2000 Matthew Conte (matt@conte.com)
 3  **
 4  **
 5  ** This program is free software; you can redistribute it and/or
 6  ** modify it under the terms of version 2 of the GNU Library General 
 7  ** Public License as published by the Free Software Foundation.
 8  **
 9  ** This program is distributed in the hope that it will be useful, 
10  ** but WITHOUT ANY WARRANTY; without even the implied warranty of
11  ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
12  ** Library General Public License for more details.  To obtain a 
13  ** copy of the GNU Library General Public License, write to the Free 
14  ** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
15  **
16  ** Any permitted reproduction of these routines, in whole or in part,
17  ** must bear this legend.
18  **
19  **
20  ** mmclist.h
21  **
22  ** list of all mapper interfaces
23  ** $Id: mmclist.h,v 1.2 2001/04/27 14:37:11 neil Exp $
24  */
25  
26  #ifndef _MMCLIST_H_
27  #define _MMCLIST_H_
28  
29  #include "nes_mmc.h"
30  
31  extern mapintf_t *mappers[];
32  
33  #endif /* !_MMCLIST_H_ */
34  
35  /*
36  ** $Log: mmclist.h,v $
37  ** Revision 1.2  2001/04/27 14:37:11  neil
38  ** wheeee
39  **
40  ** Revision 1.1.1.1  2001/04/27 07:03:54  neil
41  ** initial
42  **
43  ** Revision 1.1  2000/10/24 12:20:28  matt
44  ** changed directory structure
45  **
46  ** Revision 1.1  2000/07/31 04:27:40  matt
47  ** initial revision
48  **
49  */