summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ql.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-1152/+0
|
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-11/+11
| | | | this better fits the drivers from MESS (which have always illogically used the GAME_ flags despite not being games) and also fits fine with arcade machines.
* Cleanups and version bump Miodrag Milanovic2014-07-221-1/+1
|
* (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. ↵ Curt Coder2014-06-041-464/+136
| | | | Modernized the Sandy Super Disk, Sandy SuperQBoard, and Miracle Trump Card floppy interfaces. Added a device for the QIMI (not working yet). Created skeletons for several expansion cards. [Curt Coder]
* (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 ↵ Oliver Stöneberg2014-04-031-1/+1
| | | | based on analysis output (-video gdi works again) (nw)
* (MESS) ql.c: Added emulation of both the QIMI and Sandy mice to the QL ↵ Scott Stone2014-03-261-20/+185
| | | | driver as well as adding support of those to the Sandy SuperQBoard. Moved the selection of the mouse and disk interface from dip switches to config, as this seemed more appropriate. [Phill-Harvey-Smith]
* (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 ↵ Scott Stone2014-02-241-6/+5
| | | | that making sound does not crash the machine. [Phill Harvey-Smith]
* 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
| | | | and midi devices, changed h89 to use an rs232 port to communicate with the serial terminal to instead of connecting it directly. [smf]
* replaced read netin/dtr1/cts2 callbacks in ZX8302 with write handlers, which ↵ smf-2013-12-231-3/+1
| | | | allows multiple chips to be connected together without using glue methods. [smf]
* 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
| | | | they can be specified for all cards [smf]
* (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 ↵ Miodrag Milanovic2013-04-121-1/+1
| | | | now to follow (nw)
* 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
| | | | | | | | | | | | device_memory_interface::space() assert against NULL and return a reference, and pushed references throughout all address space usage in the system. Added a has_space() method to check for those rare case when it is ambiguous. [Aaron Giles] Also reinstated the generic space and added fatal error handlers if anyone tries to actually read/write from it.
* Memory handler normalization, part 1. Aaron Giles2012-09-171-8/+8
| | | | | | | | | | | | | READ/WRITE_DEVICE*_HANDLERs are now passed an address_space &, and the 8-bit variants get a mem_mask as well. This means they are now directly compatible with the member function delegates. Added a generic address space to the driver_device that can be used when no specific address space is available. Also added DECLARE_READ/WRITE_DEVICE*_HANDLER macros to declare device callbacks with default mem_mask parameters. [Aaron Giles]
* (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
| | | | | | | device_execute/memory_interfaces respectively in order to catch unnecessary usage of the corresponding device_t methods. Removed all existing redundant usage. [Aaron Giles]
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1365