summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/dvdisasm.h
Commit message (Expand)AuthorAgeFilesLines
* Reset m_dasm on source switch (nw) Olivier Galibert2017-11-301-0/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-33/+26
* dvdisasm: Simplify by decoupling information creation and display rendering [... Olivier Galibert2017-06-251-3/+28
* Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... npwoods2017-06-241-1/+1
* general cleanup: Vas Crabb2017-05-231-1/+2
* cleanup headers of not used friend classes (nw) Miodrag Milanovic2017-02-121-1/+0
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-12/+12
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-9/+9
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+0
* Use stream with contiguous backing store for the disasmview's buffer Vas Crabb2016-03-031-5/+7
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-4/+4
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-0/+1
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-2/+2
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-3/+2
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-16/+16
* QT Debugger improvements. [Andrew Gardner] Andrew Gardner2013-01-161-16/+17
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-16/+16
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Integrated comments into debugcpu.c, and removed debugcmt.c. Modernized Aaron Giles2010-09-051-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-4/+4
* C++-ified the debugger views. Not quite architecturally where I would Aaron Giles2010-06-251-0/+146