| Commit message (Expand) | Author | Age | Files | Lines |
* | more passing of attotime as const references (nw) |  Oliver Stöneberg | 2014-07-04 | 1 | -1/+1 |
* | Moved eminline and related files into /src/osd since it's system related (nw) |  Miodrag Milanovic | 2014-04-16 | 1 | -4/+4 |
* | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
* | Cleanups and version bumpmame0150 |  Miodrag Milanovic | 2013-09-17 | 1 | -9/+9 |
* | Added eeprompar.*, implementing a simple interface for parallel |  Aaron Giles | 2013-08-08 | 1 | -2/+6 |
* | Fixed most regressions due to EEPROM changes. Remaining issues |  Aaron Giles | 2013-08-02 | 1 | -4/+5 |
* | Rewrite serial EEPROM devices, breaking them out into separate chips of |  Aaron Giles | 2013-07-29 | 1 | -33/+121 |
* | Oops. |  Aaron Giles | 2013-07-27 | 1 | -2/+2 |
* | Split eeprom.c into a base class base_eeprom_device and a serial-specific |  Aaron Giles | 2013-07-27 | 1 | -366/+114 |
* | Rename eeprom_device to serial_eeprom_device in anticipation of adding |  Aaron Giles | 2013-07-26 | 1 | -33/+33 |
* | changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -1/+1 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -51/+51 |
* | added missing \n to some more fatalerror() calls (no whatsnew) |  Oliver Stöneberg | 2012-09-08 | 1 | -3/+3 |
* | Sync with MESS (no whatsnew) |  Miodrag Milanovic | 2012-05-03 | 1 | -1/+2 |
* | MAME going modern part 1 (no whatsnew) |  Miodrag Milanovic | 2012-03-31 | 1 | -2/+2 |
* | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -9/+2 |
* | eeprom.c: Changed the 'erase' function to force all data bits of the specifie... |  Wilbert Pol | 2011-12-23 | 1 | -2/+2 |
* | eeprom: Add tag name in eeprom's verbosity [O. Galibert] |  Olivier Galibert | 2011-06-24 | 1 | -11/+11 |
* | Removed legacy trampolines from eeprom_device, taking |  Aaron Giles | 2011-05-12 | 1 | -19/+4 |
* | naomi: Abstract the maple and jvs interfaces into a set of devices [O. Galibe... |  Olivier Galibert | 2011-05-02 | 1 | -0/+15 |
* | Further eeprom fixes. |  Aaron Giles | 2011-05-02 | 1 | -2/+2 |
* | Fix device/config merge errors. |  Aaron Giles | 2011-05-01 | 1 | -14/+15 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -124/+88 |
* | Switch from m_machine to machine() everywhere. In some cases this |  Aaron Giles | 2011-04-18 | 1 | -4/+4 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -5/+5 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -3/+3 |
* | Decouple memory_region parameters from the ROMREGION flags. |  Aaron Giles | 2011-03-14 | 1 | -1/+1 |
* | Converted core_options to a class. Removed a bunch of marginal |  Aaron Giles | 2011-03-03 | 1 | -1/+1 |
* | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -5/+5 |
* | Removed short name as parameter from device_config this way it is not mandato... |  Miodrag Milanovic | 2011-02-11 | 1 | -1/+1 |
* | - Added shortname to devices in order to make ROM loading per device possible... |  Miodrag Milanovic | 2011-02-10 | 1 | -1/+1 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -10/+10 |
* | Move device definitions out of the bottom of the file. They can be |  Aaron Giles | 2010-09-19 | 1 | -2/+2 |
* | Fix regressions. |  Aaron Giles | 2010-09-18 | 1 | -7/+10 |
* | 04030: All sets in taito_f3.c, taito_z.c, kaneko16.c, konamigq.c, overdriv.c:... |  Aaron Giles | 2010-09-18 | 1 | -4/+2 |
* | Quick fix to relegate the eeprom warnings to debug build only. (no whatsnew.txt) |  Scott Stone | 2010-09-04 | 1 | -2/+2 |
* | Cleanups and version bump.mame0139u2 |  Aaron Giles | 2010-08-30 | 1 | -3/+3 |
* | De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining |  Aaron Giles | 2010-08-26 | 1 | -24/+46 |
* | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 1 | -15/+15 |
* | Split mame.c into mame.c and machine.c, the latter containing the |  Aaron Giles | 2010-06-30 | 1 | -6/+6 |
* | Modified way device_type constants are defined in order to get unidasm compil... |  Miodrag Milanovic | 2010-06-29 | 1 | -0/+1 |
* | Changed device name from an overridable function to a parameter passed to |  Aaron Giles | 2010-06-25 | 1 | -1/+1 |
* | Cleanups and version bump. |  Aaron Giles | 2010-06-17 | 1 | -5/+5 |
* | Fix description of 16-bit EEPROM address space. |  Aaron Giles | 2010-06-08 | 1 | -1/+1 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -306/+444 |
* | New driver: sigmab98.c [Luca Elia] |  Luca Elia | 2010-05-16 | 1 | -11/+13 |
* | Made device->tag and devconfig->tag into private member variables (m_tag). |  Aaron Giles | 2010-03-08 | 1 | -3/+3 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -5/+5 |
* | Added casting operators to the region_info class so you can assign |  Aaron Giles | 2010-01-16 | 1 | -8/+6 |
* | Fixed memory freeing so that is it released in the opposite order |  Aaron Giles | 2010-01-11 | 1 | -15/+15 |