summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mame.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-66/+32
* Merge from MESS Nathan Woods2011-11-161-5/+14
* Removed various differences between MESS and MAME, all is now defined in mame.h. Miodrag Milanovic2011-04-141-13/+0
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-1/+1
* BIG update. Aaron Giles2011-03-291-2/+2
* Cleanups and version bump.mame0141u4 Aaron Giles2011-03-251-1/+1
* Attached emu_options to the machine_config, and the running_machine Aaron Giles2011-03-101-10/+8
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-121/+14
* And woohoo, mame_options() is no more. Aaron Giles2011-02-121-34/+7
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-10/+5
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-1/+0
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-2/+2
* Ignore warnings for non existing options in previous level of ini files (pare... Miodrag Milanovic2011-01-211-1/+1
* Added new flag for options OPTION_DRIVER_ONLY, and marked bios and ramsize as... Miodrag Milanovic2011-01-181-0/+3
* Fixed some long standing issues with image device config (no whatsnew) Miodrag Milanovic2011-01-171-1/+5
* Made MESS drivers too load config from parent drivers (as MAME) but images ar... Miodrag Milanovic2011-01-171-2/+0
* Fix for bug #04142 [Miodrag Milanovic] Miodrag Milanovic2010-12-201-1/+1
* Split the screen device into a separate module. Aaron Giles2010-12-021-1/+1
* - Fixed issue with image empty slot [Miodrag Milanovic] Miodrag Milanovic2010-11-261-5/+5
* Create new class osd_interface to house OSD callbacks. Added new Aaron Giles2010-10-211-2/+2
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-1/+1
* Changed driver_device to expose the game_driver's ROMs through the Aaron Giles2010-09-031-11/+11
* Made options visible to device validate function when doing "-validate", this... Miodrag Milanovic2010-09-011-0/+11
* Cleanups and version bump.mame0138u4 Aaron Giles2010-07-221-4/+4
* Put back removed printf line,my mistake (no whatsnew) Miodrag Milanovic2010-07-211-0/+1
* Placed flag removal on machine destructor, fixes issue from r9779 (no whatsnew) Miodrag Milanovic2010-07-211-4/+0
* - Added new operation on options which enables adding of parameter and execut... Miodrag Milanovic2010-07-211-0/+8
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-4/+4