iremh3001.h 326 B

12345678910111213141516
  1. /*
  2. * IREMH3001 Mapper - The peTI-NESulator Project
  3. * iremh3001.h
  4. *
  5. * Created by Manoël Trapier.
  6. * Copyright (c) 2002-2019 986-Studio.
  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);