iremh3001.h 346 B

123456789101112131415
  1. /*
  2. * IREMH3001 Mapper - The peTI-NESulator Project
  3. * iremh3001.h
  4. *
  5. * Created by Manoel TRAPIER.
  6. * Copyright (c) 2003-2018 986-Studio. All rights reserved.
  7. *
  8. */
  9. #define __TINES_MAPPERS__
  10. #include <mappers/manager.h>
  11. int iremh3001_InitMapper(NesCart * cart);
  12. void iremh3001_MapperDump(FILE *fp);
  13. int iremh3001_MapperIRQ(int cycledone);