| Commit message (Expand) | Author | Age | Files | Lines |
* | Amiga: Kill the legacy CIA emulation and fix Agnus ID for A2000 and |  Dirk Best | 2014-05-17 | 1 | -931/+0 |
* | fixed usage of uninitialized members in legacy_mos6526_device (nw) |  Oliver Stöneberg | 2014-04-23 | 1 | -1/+5 |
* | removed legacy not used code (nw) |  Miodrag Milanovic | 2014-04-22 | 1 | -16/+0 |
* | Some changes/corrections to device descriptions from MASH and Tafoid (nw) |  Scott Stone | 2014-04-12 | 1 | -1/+1 |
* | use ARRAY_LENGTH (nw) |  Oliver Stöneberg | 2014-04-03 | 1 | -2/+2 |
* | fix for Amiga regression, this made infinite loop (nw) |  Miodrag Milanovic | 2014-03-31 | 1 | -2/+2 |
* | 6526cia: devcb2 temporarily until mos6526 works with amiga. (nw) |  Curt Coder | 2014-03-25 | 1 | -56/+33 |
* | Centronics WIP using write lines and DEVCB2. Added an output latch and input ... |  smf- | 2014-02-09 | 1 | -2/+0 |
* | changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -6/+6 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -48/+48 |
* | mos6526: Implemented a nearly cycle-exact "old" CIA, which passes most of the... |  Curt Coder | 2012-10-04 | 1 | -56/+56 |
* | Will commit this for now, looks proper start value (no whatsnew) |  Miodrag Milanovic | 2012-09-28 | 1 | -0/+4 |
* | Implemented DS75160A/DS75161A IEEE-488 GPIB Transceivers. [Curt Coder] |  Curt Coder | 2012-09-27 | 1 | -4/+0 |
* | (MESS) c128: MMU WIP. (nw) |  Curt Coder | 2012-09-10 | 1 | -15/+29 |
* | Clean-ups and version bumpmame0145u5 |  Angelo Salese | 2012-03-25 | 1 | -1/+1 |
* | 6526cia.c: The PC output will now go low for 1 cycle following a read/write o... |  Curt Coder | 2012-03-20 | 1 | -9/+42 |
* | Reimplemented devcb using delegates and classes. Unified the logic |  Aaron Giles | 2011-05-02 | 1 | -16/+16 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -77/+54 |
* | Switch from m_machine to machine() everywhere. In some cases this |  Aaron Giles | 2011-04-18 | 1 | -2/+2 |
* | 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 | -33/+33 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -5/+5 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -2/+2 |
* | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -2/+2 |
* | 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 | -1/+1 |
* | Cleanups and version bump.mame0139u2 |  Aaron Giles | 2010-08-30 | 1 | -1/+1 |
* | Reverting until I can figure out what's up. |  Ryan Holtz | 2010-08-28 | 1 | -35/+6 |
* | Fix for class derivation issues brought about by pain meds. No whatsnew. |  Ryan Holtz | 2010-08-28 | 1 | -1/+1 |
* | Correcting device names. No whatsnew. |  Ryan Holtz | 2010-08-28 | 1 | -6/+35 |
* | Updated the 6526 CIA device to no longer be legacy. [Harmony] |  Ryan Holtz | 2010-08-25 | 1 | -525/+462 |
* | Cleanups and version bump. |  Aaron Giles | 2010-06-17 | 1 | -1/+1 |
* | Split implementation for legacy devices into a separate macro. Updated all |  Aaron Giles | 2010-06-11 | 1 | -0/+4 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -14/+15 |
* | Made device->tag and devconfig->tag into private member variables (m_tag). |  Aaron Giles | 2010-03-08 | 1 | -2/+2 |
* | CIA 6526: Fixed serial port transfer. |  Curt Coder | 2010-01-21 | 1 | -73/+77 |
* | CIA 6526: fixed serial transfer |  Curt Coder | 2010-01-20 | 1 | -1/+2 |
* | Refactored the CIA 6526 interface, adding SP/CNT callbacks. |  Curt Coder | 2010-01-19 | 1 | -130/+139 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -18/+18 |
* | Bulk driver.h -> emu.h switch. |  Aaron Giles | 2010-01-10 | 1 | -1/+1 |
* | CIA6526: fixed FLAG handling |  Curt Coder | 2009-12-16 | 1 | -1/+3 |
* | CIA6526: slight interface cleanup |  Curt Coder | 2009-12-15 | 1 | -0/+27 |
* | fixed CIA PRA,PRB,DDRA,DDRB ports |  Roberto Zandona | 2009-09-08 | 1 | -2/+4 |
* | partial fix to CIA timer: avoid timer's desync in read count operation |  Roberto Zandona | 2009-09-07 | 1 | -4/+22 |
* | different TOD implementation for CIA6526 and CIA8520 |  Roberto Zandona | 2009-09-01 | 1 | -8/+28 |
* | Deprecated device_set_info. Almost all devices had a NULL or empty |  Aaron Giles | 2009-04-23 | 1 | -14/+0 |
* | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -2/+2 |
* | From: Duke [mailto:startaq@gmail.com] |  Aaron Giles | 2009-02-26 | 1 | -0/+24 |