norom.h 398 B

1234567891011121314151617181920
  1. /*
  2. * NOROM Mapper - The peTI-NESulator Project
  3. * norom.c
  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 norom_InitMapper (NesCart *cart);
  17. int norom_MapperIRQ (int cycledone);
  18. void norom_MapperDump (FILE *fp);