summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/fddebug.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-4/+4
* Changed 'enum read_or_write' to be 'enum class' Nathan Woods2017-06-191-1/+1
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-29/+29
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-106/+106
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-3/+3
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-73/+75
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-3/+3
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-8/+8
* put debug_view back in machine due to issues with QT (nw) Miodrag Milanovic2016-01-121-4/+4
* created debugger_manager, now this one owns debug_view_manager (nw) Miodrag Milanovic2016-01-121-4/+4
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-2/+2
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-10/+10
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2424