Files
ti-nesulator/src/mappersmanager/mappers/cnrom.h
2018-01-30 16:41:14 +00:00

19 lines
355 B
C
Executable File

/*
* CNROM Mapper - The TI-NESulator Project
* cnrom.h
*
* Created by Manoel TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
*
* $LastChangedDate$
* $Author$
* $HeadURL$
* $Revision$
*
*/
#define __TINES_MAPPERS__
#include <mappers/manager.h>
int cnrom_InitMapper(NesCart * cart);
void cnrom_MapperDump(FILE *fp);