| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Extended the astring class wrapper into something useful, and |  Aaron Giles | 2010-01-08 | 1 | -18/+9 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -5/+5 |
* | Cleanups and version bump.mame0135u2 |  Aaron Giles | 2009-11-30 | 1 | -5/+5 |
* | Removed global videoram, colorram, paletteram, and spriteram. |  Aaron Giles | 2009-11-28 | 1 | -18/+18 |
* | Introduced a generic_pointers structure within machine that is |  Aaron Giles | 2009-11-26 | 1 | -108/+153 |
* | Added new module tagmap which is a simple hashed string map. |  Aaron Giles | 2009-11-23 | 1 | -2/+2 |
* | Made INI file order explicit via priorities. |  Aaron Giles | 2009-09-21 | 1 | -0/+1 |
* | Minor cleanup. Changed watchdog_read handlers to return the address |  Aaron Giles | 2009-09-08 | 1 | -20/+22 |
* | Remove remaining references to machine->cpu[n]. Removed cpu[n] array. |  Aaron Giles | 2009-09-08 | 1 | -42/+47 |
* | Changed generic NVRAM behavior so that all the variants look |  Aaron Giles | 2009-04-18 | 1 | -3/+9 |
* | Cleanups and version bump. |  Aaron Giles | 2009-03-19 | 1 | -2/+2 |
* | adds guilty gear xx slash set. |  davidhay | 2009-03-17 | 1 | -1/+5 |
* | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -4/+4 |
* | Converted the following drivers to the new device-based 6821 PIA: |  Aaron Giles | 2009-03-02 | 1 | -125/+0 |
* | CPU interface organization shuffle. The file cpuintrf.h now merely |  Aaron Giles | 2008-12-22 | 1 | -2/+2 |
* | This update is the below two patches, plus the remaining changes |  Aaron Giles | 2008-12-19 | 1 | -1/+0 |
* | Made CPUs into proper devices. CPUs are now added in the |  Aaron Giles | 2008-12-16 | 1 | -26/+20 |
* | Cleanups and version bump. |  Aaron Giles | 2008-12-15 | 1 | -2/+2 |
* | generic_pulse_line() now takes into account clock scaling and minimum cycles. |  Aaron Giles | 2008-12-09 | 1 | -1/+3 |
* | Re-routed empty get/set context calls to the dummy CPU's, and removed them |  Aaron Giles | 2008-12-09 | 1 | -8/+48 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -5/+5 |
* | Move cpunum_get_active() removal. |  Aaron Giles | 2008-11-27 | 1 | -6/+2 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -1/+1 |
* | Added "tag" parameter to state_save_register_item_* calls. Removed |  Aaron Giles | 2008-11-17 | 1 | -4/+4 |
* | WARNING: this compiles, but not fully cleanly, and a number of drivers |  Aaron Giles | 2008-11-14 | 1 | -102/+102 |
* | Massive API cleanup/change. The primary goal is that all CPU- |  Aaron Giles | 2008-11-13 | 1 | -33/+34 |
* | Major cpuintrf changes: |  Aaron Giles | 2008-11-10 | 1 | -3/+3 |
* | Cleanups and version bump.mame0127u2 |  Aaron Giles | 2008-09-04 | 1 | -3/+3 |
* | From: Fabio Priuli [mailto:doge.fabio@gmail.com] |  Aaron Giles | 2008-09-04 | 1 | -0/+12 |
* | Improved dip switch emulation in zn.c, ram hacks to get games booting are no ... |  smf- | 2008-08-25 | 1 | -7/+43 |
* | Made input_port_read_indexed() private to machine/generic.c. |  Aaron Giles | 2008-07-24 | 1 | -0/+12 |
* | From: Oliver Stoeneberg [mailto:oliverst@online.de] |  Aaron Giles | 2008-06-26 | 1 | -18/+17 |
* | removed meaningless service_coin_lockout_w function |  Nicola Salmoria | 2008-05-29 | 1 | -15/+0 |
* | Restructured input port internals and cleaned up inptport.c: |  Aaron Giles | 2008-05-15 | 1 | -5/+5 |
* | Renamed input port functions: |  Aaron Giles | 2008-04-06 | 1 | -96/+96 |
* | From: Oliver Stoeneberg [mailto:oliverst@online.de] |  Aaron Giles | 2008-04-02 | 1 | -7/+7 |
* | The term "driver" is way overloaded in the system. |  Aaron Giles | 2008-02-18 | 1 | -11/+11 |
* | - Added deprecat.h that contains some deprecated/discouraged contructs (see b... |  Zsolt Vasvari | 2008-01-25 | 1 | -2/+1 |
* | - Changed cpunum_set_input_line* functions to take running_machine as an argu... |  Zsolt Vasvari | 2008-01-24 | 1 | -30/+30 |
* | First in a series of updates to remove the use of the global Machine from as ... |  Zsolt Vasvari | 2008-01-24 | 1 | -6/+6 |
* | Changed all other video_*, sound_*, etc. calls to use macros |  Zsolt Vasvari | 2008-01-22 | 1 | -3/+3 |
* | (From AtariAce) |  Aaron Giles | 2008-01-08 | 1 | -28/+27 |
* | Copyright cleanup: |  Aaron Giles | 2008-01-06 | 1 | -1/+1 |
* | (From Atari Ace) |  Aaron Giles | 2008-01-03 | 1 | -0/+6 |
* | Changes for MAME 0.121u2.mame0121u2 |  Aaron Giles | 2007-12-17 | 1 | -1/+1 |
* | Initial checkin of MAME 0.121.mame0121 |  Aaron Giles | 2007-12-17 | 1 | -0/+820 |