19 lines
353 B
C
Executable File
19 lines
353 B
C
Executable File
/*
|
|
* UNROM Mapper - The TI-NESulator Project
|
|
* unrom.h
|
|
*
|
|
* Created by Manoel TRAPIER.
|
|
* Copyright (c) 2003-2008 986Corp. All rights reserved.
|
|
*
|
|
* $LastChangedDate$
|
|
* $Author$
|
|
* $HeadURL$
|
|
* $Revision$
|
|
*
|
|
*/
|
|
|
|
#define __TINES_MAPPERS__
|
|
#include <mappers/manager.h>
|
|
|
|
int unrom_InitMapper(NesCart * cart);
|
|
void unrom_MapperDump(FILE *fp); |