| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -290/+0 |
| * | lot more updated (nw) |  Miodrag Milanovic | 2015-05-11 | 1 | -5/+2 |
| * | Added dummy license headers for EMU section (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -0/+2 |
| * | Created memcard as device and removed it from machine/generic (nw) |  Miodrag Milanovic | 2014-04-17 | 1 | -144/+0 |
| * | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -1/+0 |
| * | Let running_machine handle nvram save/load (nw) |  Miodrag Milanovic | 2014-02-02 | 1 | -119/+0 |
| * | removed few legacy calls (nw) |  Miodrag Milanovic | 2014-02-02 | 1 | -5/+0 |
| * | Cleanups and version bumpmame0150 |  Miodrag Milanovic | 2013-09-17 | 1 | -1/+0 |
| * | removed some unused legacy functions / flagged a few more things as deprecate... |  Oliver Stöneberg | 2013-08-22 | 1 | -2/+0 |
| * | removed legacy trampoline generic_pulse_irq_line_and_vector() (nw) |  Oliver Stöneberg | 2013-07-24 | 1 | -2/+1 |
| * | removed some legacy interrupt trampolines (nw) |  Oliver Stöneberg | 2013-07-24 | 1 | -30/+1 |
| * | Cleanups and version bumpmame0149 |  Miodrag Milanovic | 2013-06-11 | 1 | -1/+1 |
| * | let's skip the extension when choosing the nvram folder name based on software |  Fabio Priuli | 2013-05-25 | 1 | -1/+1 |
| * | used parent image names so it will work for cmd parameters, also multiple ima... |  Miodrag Milanovic | 2013-05-21 | 1 | -5/+22 |
| * | Added NVRAMs for devices in software item named folder [Miodrag Milanovic] |  Miodrag Milanovic | 2013-05-21 | 1 | -6/+11 |
| * | save state cleanup, converted state_save_register_global* into save_item/save... |  Miodrag Milanovic | 2013-05-08 | 1 | -1/+1 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -5/+5 |
| * | 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 |