summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Small core cleanup (nw) Miodrag Milanovic2014-04-151-1/+0
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* device_gfx_interface [Alex Jackson] Alex W. Jackson2014-04-051-3/+0
* Move destructor definitions out of header files included by emu.h; clean some... Alex W. Jackson2014-03-271-3/+0
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-0/+2
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-10/+9
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-8/+0
* rest of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-1/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+0
* Let running_machine handle nvram save/load (nw) Miodrag Milanovic2014-02-021-0/+4
* Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... Nathan Woods2014-01-291-0/+3
* Unglamorous changes from my UI rewrite Jürgen Buchmüller2014-01-171-0/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-1/+0
* emuopts.c: Added a new option -statename which allows to specify the location... Fabio Priuli2013-05-281-0/+1
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-3/+3