unrom512.h 276 B

123456789101112131415
  1. /*
  2. * UNROM Mapper - The peTI-NESulator Project
  3. * unrom.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 unrom512_InitMapper(NesCart *cart);
  12. void unrom512_MapperDump(FILE *fp);