summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-1424/+0
* no need to include network.h (nw) Miodrag Milanovic2015-11-061-0/+1
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-1/+2
* Removed mongoose due to restricted license and webserver wip till code is res... Miodrag Milanovic2015-11-041-2/+0
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-011-3/+42
* removed not needed conversions (nw) Miodrag Milanovic2015-10-271-2/+2
* champbas.c driver needs cleanup, i'll continue on that if i can sort out MCU ... hap2015-10-261-0/+1
* Mostly revert 3bb0fb2df7037fa60752035a7add4fcea5b8881d (nw) Justin Kerk2015-09-261-4/+5
* Code enhancement Diego2015-09-241-6/+6
* Merge pull request #324 from ValleyBell/valleybell David Haywood2015-09-141-1/+1
|\
| * prevent main menu from overwriting error.log and wavelog Valley Bell2015-09-131-1/+1
* | Added seconds() and attoseconds() to attotime and prefixed members with couriersud2015-08-151-1/+1
* | reduce tagmap lookups (nw) Wilbert Pol2015-07-311-0/+2
* | change flags from GAME_ to MACHINE_ David Haywood2015-07-291-3/+3
|/
* Fix clang build (nw) balr0g2015-05-261-1/+1
* Usage text changes, part 1 (nw) balr0g2015-05-261-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-42/+43
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-191-1/+1
* updated astring constructors to have just one string param, to be more like s... Miodrag Milanovic2015-04-131-1/+1
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-9/+9
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-4/+4
* get rid of some obsolete/unreachable stuff, get rid of more abuse of SDLMAME_... Vas Crabb2015-04-021-3/+3
* Start removing the use of OSD macros outside OSD since core objects are share... Vas Crabb2015-04-011-3/+3
* Fix creation of paths Vas Crabb2015-03-311-2/+2
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-2/+2
* core: Add per-game parameters [O. Galibert] Olivier Galibert2015-01-251-0/+1
* Changed osd_font to struct osd_font and removed unnecessary osdepend.h couriersud2015-01-171-0/+5
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-311-2/+2
* machine.c: the majority has spoken (nw) Osso2014-12-191-4/+2
* machine.c: invalidating all save states from previous versions is not a good ... Osso2014-12-191-2/+4
* machine.c: save m_rand_seed, fixes save state regressons in at least the foll... Osso2014-12-181-1/+4
* Fix various typos Zoë Blade2014-11-301-1/+1
* Don't execute a timeslice before loading a savestate from the command line [A... Alex W. Jackson2014-10-161-0/+3
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+1
* and even less tagmap lookups counted (nw) Oliver Stöneberg2014-09-091-0/+9
* have a few less tagmap lookups counted (nw) Oliver Stöneberg2014-09-091-4/+13
* do not start tagmap lookup counting until everything is initialized / tagmap ... Oliver Stöneberg2014-09-091-0/+15
* moved tagged_list:: out of tagged_list to make it catch-able / handle add_exc... Oliver Stöneberg2014-09-081-0/+5
* Do web serving in main thread (nw) Miodrag Milanovic2014-09-081-0/+2
* Cleanups and version bump Miodrag Milanovic2014-07-221-1/+1
* Lua overhaul [Olivier Galibert, Miodrag Milanovic] Miodrag Milanovic2014-06-101-3/+5
* -Created machine_manager as singleton class that contains (for now) one runni... Miodrag Milanovic2014-06-061-10/+6
* -Reorganized OSD, handling more sound output systems and debuggers, defaults ... Miodrag Milanovic2014-05-081-1/+1
* -Made osd_interface base class for OSD and moved initialization for each subs... Miodrag Milanovic2014-04-251-28/+2
* modernized cage, dcs and midwayic (nw) Miodrag Milanovic2014-04-201-26/+0
* reverting to classic ui due to lot of issues, as much as I hate reverting som... Miodrag Milanovic2014-04-171-1/+0
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-7/+7
* Small core cleanup (nw) Miodrag Milanovic2014-04-151-17/+0
* network: Please don't kill save states [O. Galibert] Olivier Galibert2014-04-121-3/+6
* Merge of new menubar code Nathan Woods2014-04-121-0/+1