iremh3001.h 533 B

1234567891011121314151617181920
  1. /*
  2. * IREMH3001 Mapper - The TI-NESulator Project
  3. * iremh3001.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/iremh3001.h $
  11. * $Revision: 39 $
  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);