| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Bulk driver.h -> emu.h switch. |  Aaron Giles | 2010-01-10 | 1 | -1/+1 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -4/+4 |
* | NOTE: This change requires two new osd functions: osd_malloc() and |  Aaron Giles | 2010-01-08 | 1 | -4/+4 |
* | The starting value for an output port is now the default value, which is base... |  smf- | 2010-01-07 | 1 | -2/+2 |
* | Fix typo in 8-bit eeprom case. |  Aaron Giles | 2010-01-03 | 1 | -1/+1 |
* | Exposed an address space for EEPROM devices. This has several |  Aaron Giles | 2009-12-28 | 1 | -81/+59 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -1/+1 |
* | Whitespace cleanup. (No, a release is not yet imminent.) |  Aaron Giles | 2009-12-28 | 1 | -1/+1 |
* | Rename eepromdev.c/h back to eeprom.c/h |  Aaron Giles | 2009-12-27 | 1 | -0/+458 |
* | Remove old eeprom implementation. |  Aaron Giles | 2009-12-27 | 1 | -376/+0 |
* | Changed eeprom erase command to write 0xff values. |  Pierpaolo Prazzoli | 2009-03-04 | 1 | -3/+3 |