summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-14/+14
* Soft resets no longer turn back clocks on devices AJR2016-10-091-0/+2
* Introduced running_machine::compose_saveload_filename() function to convert a... Nathan Woods2016-07-101-0/+1
* More efficient device error logging AJR2016-06-201-8/+4
* Fix build on MSVC thanks to Rene, also fix debug_break crashes therealmogminer@gmail.com2016-06-081-0/+1
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-7/+5
* remove legacy calls (nw) Miodrag Milanovic2016-05-011-18/+0
* Make watchdog timer a separate device AJR2016-04-301-0/+6
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
* Merge remote-tracking branch 'upstream/master' into firstrun AJR2016-04-251-2/+2
|\
| * Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
* | Machine management cleanups AJR2016-04-251-1/+1
|/
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-17/+1
* remove ui/ui.h dependency from emu.h (for couriersud) Vas Crabb2016-04-101-0/+53
* Cleanups and version bump Miodrag Milanovic2016-03-301-1/+1
* Add ability for notifiers to add at front, fix for hiscore [Carl] Miodrag Milanovic2016-03-291-1/+1
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-3/+11
* Initial import of MEWUI to MAME [Dankan1890] Dankan18902016-02-041-2/+10
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-5/+5
* reverting: Miodrag Milanovic2016-01-201-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* put debug_view back in machine due to issues with QT (nw) Miodrag Milanovic2016-01-121-0/+3
* created debugger_manager, now this one owns debug_view_manager (nw) Miodrag Milanovic2016-01-121-4/+3
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-17/+18
* image_manager modernized and move some things around (nw) Miodrag Milanovic2016-01-111-0/+3
* modernized crosshair_manager (nw) Miodrag Milanovic2016-01-111-0/+3
* Merge pull request #561 from ajrhacker/strings Miodrag Milanović2016-01-111-3/+2
|\
| * Return std::string objects by value rather than pass by reference AJR2016-01-101-3/+2
* | modernized ui_input_manager (nw) Miodrag Milanovic2016-01-101-2/+3
* | modernize output_manager (nw) Miodrag Milanovic2016-01-101-0/+3
* | modernized configuration_manager (nw) Miodrag Milanovic2016-01-101-1/+5
|/
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-2/+3
* modernized network_manager (nw) Miodrag Milanovic2016-01-101-0/+3
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-7/+0
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-2/+2
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-031-27/+19
* removed old code part (nw) Miodrag Milanovic2015-11-181-3/+0
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-2/+1
* Some errors pointed by ReSharperC++ (nw) Miodrag Milanovic2015-11-071-2/+0
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-011-3/+5
* champbas.c driver needs cleanup, i'll continue on that if i can sort out MCU ... hap2015-10-261-0/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-5/+5
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-191-1/+1
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
* core: Add per-game parameters [O. Galibert] Olivier Galibert2015-01-251-0/+2
* Changed osd_font to struct osd_font and removed unnecessary osdepend.h couriersud2015-01-171-2/+3
* -Created machine_manager as singleton class that contains (for now) one runni... Miodrag Milanovic2014-06-061-5/+4
* -Made osd_interface base class for OSD and moved initialization for each subs... Miodrag Milanovic2014-04-251-5/+1
* Some more core cleanup (nw) Miodrag Milanovic2014-04-221-11/+0
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-13/+0