summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mame.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-252/+0
* fix memory leak (nw) Miodrag Milanovic2015-11-061-0/+1
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-2/+4
* Removed mongoose due to restricted license and webserver wip till code is res... Miodrag Milanovic2015-11-041-6/+0
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-011-69/+0
* License self-service. Aaron Giles2015-05-251-1/+1
* Added some for Nathan and some more for Nicola (nw) Miodrag Milanovic2015-05-111-6/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-5/+5
* more conversions to std::string (nw) Miodrag Milanovic2015-04-191-2/+2
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-3/+3
* Cleanups and version bumpmame0160 Miodrag Milanovic2015-03-251-2/+2
* disabled additional logging of popmessage() messages (nw) Oliver Stöneberg2015-03-171-0/+2
* write popmessage() to error.log as well - and command-line in DEBUG build (nw) Oliver Stöneberg2015-03-171-0/+8
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-1/+1
* Changed osd_font to struct osd_font and removed unnecessary osdepend.h couriersud2015-01-171-0/+6
* Fix various typos Zoë Blade2014-11-301-1/+1
* Fix for MT05639, which had regressed in rev.30805. nw. Fabio Priuli2014-08-271-3/+10
* Cleanups and version bump Miodrag Milanovic2014-07-221-17/+16
* Fixed lua engine initialization (nw) Miodrag Milanovic2014-07-151-1/+2
* Lua overhaul [Olivier Galibert, Miodrag Milanovic] Miodrag Milanovic2014-06-101-3/+6
* made LUA script execute in main thread, but console running in another (nw) Miodrag Milanovic2014-06-091-0/+2
* Fix crash due to uninitialized variable (nw) Miodrag Milanovic2014-06-081-1/+2
* no need for this, we always return it as is (nw) Miodrag Milanovic2014-06-081-4/+0
* Clear manager in destructor (nw) Miodrag Milanovic2014-06-081-0/+1
* Fix for listxml crash (nw) Miodrag Milanovic2014-06-061-3/+3
* -Created machine_manager as singleton class that contains (for now) one runni... Miodrag Milanovic2014-06-061-39/+76
* Placing reverting options on proper place (nw) Miodrag Milanovic2014-06-031-0/+6
* Fixed hard-reset (nw) Miodrag Milanovic2014-04-271-1/+1
* -Made osd_interface base class for OSD and moved initialization for each subs... Miodrag Milanovic2014-04-251-4/+24
* (MESS) New driver added: Xerox Alto 2 [Juergen Buchmueller] Miodrag Milanovic2014-04-221-1/+12
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-168/+0
* Small core cleanup (nw) Miodrag Milanovic2014-04-151-22/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-0/+2
* Resolved bug MT05443 (nw) Miodrag Milanovic2014-02-061-8/+0
* Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... Nathan Woods2014-01-291-5/+3
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-1/+1
* web: Fix web options reading from ini, improved load/save state UI [Firehawke] R. Belmont2013-09-241-0/+8
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-4/+4
* Moved webengine into separate file, added callbacks for websockets and made e... Miodrag Milanovic2013-08-121-52/+7
* fixed mime type (nw) Miodrag Milanovic2013-08-071-1/+1
* added json library and working example (nw) Miodrag Milanovic2013-08-071-1/+29
* Initial commit of internal web server, mostly to check compiling on various p... Miodrag Milanovic2013-08-071-1/+21
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-8/+7
* Since there is no clear way to determine if mouse should be shown or not, I a... Miodrag Milanovic2012-08-191-2/+2
* Added internal mouse cursor visible in menus and when clickable artwork is us... Miodrag Milanovic2012-08-151-0/+12
* Removed not used code (nw) Miodrag Milanovic2012-08-141-11/+0
* Perform validation after reading ini file and check system name, fixes issues... Miodrag Milanovic2012-06-031-7/+7
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-3/+0