summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mame.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed not used code (nw) Miodrag Milanovic2012-08-141-3/+0
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-4/+6
* Move per emulator constants info into separate class [Miodrag Milanovic] Miodrag Milanovic2011-11-171-55/+24
* Merge from MESS Nathan Woods2011-11-161-0/+1
* Cleanups again Angelo Salese2011-04-181-3/+3
* Removed various differences between MESS and MAME, all is now defined in mame.h. Miodrag Milanovic2011-04-141-4/+31
* BIG update. Aaron Giles2011-03-291-1/+1
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-6/+2
* And woohoo, mame_options() is no more. Aaron Giles2011-02-121-6/+0
* Create new class osd_interface to house OSD callbacks. Added new Aaron Giles2010-10-211-1/+1
* Made options visible to device validate function when doing "-validate", this... Miodrag Milanovic2010-09-011-0/+3
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-376/+17
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-7/+13
* C++-ified the debugger views. Not quite architecturally where I would Aaron Giles2010-06-251-1/+3
* - removed MESS dependency from config.c Miodrag Milanovic2010-06-171-3/+0
* 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-11/+19
* Added ui_active to running_machine so that it can be accessed by the OSD inpu... Fabio Priuli2010-06-061-0/+3
* Added gprof support to the makefile. [Bryan Ischo] Aaron Giles2010-04-081-3/+3
* - Moved natural keyboard support from MESS to MAME Miodrag Milanovic2010-02-121-9/+0
* Added DEBUG_FLAG_OSD_ENABLED to allow coexistence of debuggers going forward. Couriersud2010-02-051-0/+1
* Made direct accessors for device configuration state. Currently they Aaron Giles2010-01-211-1/+1
* Fix bug where memory regions were not properly enumerated for the Aaron Giles2010-01-181-0/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-5/+6
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-8/+10
* Cleanups and version bump. Aaron Giles2010-01-161-7/+7
* Added casting operators to the region_info class so you can assign Aaron Giles2010-01-161-6/+18
* Fixed memory freeing so that is it released in the opposite order Aaron Giles2010-01-111-8/+25
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-34/+46
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-1/+0
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-4/+28
* Eliminated the use of generic.colorram and generic.videoram in several driver... Phil Bennett2009-12-211-2/+0
* Converted cabal, mappy, toypop and zaxxon to use driver_data structure [Atari... Phil Bennett2009-12-011-1/+0
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-1/+1
* From: Atari Ace <atari_ace@verizon.net> Aaron Giles2009-11-281-2/+0
* Purged remaining globals from video/generic.c and audio/generic.c Aaron Giles2009-11-281-0/+5
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-11/+23
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-0/+29
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-1/+1
* Fix CPP_COMPILE (except for internal compiler error on snes.c). Aaron Giles2009-09-081-1/+0
* Fixed crasher in the debugger revealed by the latest changes. Aaron Giles2009-09-081-1/+1
* Remove remaining references to machine->cpu[n]. Removed cpu[n] array. Aaron Giles2009-09-081-1/+1
* Added debug_global_input_code_pressed() for use in debugging. Aaron Giles2009-09-081-0/+3
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-0/+2
* [from AtariAce] Aaron Giles2009-08-301-0/+2
* > -----Original Message----- Aaron Giles2009-08-131-1/+3
* > From: atari_ace@verizon.net Aaron Giles2009-08-131-0/+2
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-0/+1
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-5/+0
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-0/+4