| Commit message (Expand) | Author | Age | Files | Lines |
* | z80dart: Cleanup. (nw) |  Curt Coder | 2014-05-12 | 1 | -1/+0 |
* | (mess) rmnimbus: extract keyboard and use z80dart and wd_fdc (nw) |  cracyc | 2014-05-02 | 1 | -2/+3 |
* | z80dart: converted to use devcb2. nw. |  Fabio Priuli | 2014-04-29 | 1 | -71/+82 |
* | z80dart: quick fix to get CP/M (CPC) to detect the presence of the serial int... |  mahlemiut | 2014-04-25 | 1 | -2/+6 |
* | fixed usage of uninitialized member in z80dart_channel (nw) |  Oliver Stöneberg | 2014-04-23 | 1 | -0/+1 |
* | i8089: channel priorities [Carl] |  cracyc | 2014-03-12 | 1 | -1/+3 |
* | fix array out of bounds access |  Michaël Banaan Ananas | 2014-02-26 | 1 | -1/+2 |
* | Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ... |  smf- | 2014-02-24 | 1 | -48/+4 |
* | Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated... |  smf- | 2014-01-13 | 1 | -14/+14 |
* | moved variables (nw) |  smf- | 2014-01-10 | 1 | -13/+13 |
* | Call set_data_frame() before stc_rcv_rate() in a few more places, as since r2... |  smf- | 2014-01-10 | 1 | -2/+2 |
* | fixed Z80DART parity selection [smf] |  smf- | 2014-01-08 | 1 | -2/+2 |
* | It makes more sense to mask out the errors that are going to be brought in fr... |  smf- | 2014-01-08 | 1 | -2/+2 |
* | Sets RR1_ALL_SENT on reset, previously it relied on tra_complete() being call... |  smf- | 2014-01-08 | 1 | -0/+1 |
* | z80dart: add priority and irq vector for 8274 (nw) |  cracyc | 2013-12-29 | 1 | -5/+47 |
* | Cleanups and version bumpmame0152 |  Miodrag Milanovic | 2013-12-24 | 1 | -3/+2 |
* | replaced read rx callback in Z80DART (and clones) with a write handler, which... |  smf- | 2013-12-22 | 1 | -10/+19 |
* | diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert] |  Olivier Galibert | 2013-11-18 | 1 | -26/+34 |
* | Lessen log pollution. (nw) |  Curt Coder | 2013-11-16 | 1 | -2/+2 |
* | License tags. (nw) |  Curt Coder | 2013-10-16 | 1 | -0/+2 |
* | changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -1/+1 |
* | Cleanups and version bumpmame0149 |  Miodrag Milanovic | 2013-06-11 | 1 | -5/+5 |
* | (MESS) superslv: Fixed regression. (nw) |  Curt Coder | 2013-06-02 | 1 | -21/+39 |
* | (mess) qx10kbd: update to use z80dart (nw) |  cracyc | 2013-05-28 | 1 | -0/+6 |
* | z80dart: Cleanup. (nw) |  Curt Coder | 2013-05-28 | 1 | -63/+80 |
* | z80dart: Refactored z80dart_channel to implement device_serial_interface. (nw) |  Curt Coder | 2013-05-28 | 1 | -365/+191 |
* | z80dart: Refactored dart_channel to be of device_t kin. (nw) |  Curt Coder | 2013-05-28 | 1 | -332/+269 |
* | (MESS) Refactored drivers to use z80dart.c instead of z80sio.c, the easy part... |  Curt Coder | 2013-05-27 | 1 | -1/+4 |
* | z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder] |  Curt Coder | 2013-05-27 | 1 | -61/+65 |
* | z80dart: Added modern register accessors. (nw) |  Curt Coder | 2013-02-02 | 1 | -0/+30 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -121/+121 |
* | (MESS) bw12, xerox820, wangpc: Fixed floppy. [Curt Coder] |  Curt Coder | 2013-01-09 | 1 | -0/+1 |
* | Memory handler normalization, part 1. |  Aaron Giles | 2012-09-17 | 1 | -6/+6 |
* | Fixed Z80DART FIFO starting index. [Curt Coder] |  Curt Coder | 2011-09-29 | 1 | -1/+1 |
* | Exposed the Z80 DART interrupt vector to non-Z80 users. [Curt Coder] |  Curt Coder | 2011-09-26 | 1 | -0/+10 |
* | Reimplemented devcb using delegates and classes. Unified the logic |  Aaron Giles | 2011-05-02 | 1 | -12/+12 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -82/+39 |
* | 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 | -1/+1 |
* | Fixed Z80-DART transmit word length. [Curt Coder] |  Curt Coder | 2011-03-14 | 1 | -4/+4 |
* | 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 | -27/+27 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -4/+4 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -4/+4 |
* | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -4/+4 |
* | z80dart.c: |  Wilbert Pol | 2010-12-26 | 1 | -0/+9 |
* | Z80DART changes: [Curt Coder] |  Curt Coder | 2010-12-21 | 1 | -4/+6 |
* | Move device definitions out of the bottom of the file. They can be |  Aaron Giles | 2010-09-19 | 1 | -7/+13 |
* | Cleanups and version bump.mame0139u2 |  Aaron Giles | 2010-08-30 | 1 | -7/+7 |