iremh3001.h 413 B

1234567891011121314151617181920
  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. * $LastChangedDate$
  9. * $Author$
  10. * $HeadURL$
  11. * $Revision$
  12. *
  13. */
  14. #define __TINES_MAPPERS__
  15. #include <mappers/manager.h>
  16. int iremh3001_InitMapper(NesCart * cart);
  17. void iremh3001_MapperDump(FILE *fp);
  18. int iremh3001_MapperIRQ(int cycledone);