summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/logmacro.h
Commit message (Collapse)AuthorAgeFilesLines
* Candela PAL driven address map (#2657) Joakim Larsson Edström2017-09-191-0/+4
| | | | | | | | | | * mc6840ptm/mc6850acia: fixed so that LOG_OUTPUT_FUNC can be defined as printf * can09t: replaced static address map with a PAL driven address map enabling several BASIC commands previously failing * logmacro.h: Added support for C++ output streams using LOG_OUTPUT_STREAM instead of using printf as LOG_OUTPUT_FUNC [Vas] * 6840: removed c_str() in LOG statements
* need LOG_GENERAL before VERBOSE (nw) Vas Crabb2017-01-211-0/+2
|
* Help me template compiler! You are my only hope! Vas Crabb2017-01-201-1/+1
| | | | | | | 6805 cleanup: * Reduce massive amounts of redundancy by templating opcode handlers * Replace the epic switch statement with a dispatch table * Fix timings for a few instructions
* add logmacro.h inspired by Edstrom's log macros Vas Crabb2017-01-201-0/+20
* should be #included after other headers and after optionally #defining VERBOSE * usage samples in z80scc.cpp and m68705.cpp 68705: add lots of logging to help trace issues