| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Added new options 'cheatpath' to specify one or more paths for cheat |  Aaron Giles | 2008-07-31 | 1 | -0/+2 |
* | Fixed comment. |  Aaron Giles | 2008-07-29 | 1 | -1/+1 |
* | Region classes go bye-bye. |  Aaron Giles | 2008-07-28 | 1 | -24/+6 |
* | Changed the way memory regions are referenced. Instead of a single |  Aaron Giles | 2008-07-28 | 1 | -60/+21 |
* | Cleaned up MESS-specific hooks |  Nathan Woods | 2008-07-27 | 1 | -0/+2 |
* | Note: I have done some testing, but there are probably more bugs |  Aaron Giles | 2008-07-12 | 1 | -0/+2 |
* | Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER |  Aaron Giles | 2008-06-26 | 1 | -16/+33 |
* | Do not stop in the debugger while we are waiting for a pending |  Aaron Giles | 2008-06-24 | 1 | -0/+3 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-06-23 | 1 | -2/+2 |
* | Restructured input port internals and cleaned up inptport.c: |  Aaron Giles | 2008-05-15 | 1 | -6/+7 |
* | MESS-specific changes; mame.h no longer include's MESS's device.h |  Nathan Woods | 2008-03-29 | 1 | -1/+4 |
* | Removed a MESS-ism |  Nathan Woods | 2008-03-26 | 1 | -5/+0 |
* | - Removes the public screen_state object -- all access is via functions |  Zsolt Vasvari | 2008-03-13 | 1 | -1/+0 |
* | Moves crosshair code from video.c into its own module |  Zsolt Vasvari | 2008-03-11 | 1 | -0/+1 |
* | Changes VIDEO_UPDATE signature to |  Zsolt Vasvari | 2008-03-08 | 1 | -1/+2 |
* | - Removes video_data from running_machine |  Zsolt Vasvari | 2008-03-07 | 1 | -2/+0 |
* | Normalized function pointer typedefs: they are now all |  Aaron Giles | 2008-03-03 | 1 | -2/+2 |