summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ql.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (MESS) ql: SandyQMouse WIP. (nw) Curt Coder2014-06-051-1/+0
* (MESS) ql: Fixed QIMI mouse. (nw) Curt Coder2014-06-051-6/+27
* (MESS) ql: Added slot interfaces for the expansion and ROM cartridge ports. M... Curt Coder2014-06-041-464/+136
* (MESS) ql: Added ROM cartridge slot interface. (nw) Curt Coder2014-06-031-0/+2
* (MESS) ql: Floppy WIP. (nw) Curt Coder2014-05-261-1/+1
* (MESS) ql: Started expansion port slotification. (nw) Curt Coder2014-05-241-14/+6
* converted micropolis and wd17xx to use inline configs. nw. Fabio Priuli2014-05-161-10/+7
* wd17xx: devcb2. (nw) Curt Coder2014-05-121-1/+1
* wd17xx: devcb2. (nw) Curt Coder2014-05-121-2/+2
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-30/+2
* printer_image_device: converted to devcb2 (nw) Ivan Vangelista2014-04-111-1/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-35/+35
* disabled some Visual Studio analysis warnings / fixed some obvious errors bas... Oliver Stöneberg2014-04-031-1/+1
* (MESS) ql.c: Added emulation of both the QIMI and Sandy mice to the QL drive... Scott Stone2014-03-261-20/+185
* (MESS) microdrv: devcb2. (nw) Curt Coder2014-03-191-2/+1
* Converted zx8302_device to devcb2 (nw) Ivan Vangelista2014-03-181-21/+19
* legacy wd17xx is now also a modern device (nw) Miodrag Milanovic2014-03-181-14/+14
* (MESS) ql: zx8301 devcb2. (nw) Curt Coder2014-03-141-13/+3
* (MESS) Fixed screen regressions. (nw) Curt Coder2014-03-111-0/+1
* (MESS) ql.c - Fixed up communication between main 68008 CPU and 8048 IPC so t... Scott Stone2014-02-241-6/+5
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-4/+4
* replaced read netin/dtr1/cts2 callbacks in ZX8302 with write handlers, which ... smf-2013-12-231-3/+1
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-30/+2
* License tags. (nw) Curt Coder2013-10-161-0/+2
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-12/+12
* (MESS) ql: Added Merlin Tonto ROM dumps. [Ash Evans] Curt Coder2013-06-081-12/+15
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-1/+1
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-2/+2
* (MESS) ql: Fixed regression. (nw) Wilbert Pol2013-05-211-18/+18
* (MESS) ql: Added RS-232 ports. [Curt Coder] Curt Coder2013-05-211-39/+70
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-4/+4
* speaker tag lookup removal, also no need to use universal tag, since easier n... Miodrag Milanovic2013-04-121-1/+1
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-1/+1
* (MESS) ql: Added floppy softlist. [anonymous] Curt Coder2013-03-261-1/+12
* Moved some mess devices to proper place (nw) Miodrag Milanovic2013-02-221-1/+1
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-38/+38
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-121/+121
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-10/+8
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-13/+13
* Memory handler normalization, part 1. Aaron Giles2012-09-171-8/+8
* (MESS) Death to palettes. (nw) Curt Coder2012-09-121-38/+1
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-5/+5
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1365