tt.h 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /******************************************************************************
  2. *
  3. * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite)
  4. * file name: tt.h
  5. * initial date: 13/08/2000
  6. * author: thomas.nussbaumer@gmx.net
  7. * description: generic definitions for TI-68k Developer Utilities
  8. *
  9. ******************************************************************************/
  10. /*
  11. This file is part of TI-68k Developer Utilities.
  12. This file is free software; you can redistribute it and/or
  13. modify it under the terms of the GNU Lesser General Public
  14. License as published by the Free Software Foundation; either
  15. version 2.1 of the License, or (at your option) any later version.
  16. As a special exception, UNMODIFIED copies of the TI-68k Developer Utilities may also be
  17. redistributed or sold without source code, for any purpose. (The Lesser
  18. General Public License restrictions do apply in other respects; for example,
  19. they cover modification of the program.) This exception notice must be
  20. removed on modified copies of this file.
  21. This program is distributed in the hope that it will be useful,
  22. but WITHOUT ANY WARRANTY; without even the implied warranty of
  23. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  24. Lesser General Public License for more details.
  25. You should have received a copy of the GNU Lesser General Public
  26. License along with this library; if not, write to the Free Software
  27. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  28. */
  29. #ifndef __TT_H__
  30. #define __TT_H__
  31. #define CALC_TI89 0
  32. #define CALC_TI92P 1
  33. #define SIGNATURE_TI89 "**TI89**"
  34. #define SIGNATURE_TI92P "**TI92P*"
  35. #define DEFAULT_FOLDER "main"
  36. #define DEFAULT_ITEMS_PER_LINE 10
  37. #endif
  38. //#############################################################################
  39. //###################### NO MORE FAKES BEYOND THIS LINE #######################
  40. //#############################################################################
  41. //
  42. //=============================================================================
  43. // Revision History
  44. //=============================================================================
  45. //
  46. // Revision 1.3 2000/08/23 20:29:43 Thomas Nussbaumer
  47. // added a 'P' to the TI92p definitions
  48. //
  49. // Revision 1.2 2000/08/23 01:04:41 Thomas Nussbaumer
  50. // corrected signature of TI92p
  51. //
  52. // Revision 1.1 2000/08/13 20:24:16 Thomas Nussbaumer
  53. // initial version
  54. //
  55. //
  56. //
  57. //