Added openMSX invocation counter.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 17s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 17s
This commit is contained in:
parent
be64071e88
commit
da0f1c4614
7 changed files with 16 additions and 4 deletions
|
|
@ -84,10 +84,10 @@ endef
|
|||
$(call mb_make_call,mb_doc_function_deep,mb_os_crayon_tagged_echo,"Echo's an prefixed message to stdout with ansi color code.","<color-code> <message>")
|
||||
|
||||
|
||||
define mb_os_echo_fail
|
||||
define mb_os_echo_report
|
||||
$(MB_ᕽᕽᕽ )$(call mb_make_call,mb_os_crayon_tagged_echo,31,$(1))
|
||||
endef
|
||||
$(call mb_make_call,mb_doc_function_deep,mb_os_echo_fail,"Echo's an message to stdout with 'red' crayon.","<message>")
|
||||
$(call mb_make_call,mb_doc_function_deep,mb_os_echo_report,"Echo's an message to stdout with 'red' crayon.","<message>")
|
||||
|
||||
|
||||
define mb_os_echo_good
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue