backup.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /*
  2. backup.h - single header file for all backup unit functions
  3. Copyright (c) 2003 NoisyB <noisyb@gmx.net>
  4. This program is free software; you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation; either version 2 of the License, or
  7. (at your option) any later version.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with this program; if not, write to the Free Software
  14. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  15. */
  16. #ifndef BACKUP_H
  17. #define BACKUP_H
  18. #ifdef HAVE_CONFIG_H
  19. #include "config.h"
  20. #endif
  21. #ifdef USE_PARALLEL
  22. #include "cd64.h"
  23. #include "cmc.h"
  24. #include "dex.h"
  25. #include "doctor64.h"
  26. #include "doctor64jr.h"
  27. #include "fal.h"
  28. //#include "ffe.h"
  29. #include "fig.h"
  30. #include "gbx.h"
  31. #include "gd.h"
  32. #include "interceptor.h"
  33. #include "lynxit.h"
  34. #include "mccl.h"
  35. #include "mcd.h"
  36. #include "md-pro.h"
  37. #include "mgd.h"
  38. #include "msg.h"
  39. #include "pce-pro.h"
  40. #include "pl.h"
  41. //#include "psxpblib.h"
  42. #include "sflash.h"
  43. #include "smc.h"
  44. #include "smd.h"
  45. #include "smsgg-pro.h"
  46. #include "ssc.h"
  47. #include "swc.h"
  48. #include "ufo.h"
  49. #include "yoko.h"
  50. #include "z64.h"
  51. #endif // USE_PARALLEL
  52. #if defined USE_PARALLEL || defined USE_USB
  53. #include "f2a.h"
  54. #endif
  55. #endif // BACKUP_H