home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / datafiles / hardware / eprommer / source.lha / src / Eprommer_protos.h < prev    next >
Text File  |  1993-06-25  |  3KB  |  88 lines

  1. Local void        checkspeed(void);
  2. Local long         speedtest(struct timerequest *tr,long cnt);
  3. Local void         lockwindow(struct Window *wnd,int flag);
  4. Local void         simplerequest(char *ctl, ...);
  5. Local int         twogadrequest(char *buttons,char *ctl, ...);
  6. Local void         updatevalgad(int gadnr,int value);
  7. Local void         updateallvalgad(void);
  8. Local int         OpenTimer(void);
  9. Local void         CloseTimer(struct timerequest *tr);
  10. Local void         uDelay(ULONG delay);
  11. Local void         SetAddr(long Address);
  12. Local void         InitPorts(void);
  13. Local void         testvppon(u_char volt);
  14. Local void         testvppoff(void);
  15. Local void         ThatsIt(void);
  16. Local u_char     ReadByte(void);
  17. Local void         WriteByte(u_char DataOut, u_long delay);
  18. Local void         SetCycleParams(void );
  19. Local short     WriteCycle(u_char DataOut);
  20. Local short     WrEprommer(u_char  DataOut);
  21. Local short     WrIntel(u_char DataOut);
  22. Local short     WrFast(u_char DataOut);
  23. Local short     Wr50ms(u_char DataOut);
  24. Local void         LoadFile(void);
  25. Local void         SaveFile(void);
  26. Local void         cleanup(char *s);
  27. Local char         *stoh(u_short value,char *pbuf);
  28. Local void         startamigaguide(UWORD code);
  29. Prototype int    EprommerRawKey( void );
  30. Prototype int    OptionsRawKey( void );
  31. Prototype int    BusyRawKey( void );
  32. Prototype int    TestRawKey( void );
  33. Prototype int     abortClicked(void);
  34. Local void         showaddr_checkabort(long addr,BOOL flag);
  35. Local void         ReadEPROM(void);
  36. Local void         CompareEPROM(void);
  37. Local void         CheckEPROM(void);
  38. Local void         ProgramEPROM(void);
  39. Local void         getstringgads(void);
  40. Local void         dividepath(char *path,char *dir,char *file);
  41. Local void         setepromtype(int eptype);
  42. Local void         optionsvalid(void);
  43. Prototype int     DataFormatClicked( void );
  44. Prototype int     ProgAlgoClicked( void );
  45. Prototype int     RamAddressClicked( void );
  46. Prototype int     EpromAddressClicked( void );
  47. Prototype int     LengthClicked( void );
  48. Prototype int     EpromTypeClicked( void );
  49. Prototype int     RamValClicked( void );
  50. Prototype int     ReadByteClicked( void );
  51. Prototype int     WriteByteClicked( void );
  52. Prototype int     ReadEpromClicked( void );
  53. Prototype int     BlankTestClicked( void );
  54. Prototype int     CompareEpromClicked( void );
  55. Prototype int     ProgramEpromClicked( void );
  56. Prototype int     LoadFileReqClicked( void );
  57. Prototype int     LoadBtClicked( void );
  58. Prototype int     SaveBtClicked( void );
  59. Prototype int     SaveFileReqClicked( void );
  60. Prototype int     LoadFileClicked( void );
  61. Prototype int     SaveFileClicked( void );
  62. Prototype int     EprommerCloseWindow( void );
  63. Prototype int     DoOptionsClicked( void );
  64. Prototype int     NumericalBaseClicked( void );
  65. Prototype int     SetClearBufferClicked( void );
  66. Prototype int     SetBufferFragClicked( void );
  67. Prototype int     NoEpromClicked( void );
  68. Prototype int     SetVppClicked( void );
  69. Prototype int     SavePrefsClicked( void );
  70. Prototype int     SetInfoReqClicked( void );
  71. Prototype int     countClicked( void );
  72. Prototype int     setepsizeClicked( void );
  73. Prototype int     OptionsOkClicked( void );
  74. Prototype int     OptionsCancelClicked( void );
  75. Prototype int     OptionsCloseWindow( void );
  76.  
  77. Prototype int     TestHardwareClicked( void );
  78. Prototype int     T_AddressClicked( void );
  79. Prototype int     T_WByteClicked( void );
  80. Prototype int     T_ContinousClicked( void );
  81. Prototype int     T_ReadClicked( void );
  82. Prototype int     T_WriteClicked( void );
  83. Prototype int     T_WriteDelayClicked( void );
  84. Prototype int     T_PauseDelayClicked( void );
  85. Prototype int     TestCloseWindow( void );
  86.  
  87. int main    (int argc, char **argv );
  88.