summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/abc80x.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-16/+6
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-1/+0
* z80dart: converted to use devcb2. nw. Fabio Priuli2014-04-291-110/+69
* z80ctc: converted to use devcb2. nw. Fabio Priuli2014-04-281-14/+26
* saa5050: devcb2. (nw) Curt Coder2014-04-011-4/+9
* discrete_sound_w and discrete_sound_r not used any more since discrete_device... Miodrag Milanovic2014-03-211-2/+2
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-36/+36
* replaced read rx callback in Z80DART (and clones) with a write handler, which... smf-2013-12-221-31/+44
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-37/+36
* (MESS) abc800: Added slot devices for the ABC 830/832/834/838 floppy disk dri... Curt Coder2013-11-131-8/+4
* (MESS) abc800: Emulated the ABC 850 (10MB), ABC 852 (20MB), and ABC 856 (60MB... Curt Coder2013-11-121-0/+7
* (MESS) abc800: Cleanup. (nw) Curt Coder2013-11-011-28/+31
* (MESS) Cleanup. (nw) Curt Coder2013-10-311-3/+3
* License tags. (nw) Curt Coder2013-10-161-0/+2
* Cleanup. (nw) Curt Coder2013-06-101-2/+2
* (MESS) abcbus: devcb2. (nw) Curt Coder2013-06-081-17/+4
* (MESS) abc80x, abc1600: Added Luxor ABC keyboard port slot interface. [Curt C... Curt Coder2013-05-311-34/+12
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-12/+16
* (MESS) Cleanup. (nw) Curt Coder2013-05-281-2/+2
* z80dart: Refactored dart_channel to be of device_t kin. (nw) Curt Coder2013-05-281-4/+4
* z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder] Curt Coder2013-05-271-18/+18
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-3/+3
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-2/+2
* (MESS) fixed uninitialized variables in src/mess/drivers/abc80x.c (nw) Oliver Stöneberg2013-02-171-0/+6
* (MESS) abc80x: Connected RS-232 ports to Z80 DART/SIO. (nw) Curt Coder2013-02-151-31/+28
* (MESS) Added some RS-232 slots. (nw) Curt Coder2013-02-071-5/+44
* z80dart: Added modern register accessors. (nw) Curt Coder2013-02-021-6/+6
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-4/+4
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-271-10/+7
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-23/+23
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-24/+24
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Rewrote the SAA5050 Teletext character generator. Removed saa505x.c which was... Curt Coder2012-09-141-1/+1
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-3/+3
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1606