| Commit message (Expand) | Author | Age | Files | Lines |
* | Split mame.c into mame.c and machine.c, the latter containing the |  Aaron Giles | 2010-06-30 | 1 | -376/+17 |
* | Made the machine_config a proper object. Added detokenize method to |  Aaron Giles | 2010-06-28 | 1 | -7/+13 |
* | C++-ified the debugger views. Not quite architecturally where I would |  Aaron Giles | 2010-06-25 | 1 | -1/+3 |
* | - removed MESS dependency from config.c |  Miodrag Milanovic | 2010-06-17 | 1 | -3/+0 |
* | Cleanups and version bump. |  Aaron Giles | 2010-06-17 | 1 | -2/+2 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -11/+19 |
* | Added ui_active to running_machine so that it can be accessed by the OSD inpu... |  Fabio Priuli | 2010-06-06 | 1 | -0/+3 |
* | Added gprof support to the makefile. [Bryan Ischo] |  Aaron Giles | 2010-04-08 | 1 | -3/+3 |
* | - Moved natural keyboard support from MESS to MAME |  Miodrag Milanovic | 2010-02-12 | 1 | -9/+0 |
* | Added DEBUG_FLAG_OSD_ENABLED to allow coexistence of debuggers going forward. |  Couriersud | 2010-02-05 | 1 | -0/+1 |
* | Made direct accessors for device configuration state. Currently they |  Aaron Giles | 2010-01-21 | 1 | -1/+1 |
* | Fix bug where memory regions were not properly enumerated for the |  Aaron Giles | 2010-01-18 | 1 | -0/+3 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -5/+6 |
* | Created new template class tagged_list which manages a simple list |  Aaron Giles | 2010-01-17 | 1 | -8/+10 |
* | Cleanups and version bump. |  Aaron Giles | 2010-01-16 | 1 | -7/+7 |
* | Added casting operators to the region_info class so you can assign |  Aaron Giles | 2010-01-16 | 1 | -6/+18 |
* | Fixed memory freeing so that is it released in the opposite order |  Aaron Giles | 2010-01-11 | 1 | -8/+25 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -34/+46 |
* | Extended the astring class wrapper into something useful, and |  Aaron Giles | 2010-01-08 | 1 | -1/+0 |
* | NOTE: This change requires two new osd functions: osd_malloc() and |  Aaron Giles | 2010-01-08 | 1 | -4/+28 |
* | Eliminated the use of generic.colorram and generic.videoram in several driver... |  Phil Bennett | 2009-12-21 | 1 | -2/+0 |
* | Converted cabal, mappy, toypop and zaxxon to use driver_data structure [Atari... |  Phil Bennett | 2009-12-01 | 1 | -1/+0 |
* | Cleanups and version bump.mame0135u2 |  Aaron Giles | 2009-11-30 | 1 | -1/+1 |
* | From: Atari Ace <atari_ace@verizon.net> |  Aaron Giles | 2009-11-28 | 1 | -2/+0 |
* | Purged remaining globals from video/generic.c and audio/generic.c |  Aaron Giles | 2009-11-28 | 1 | -0/+5 |
* | Removed global videoram, colorram, paletteram, and spriteram. |  Aaron Giles | 2009-11-28 | 1 | -11/+23 |
* | Introduced a generic_pointers structure within machine that is |  Aaron Giles | 2009-11-26 | 1 | -0/+29 |
* | Added new module tagmap which is a simple hashed string map. |  Aaron Giles | 2009-11-23 | 1 | -1/+1 |
* | Fix CPP_COMPILE (except for internal compiler error on snes.c). |  Aaron Giles | 2009-09-08 | 1 | -1/+0 |
* | Fixed crasher in the debugger revealed by the latest changes. |  Aaron Giles | 2009-09-08 | 1 | -1/+1 |
* | Remove remaining references to machine->cpu[n]. Removed cpu[n] array. |  Aaron Giles | 2009-09-08 | 1 | -1/+1 |
* | Added debug_global_input_code_pressed() for use in debugging. |  Aaron Giles | 2009-09-08 | 1 | -0/+3 |
* | > From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2009-09-06 | 1 | -0/+2 |
* | [from AtariAce] |  Aaron Giles | 2009-08-30 | 1 | -0/+2 |
* | > -----Original Message----- |  Aaron Giles | 2009-08-13 | 1 | -1/+3 |
* | > From: atari_ace@verizon.net |  Aaron Giles | 2009-08-13 | 1 | -0/+2 |
* | > From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2009-08-02 | 1 | -0/+1 |
* | Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems |  Aaron Giles | 2009-07-09 | 1 | -5/+0 |
* | Major drawgfx cleanup, global removal, and feature enhancements: |  Aaron Giles | 2009-01-12 | 1 | -0/+4 |
* | CPU interface organization shuffle. The file cpuintrf.h now merely |  Aaron Giles | 2008-12-22 | 1 | -1/+1 |
* | Here's the big one.... |  Aaron Giles | 2008-12-11 | 1 | -1/+2 |
* | Removed mame_find_cpu_index(). Use cputag_get_cpu() instead. |  Aaron Giles | 2008-12-06 | 1 | -3/+0 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -0/+2 |
* | More debugger changes. |  Aaron Giles | 2008-12-03 | 1 | -0/+2 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -0/+2 |
* | Debugger interfaces cleanup. Still more to do but this compiles and |  Aaron Giles | 2008-11-21 | 1 | -0/+2 |
* | Another big one. |  Aaron Giles | 2008-11-20 | 1 | -0/+2 |
* | WARNING: this compiles, but not fully cleanly, and a number of drivers |  Aaron Giles | 2008-11-14 | 1 | -1/+1 |
* | Major cpuintrf changes: |  Aaron Giles | 2008-11-10 | 1 | -0/+3 |
* | Populated tag and static_config parts of fake CPU device. Removed 'config' |  Aaron Giles | 2008-11-09 | 1 | -0/+2 |