X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fmonitor.h;h=fe7e1cde45dae4de0eb8c200b14d57f756b711ce;hb=8eb3172e7dbce55ff705a8ab27b50d7cacb5ca99;hp=3530061ed4fc8e3f3bafa091e7a1450afd457a6c;hpb=17b48928d6fa43e8eeb24d3894d807475c75de69;p=YACASL2.git diff --git a/include/monitor.h b/include/monitor.h index 3530061..fe7e1cd 100644 --- a/include/monitor.h +++ b/include/monitor.h @@ -1,14 +1,12 @@ -#ifndef MONITOR_INCLUDE -#define MONITOR_INCLUDE +#ifndef YACASL2_MONITOR_H_INCLUDE +#define YACASL2_MONITOR_H_INCLUDE #include #include #include -#include "hash.h" -#include "cmem.h" -#include "cerr.h" +#include "assemble.h" #include "exec.h" -#include "word.h" +#include "load.h" /** * @brief モニター @@ -130,4 +128,11 @@ bool delbps(WORD adr); */ void freebps(); -#endif /* end of MONITOR_INCLUDE */ +/** + * @brief COMET IIモニターを起動する + * + * @return なし + */ +void monitor(); + +#endif