aorom.h 475 B

12345678910111213141516171819
  1. /*
  2. * AOROM Mapper - The TI-NESulator Project
  3. * aorom.h
  4. *
  5. * Created by Manoel TRAPIER.
  6. * Copyright (c) 2003-2008 986Corp. All rights reserved.
  7. *
  8. * $LastChangedDate: 2007-04-26 18:47:34 +0200 (jeu, 26 avr 2007) $
  9. * $Author: mtrapier $
  10. * $HeadURL: file:///media/HD6G/SVNROOT/trunk/TI-NESulator/src/aorom.h $
  11. * $Revision: 46 $
  12. *
  13. */
  14. #define __TINES_MAPPERS__
  15. #include <mappers/manager.h>
  16. int aorom_InitMapper(NesCart * cart);
  17. void aorom_MapperDump(FILE *fp);