| Commit message (Expand) | Author | Age | Files | Lines |
* | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -52/+16 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -4/+4 |
* | Fix build break from last checkin. |  Aaron Giles | 2011-02-06 | 1 | -2/+2 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -3/+3 |
* | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -4/+4 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -5/+5 |
* | Added templates required_shared_ptr<> and optional_shared_ptr<> which |  Aaron Giles | 2010-09-04 | 1 | -66/+0 |
* | Massive memory system change. This is another step along the path toward |  Aaron Giles | 2010-08-19 | 1 | -3/+3 |
* | More loop initializers for PowerPC compile. |  R. Belmont | 2010-07-07 | 1 | -1/+1 |
* | Cleanups and version bump.mame0138u3 |  Aaron Giles | 2010-07-06 | 1 | -1/+1 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 1 | -6/+19 |
* | Remove the following functions: |  Aaron Giles | 2010-07-01 | 1 | -4/+2 |
* | Split mame.c into mame.c and machine.c, the latter containing the |  Aaron Giles | 2010-06-30 | 1 | -20/+23 |
* | Made the machine_config a proper object. Added detokenize method to |  Aaron Giles | 2010-06-28 | 1 | -15/+15 |
* | Cleanups and version bump. |  Aaron Giles | 2010-06-17 | 1 | -1/+1 |
* | Regression fixes: |  Aaron Giles | 2010-06-14 | 1 | -2/+7 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -51/+57 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -12/+12 |
* | Created new template class tagged_list which manages a simple list |  Aaron Giles | 2010-01-17 | 1 | -2/+2 |
* | Bulk driver.h -> emu.h switch. |  Aaron Giles | 2010-01-10 | 1 | -1/+0 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -1/+2 |
* | 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 |