summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/z80dart.c
Commit message (Expand)AuthorAgeFilesLines
* z80dart: Cleanup. (nw) Curt Coder2014-05-121-1/+0
* (mess) rmnimbus: extract keyboard and use z80dart and wd_fdc (nw) cracyc2014-05-021-2/+3
* z80dart: converted to use devcb2. nw. Fabio Priuli2014-04-291-71/+82
* z80dart: quick fix to get CP/M (CPC) to detect the presence of the serial int... mahlemiut2014-04-251-2/+6
* fixed usage of uninitialized member in z80dart_channel (nw) Oliver Stöneberg2014-04-231-0/+1
* i8089: channel priorities [Carl] cracyc2014-03-121-1/+3
* fix array out of bounds access Michaël Banaan Ananas2014-02-261-1/+2
* Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ... smf-2014-02-241-48/+4
* Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated... smf-2014-01-131-14/+14
* moved variables (nw) smf-2014-01-101-13/+13
* Call set_data_frame() before stc_rcv_rate() in a few more places, as since r2... smf-2014-01-101-2/+2
* fixed Z80DART parity selection [smf] smf-2014-01-081-2/+2
* It makes more sense to mask out the errors that are going to be brought in fr... smf-2014-01-081-2/+2
* Sets RR1_ALL_SENT on reset, previously it relied on tra_complete() being call... smf-2014-01-081-0/+1
* z80dart: add priority and irq vector for 8274 (nw) cracyc2013-12-291-5/+47
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-3/+2
* replaced read rx callback in Z80DART (and clones) with a write handler, which... smf-2013-12-221-10/+19
* diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert] Olivier Galibert2013-11-181-26/+34
* Lessen log pollution. (nw) Curt Coder2013-11-161-2/+2
* License tags. (nw) Curt Coder2013-10-161-0/+2
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-5/+5
* (MESS) superslv: Fixed regression. (nw) Curt Coder2013-06-021-21/+39
* (mess) qx10kbd: update to use z80dart (nw) cracyc2013-05-281-0/+6
* z80dart: Cleanup. (nw) Curt Coder2013-05-281-63/+80
* z80dart: Refactored z80dart_channel to implement device_serial_interface. (nw) Curt Coder2013-05-281-365/+191
* z80dart: Refactored dart_channel to be of device_t kin. (nw) Curt Coder2013-05-281-332/+269
* (MESS) Refactored drivers to use z80dart.c instead of z80sio.c, the easy part... Curt Coder2013-05-271-1/+4
* z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder] Curt Coder2013-05-271-61/+65
* z80dart: Added modern register accessors. (nw) Curt Coder2013-02-021-0/+30
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-121/+121
* (MESS) bw12, xerox820, wangpc: Fixed floppy. [Curt Coder] Curt Coder2013-01-091-0/+1
* Memory handler normalization, part 1. Aaron Giles2012-09-171-6/+6
* Fixed Z80DART FIFO starting index. [Curt Coder] Curt Coder2011-09-291-1/+1
* Exposed the Z80 DART interrupt vector to non-Z80 users. [Curt Coder] Curt Coder2011-09-261-0/+10
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-12/+12
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-82/+39
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-4/+4
* BIG update. Aaron Giles2011-03-291-1/+1
* Fixed Z80-DART transmit word length. [Curt Coder] Curt Coder2011-03-141-4/+4
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-27/+27
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-4/+4
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-4/+4
* z80dart.c: Wilbert Pol2010-12-261-0/+9
* Z80DART changes: [Curt Coder] Curt Coder2010-12-211-4/+6
* Move device definitions out of the bottom of the file. They can be Aaron Giles2010-09-191-7/+13
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-7/+7