summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/textbuf.h
Commit message (Collapse)AuthorAgeFilesLines
* debugcon.cpp, textbuf.cpp: More uses for std::string_view AJR2020-12-111-2/+2
|
* debug/textbuf.cpp: Another obvious use for std::string_view AJR2020-12-081-7/+2
|
* emu/debug: Removed more macros, added more const, make a couple more things ↵ Vas Crabb2020-10-121-31/+30
| | | | use smart pointers.
* cleanup and loose ends: Vas Crabb2020-06-261-7/+7
| | | | | | | * Added AsmJit to COPYING * Changed some added code to better match surrounding code style * Removed completely unused members from mw8080bw.h state class * Made some code better align with MAME standards
* srcclean and cleanup (nw) Vas Crabb2020-06-211-35/+35
|
* Debugger: add `condump` command to export console buffer to a log file (#6781) Stevie-O2020-06-071-1/+48
| | | | | | | | This is another debugger enhancement -- it allows you to export the current contents of the debug console window to a file. The filename parsing is based on the `trace` command, and as such, supports both the "{game}" placeholder, and the ">>" prefix for appending instead of overwriting.
* Fix for the nonstandard types when not using the broken precompiled headers. ↵ smf-2016-11-191-0/+1
| | | | (nw)
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-8/+8
| | | | | | | | | | | | * New abbreviated types are in osd and util namespaces, and also in global namespace for things that #include "emu.h" * Get rid of import of cstdint types to global namespace (C99 does this anyway) * Remove the cstdint types from everything in emu * Get rid of U64/S64 macros * Fix a bug in dps16 caused by incorrect use of macro * Fix debugcon not checking for "do " prefix case-insensitively * Fix a lot of messed up tabulation * More constexpr * Fix up many __names
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* License self-service. Aaron Giles2015-05-251-1/+1
| | | | | | License self-service. Mostly adding attribution where I made significant contributions. In a few cases files I previously missed were default-attributed to Nicola.
* lot more updated (nw) Miodrag Milanovic2015-05-111-5/+2
|
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
|
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-1/+1
|
* Eliminated osd_cpu.h. Aaron Giles2009-10-121-2/+0
| | | | | | | | | Types are pretty much unified now. Multiply operations are handled by eminline.h. Divide operations were just silly in macros. 64/32-bit combination/extraction macros moved to osdcomm.h and renamed. Also fixed compile errors in recent 68k changes.
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
| | | | | | - removed years from copyright notices - removed redundant (c) from copyright notices - updated "the MAME Team" to be "Nicola Salmoria and the MAME Team"
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+58