| Commit message (Expand) | Author | Age | Files | Lines |
* | Start adding owners to files in MESS and updated license for PeT (nw) |  Miodrag Milanovic | 2015-05-08 | 1 | -2/+2 |
* | Added dummy license headers for EMU section (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -0/+2 |
* | (MESS) pet: Refactored the Commodore 8050/8250/SFD-1001 to use the new floppy... |  Curt Coder | 2015-04-10 | 1 | -0/+2 |
* | 6522via: Added device address map. [Curt Coder] |  Curt Coder | 2015-04-08 | 1 | -0/+4 |
* | 6522via.c: added missing save states, fixes at least bmcbowl save state probl... |  Osso13 | 2015-01-19 | 1 | -0/+2 |
* | fixed usage of uninitialized members in via6522_device (nw) |  Oliver Stöneberg | 2014-04-28 | 1 | -1/+4 |
* | Oric 1: Spring cleaning [O. Galibert] |  Olivier Galibert | 2014-04-12 | 1 | -0/+10 |
* | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -1/+1 |
* | simplified VIA 6522 irq handling (nw) |  smf- | 2014-01-28 | 1 | -71/+43 |
* | Clears port a and port b latches at startup, temporarily reverted CA1 timing ... |  smf- | 2014-01-27 | 1 | -25/+30 |
* | Allow reading from port A in output mode. Add a separate bit for timer 1 PB7 ... |  smf- | 2014-01-26 | 1 | -125/+91 |
* | serial data is shifted in just before cb1 goes high, not just after it goes l... |  smf- | 2014-01-25 | 1 | -14/+7 |
* | 6522 CA1 is input only, so I have removed the output callback. The lisa via h... |  smf- | 2014-01-25 | 1 | -82/+29 |
* | Added support for shift out free running at t2 rate, cb1 output now lasts for... |  smf- | 2014-01-24 | 1 | -78/+59 |
* | fix for potential loss of state change (nw) |  smf- | 2014-01-01 | 1 | -32/+25 |
* | Removed cb2 callback from mac drivers, you now have to push the data. [smf] |  smf- | 2014-01-01 | 1 | -13/+1 |
* | removed ca1/ca2/cb1 callbacks as they were never called anyway [smf] |  smf- | 2014-01-01 | 1 | -6/+0 |
* | removed readpb & readcb2 callbacks from commodore LCD VIA6522 configuration. ... |  smf- | 2014-01-01 | 1 | -6/+7 |
* | converted pa* & pb* inputs to WRITE_LINE_MEMBER [smf] |  smf- | 2014-01-01 | 1 | -0/+14 |
* | Convert VIA6522 to use DEVCB2 [smf] |  smf- | 2013-12-31 | 1 | -83/+65 |
* | changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -1/+1 |
* | removed devhelpr.h and trampolines in half modern devices,also southbridge al... |  Miodrag Milanovic | 2013-03-20 | 1 | -1/+0 |
* | fixed uninitialized members in src/emu/machine/6522via.c (nw) |  Oliver Stöneberg | 2013-03-06 | 1 | -0/+3 |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -1/+0 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -63/+63 |
* | 6522via: Used core clock/attotime functions. [Curt Coder] |  Curt Coder | 2012-12-17 | 1 | -35/+28 |
* | Clean-ups and version bumpmame0144u7 |  Angelo Salese | 2012-01-29 | 1 | -7/+7 |
* | shift in under o2 or t2 control generates clock on cb1. |  smf- | 2012-01-29 | 1 | -0/+4 |
* | improved serial input emulation. |  smf- | 2012-01-27 | 1 | -267/+297 |
* | Clean-ups and version bumpmame0144 |  Angelo Salese | 2011-11-13 | 1 | -3/+3 |
* | 6522VIA: Implemented CA2 pulse output mode, and output interrupt state only w... |  Curt Coder | 2011-11-13 | 1 | -10/+36 |
* | Reimplemented devcb using delegates and classes. Unified the logic |  Aaron Giles | 2011-05-02 | 1 | -50/+50 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -55/+49 |
* | Switch from m_machine to machine() everywhere. In some cases this |  Aaron Giles | 2011-04-18 | 1 | -17/+17 |
* | 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 | -28/+28 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -23/+23 |
* | Fix build break from last checkin. |  Aaron Giles | 2011-02-06 | 1 | -7/+7 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -3/+3 |
* | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -5/+5 |
* | Cleanups and version bump.mame0139u3 |  Aaron Giles | 2010-09-19 | 1 | -2/+2 |
* | Added an integral device_timer_id to device timers. This is a |  Aaron Giles | 2010-09-17 | 1 | -48/+50 |
* | Added definitions for [DECLARE_]READ_LINE_MEMBER and [DECLARE_]WRITE_LINE_MEMBER |  Aaron Giles | 2010-09-11 | 1 | -100/+57 |
* | Correcting device names. No whatsnew. |  Ryan Holtz | 2010-08-28 | 1 | -56/+19 |
* | 6255via: added support for shift mode 5 (shift out under T2 control) [Miodrag... |  Miodrag Milanovic | 2010-08-25 | 1 | -2/+15 |
* | Some cleanup in 6821pia.c and a fix for NULL timer callbacks in 6522via.c. d... |  Ryan Holtz | 2010-08-25 | 1 | -112/+28 |
* | Updated the 6526 CIA device to no longer be legacy. [Harmony] |  Ryan Holtz | 2010-08-25 | 1 | -35/+35 |
* | Correcting some more bugs in 6821pia and 6522via, zookeep works again. No wh... |  Ryan Holtz | 2010-08-24 | 1 | -26/+32 |
* | Implemented missing read/write handlers in 6522via.c (no whatsnew) |  Miodrag Milanovic | 2010-08-24 | 1 | -0/+30 |