/* * IREMH3001 Mapper - The peTI-NESulator Project * iremh3001.h * * Created by Manoel TRAPIER. * Copyright (c) 2003-2018 986-Studio. All rights reserved. * * $LastChangedDate$ * $Author$ * $HeadURL$ * $Revision$ * */ #define __TINES_MAPPERS__ #include int iremh3001_InitMapper(NesCart * cart); void iremh3001_MapperDump(FILE *fp); int iremh3001_MapperIRQ(int cycledone);