summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mame.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-1223/+61
* Moved image_postdevice_init call to proper place (no whatsnew) Miodrag Milanovic2010-06-281-3/+3
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-114/+111
* C++-ified the debugger views. Not quite architecturally where I would Aaron Giles2010-06-251-1/+1
* Implemented most of calls for image device (no whatsnew) Miodrag Milanovic2010-06-181-0/+3
* - removed MESS dependency from config.c Miodrag Milanovic2010-06-171-12/+4
* Cleanups and version bump. Aaron Giles2010-06-171-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-41/+42
* Added ui_active to running_machine so that it can be accessed by the OSD inpu... Fabio Priuli2010-06-061-0/+1
* fix NULL to UINT32 conversion Michaƫl Banaan Ananas2010-05-131-2/+2
* Cleanups and version bump. Aaron Giles2010-04-081-1/+1
* Added gprof support to the makefile. [Bryan Ischo] Aaron Giles2010-04-081-2/+9
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-4/+4
* Added initialization of natural keyboard into init_machine Miodrag Milanovic2010-02-141-0/+3
* - Moved natural keyboard support from MESS to MAME Miodrag Milanovic2010-02-121-4/+0
* Internal debugger using the mame rendering infrastructure Couriersud2010-02-111-1/+4
* Added DEBUG_FLAG_OSD_ENABLED to allow coexistence of debuggers going forward. Couriersud2010-02-051-1/+1