unrom.h 474 B

12345678910111213141516171819
  1. /*
  2. * UNROM Mapper - The TI-NESulator Project
  3. * unrom.h
  4. *
  5. * Created by Manoel TRAPIER.
  6. * Copyright (c) 2003-2008 986Corp. All rights reserved.
  7. *
  8. * $LastChangedDate: 2007-04-16 01:55:35 +0200 (lun, 16 avr 2007) $
  9. * $Author: godzil $
  10. * $HeadURL: file:///media/HD6G/SVNROOT/trunk/TI-NESulator/src/unrom.h $
  11. * $Revision: 39 $
  12. *
  13. */
  14. #define __TINES_MAPPERS__
  15. #include <mappers/manager.h>
  16. int unrom_InitMapper(NesCart * cart);
  17. void unrom_MapperDump(FILE *fp);