| Commit message (Expand) | Author | Age | Files | Lines |
* | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 1 | -1/+1 |
* | ioport.c C++ conversion. Mostly internal changes, with no |  Aaron Giles | 2012-05-03 | 1 | -1/+1 |
* | Made UI for BIOS selection where applicable, and moved info about current |  Miodrag Milanovic | 2012-04-30 | 1 | -2/+2 |
* | Whoops, broke some stuff. |  Aaron Giles | 2012-04-10 | 1 | -0/+39 |
* | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 1 | -181/+0 |
* | modernization of some CUSTOM_INPUT's part 5 (no whatsnew) |  Miodrag Milanovic | 2012-04-09 | 1 | -2/+2 |
* | Moved all drivers to using the audio/watchdog helpers defined in the driver_d... |  Miodrag Milanovic | 2012-04-05 | 1 | -9/+0 |
* | allow generic_pulse_irq_line to be longer than 1 cycle. |  Michaƫl Banaan Ananas | 2012-02-11 | 1 | -16/+16 |
* | Clean-ups and version bumpmame0144u7 |  Angelo Salese | 2012-01-29 | 1 | -1/+1 |
* | Fix NVRAM file naming. |  Aaron Giles | 2012-01-26 | 1 | -24/+16 |
* | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -26/+18 |
* | Removed ugly function cpu_interrupt_enable() from the core, and updated all t... |  Angelo Salese | 2011-11-30 | 1 | -45/+0 |
* | Removed ugly function interrupt_enable_w from the core, and updated all the d... |  Angelo Salese | 2011-11-29 | 1 | -22/+0 |
* | Added generic helper read/write members to the driver_device base class. |  Aaron Giles | 2011-11-22 | 1 | -0/+9 |
* | Fix for handling nvram of subdevices, currently replace : with _ (no whatsnew) |  Miodrag Milanovic | 2011-11-04 | 1 | -2/+3 |
* | nvram devices each have their own file. |  smf- | 2011-10-23 | 1 | -36/+62 |
* | Clean-ups and version bumpmame0143u1 |  Angelo Salese | 2011-07-11 | 1 | -1/+1 |
* | reduced number of cases. |  smf- | 2011-07-08 | 1 | -6/+2 |
* | Fix nvram filename for non-biosed sets (no whatsnew) |  Miodrag Milanovic | 2011-07-08 | 1 | -1/+5 |
* | nvram - in case of multiple bioses, system nvram will be saved in [Miodrag M... |  Miodrag Milanovic | 2011-07-06 | 1 | -2/+19 |
* | Changed input read/write and crosshair callbacks into delegates. |  Aaron Giles | 2011-05-11 | 1 | -1/+1 |
* | Switch input ports to use function-based constructors instead of tokens. |  Aaron Giles | 2011-05-10 | 1 | -1/+1 |
* | Switch to using delegates for some callbacks: |  Aaron Giles | 2011-04-27 | 1 | -3/+3 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -3/+3 |
* | Rename state_manager -> save_manager since the term "state" is overloaded. |  Aaron Giles | 2011-04-20 | 1 | -4/+4 |
* | Remove redundant item cpu from address_space, in favor of |  Aaron Giles | 2011-03-29 | 1 | -2/+2 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -74/+74 |
* | Cleanup of machine.h. Shuffled some fields around, and moved several |  Aaron Giles | 2011-03-28 | 1 | -15/+15 |
* | Added device_t::memory() to fetch a reference to the memory interface, |  Aaron Giles | 2011-03-27 | 1 | -21/+21 |
* | Converted core_options to a class. Removed a bunch of marginal |  Aaron Giles | 2011-03-03 | 1 | -6/+6 |
* | 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 |