summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/abc1600.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* (MESS) Cleanups. (nw) Curt Coder2014-04-011-1/+1
* Cleaned up devcb2 usage. (nw) Curt Coder2014-03-171-1/+1
* 8530scc: devcb2. (nw) Curt Coder2014-03-171-6/+2
* wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-161-10/+4
* z8536: devcb2. (nw) Curt Coder2014-03-161-12/+8
* z80dma finalized modernizing (nw) Miodrag Milanovic2014-03-151-5/+5
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-4/+4
* replaced read rx callback in Z80DART (and clones) with a write handler, which... smf-2013-12-221-4/+14
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-30/+2
* (MESS) Cleanup. (nw) Curt Coder2013-10-311-41/+19
* (MESS) Moved a bunch of buses under emu/bus. (nw) Curt Coder2013-10-221-6/+0
* License tags. (nw) Curt Coder2013-10-161-0/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-2/+2
* (MESS) abc1600: Separated the MAC and Mover to their own devices. (nw) Curt Coder2013-09-101-1044/+106
* small MACHINE_RESET cleanup Oliver Stöneberg2013-08-051-4/+0
* (MESS) abc80x, abc1600: Added Luxor ABC keyboard port slot interface. [Curt C... Curt Coder2013-05-311-14/+3
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-9/+9
* z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder] Curt Coder2013-05-271-6/+6
* (MESS) Added RS-232 ports to several drivers. [Curt Coder] Curt Coder2013-05-211-4/+35
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-7/+6
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-271-2/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-194/+194
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-8/+8
* (MESS) abc1600: Modernized floppy. (nw) Curt Coder2012-12-111-41/+33
* (MESS) Cleanup. (nw) Curt Coder2012-12-071-2/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-7/+7
* Memory handler normalization, part 1. Aaron Giles2012-09-171-38/+38
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-7/+7
* (MESS) a little reorganisation while investigating the S1410 SASI to ST506 ad... smf-2012-08-301-1/+0
* (MESS) removed SCSIConfigTable from scsibus, scsi devices are now sub devices... smf-2012-08-281-1/+0
* glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto th... smf-2012-08-231-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1995