| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed uninitialized members in src/emu/machine/6821pia.c (nw) |  Oliver Stöneberg | 2013-03-07 | 1 | -1/+3 |
* | fixed uninitialized members in src/emu/machine/6821pia.c (nw) |  Oliver Stöneberg | 2013-02-21 | 1 | -1/+3 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -171/+171 |
* | Inlining 6821 PIA read/write calls |  Nathan Woods | 2011-11-15 | 1 | -30/+0 |
* | Cleanups and version bumpmame0142u3 |  Angelo Salese | 2011-05-08 | 1 | -1/+1 |
* | Clean up 6821 PIA modernization, removing all trampolines. Some |  Aaron Giles | 2011-05-03 | 1 | -472/+294 |
* | Reimplemented devcb using delegates and classes. Unified the logic |  Aaron Giles | 2011-05-02 | 1 | -38/+38 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -65/+31 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -1/+1 |
* | 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 | -32/+32 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -11/+11 |
* | Correcting device names. No whatsnew. |  Ryan Holtz | 2010-08-28 | 1 | -5/+1 |
* | Updated the INS 8154 RAM I/O device to no longer be legacy. [Harmony] |  Ryan Holtz | 2010-08-27 | 1 | -0/+2 |
* | Some cleanup in 6821pia.c and a fix for NULL timer callbacks in 6522via.c. d... |  Ryan Holtz | 2010-08-25 | 1 | -2/+2 |
* | Correcting some more bugs in 6821pia and 6522via, zookeep works again. No wh... |  Ryan Holtz | 2010-08-24 | 1 | -54/+27 |
* | Fixed 6821pia and 7474, fixes for 6522via incoming. carpolo now works again.... |  Ryan Holtz | 2010-08-24 | 1 | -0/+20 |
* | Updated the 6821 PIA device to no longer be legacy. [Harmony] |  Ryan Holtz | 2010-08-23 | 1 | -516/+619 |
* | Improved PIA6821 interface. (no whatsnew) |  Curt Coder | 2010-07-16 | 1 | -40/+28 |
* | Split implementation for legacy devices into a separate macro. Updated all |  Aaron Giles | 2010-06-11 | 1 | -0/+3 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -4/+4 |
* | Made device->tag and devconfig->tag into private member variables (m_tag). |  Aaron Giles | 2010-03-08 | 1 | -36/+36 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -35/+35 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -36/+37 |
* | The other larger patch adds missing static and const qualifiers, and |  Aaron Giles | 2009-06-08 | 1 | -1/+1 |
* | Added DT_HAS_START to devtempl.h to explicitly specify the presence |  Aaron Giles | 2009-05-31 | 1 | -90/+66 |
* | Deprecated device_set_info. Almost all devices had a NULL or empty |  Aaron Giles | 2009-04-23 | 1 | -13/+0 |
* | Renamed 6821new.* -> 6821pia.* |  Aaron Giles | 2009-03-03 | 1 | -0/+1373 |
* | Delete old PIA implementation. |  Aaron Giles | 2009-03-03 | 1 | -1343/+0 |
* | This update is the below two patches, plus the remaining changes |  Aaron Giles | 2008-12-19 | 1 | -21/+24 |
* | From: Atari Ace [atari_ace@verizon.net] |  Aaron Giles | 2008-12-11 | 1 | -2/+1 |
* | Hi mamedev, |  Aaron Giles | 2008-12-08 | 1 | -33/+34 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -32/+32 |
* | Move cpunum_get_active() removal. |  Aaron Giles | 2008-11-27 | 1 | -36/+36 |
* | Added "tag" parameter to state_save_register_item_* calls. Removed |  Aaron Giles | 2008-11-17 | 1 | -32/+32 |
* | WARNING: this compiles, but not fully cleanly, and a number of drivers |  Aaron Giles | 2008-11-14 | 1 | -10/+26 |
* | Major cpuintrf changes: |  Aaron Giles | 2008-11-10 | 1 | -40/+40 |
* | Cleanups and version bump.mame0128 |  Aaron Giles | 2008-10-16 | 1 | -2/+2 |
* | From: Phill Harvey-Smith [mailto:afra@aurigae.demon.co.uk] |  Aaron Giles | 2008-10-16 | 1 | -0/+13 |
* | From: Oliver Stoeneberg [mailto:oliverst@online.de] |  Aaron Giles | 2008-06-26 | 1 | -65/+65 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-05-22 | 1 | -4/+4 |
* | Added support for using smaller-sized memory handlers directly in |  Aaron Giles | 2008-04-14 | 1 | -76/+0 |
* | Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* |  Aaron Giles | 2008-04-03 | 1 | -32/+32 |
* | New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... |  smf- | 2008-03-30 | 1 | -32/+32 |
* | Added running_machine * parameter to the front of all read/write handlers. |  Aaron Giles | 2008-03-05 | 1 | -10/+10 |
* | - Added deprecat.h that contains some deprecated/discouraged contructs (see b... |  Zsolt Vasvari | 2008-01-25 | 1 | -0/+1 |
* | Fixes victory137b4gre and victory37b16gre |  Zsolt Vasvari | 2008-01-13 | 1 | -90/+127 |
* | (From Atari Ace) |  Aaron Giles | 2007-12-31 | 1 | -5/+1 |
* | Initial checkin of MAME 0.121.mame0121 |  Aaron Giles | 2007-12-17 | 1 | -0/+1353 |