summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mame.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* UI menu interface changes Couriersud2010-01-271-2/+2
* Convrted the rest of devintrf to classes and moved management Aaron Giles2010-01-191-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-6/+6
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-62/+7
* Cleanups and version bump. Aaron Giles2010-01-161-1/+1
* Added casting operators to the region_info class so you can assign Aaron Giles2010-01-161-5/+7
* Fixed memory freeing so that is it released in the opposite order Aaron Giles2010-01-111-65/+49
* Fix crash if exit scheduled before cpus ready.e.g. clicking close on window. ... Paul Priest2010-01-101-2/+3
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-25/+25
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-46/+35
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-122/+94
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-3/+2
* Get rid of setjmp/longjmp for error handling in favor of exceptions. Aaron Giles2010-01-041-61/+20
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Fixes so we can compile as C++ again. Aaron Giles2009-12-281-5/+5