Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move mess into mame (nw) | 2015-09-30 | 1 | -1152/+0 | |
| | |||||
* | change flags from GAME_ to MACHINE_ | 2015-07-29 | 1 | -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 | 2014-07-22 | 1 | -1/+1 | |
| | |||||
* | (MESS) ql: SandyQMouse WIP. (nw) | 2014-06-05 | 1 | -1/+0 | |
| | |||||
* | (MESS) ql: Fixed QIMI mouse. (nw) | 2014-06-05 | 1 | -6/+27 | |
| | |||||
* | (MESS) ql: Added slot interfaces for the expansion and ROM cartridge ports. ↵ | 2014-06-04 | 1 | -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) | 2014-06-03 | 1 | -0/+2 | |
| | |||||
* | (MESS) ql: Floppy WIP. (nw) | 2014-05-26 | 1 | -1/+1 | |
| | |||||
* | (MESS) ql: Started expansion port slotification. (nw) | 2014-05-24 | 1 | -14/+6 | |
| | |||||
* | converted micropolis and wd17xx to use inline configs. nw. | 2014-05-16 | 1 | -10/+7 | |
| | |||||
* | wd17xx: devcb2. (nw) | 2014-05-12 | 1 | -1/+1 | |
| | |||||
* | wd17xx: devcb2. (nw) | 2014-05-12 | 1 | -2/+2 | |
| | |||||
* | Cleanup of image device interfaces (nw) | 2014-05-02 | 1 | -30/+2 | |
| | |||||
* | printer_image_device: converted to devcb2 (nw) | 2014-04-11 | 1 | -1/+1 | |
| | |||||
* | Cleanups and version bumpmame0153 | 2014-04-07 | 1 | -35/+35 | |
| | |||||
* | disabled some Visual Studio analysis warnings / fixed some obvious errors ↵ | 2014-04-03 | 1 | -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 ↵ | 2014-03-26 | 1 | -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) | 2014-03-19 | 1 | -2/+1 | |
| | |||||
* | Converted zx8302_device to devcb2 (nw) | 2014-03-18 | 1 | -21/+19 | |
| | |||||
* | legacy wd17xx is now also a modern device (nw) | 2014-03-18 | 1 | -14/+14 | |
| | |||||
* | (MESS) ql: zx8301 devcb2. (nw) | 2014-03-14 | 1 | -13/+3 | |
| | |||||
* | (MESS) Fixed screen regressions. (nw) | 2014-03-11 | 1 | -0/+1 | |
| | |||||
* | (MESS) ql.c - Fixed up communication between main 68008 CPU and 8048 IPC so ↵ | 2014-02-24 | 1 | -6/+5 | |
| | | | | that making sound does not crash the machine. [Phill Harvey-Smith] | ||||
* | first round of clang 3.4 fixes for MESS (nw) | 2014-02-20 | 1 | -0/+2 | |
| | |||||
* | created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ↵ | 2014-02-15 | 1 | -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 ↵ | 2013-12-23 | 1 | -3/+1 | |
| | | | | allows multiple chips to be connected together without using glue methods. [smf] | ||||
* | converted serial & rs232 devices to devcb2 [smf] | 2013-12-20 | 1 | -30/+2 | |
| | |||||
* | License tags. (nw) | 2013-10-16 | 1 | -0/+2 | |
| | |||||
* | Cleanups and version bumpmame0149 | 2013-06-11 | 1 | -12/+12 | |
| | |||||
* | (MESS) ql: Added Merlin Tonto ROM dumps. [Ash Evans] | 2013-06-08 | 1 | -12/+15 | |
| | |||||
* | modernized speaker device. [Fabio Priuli] | 2013-06-04 | 1 | -1/+1 | |
| | |||||
* | Moved default card config, device inputs and clock off the slot interface so ↵ | 2013-05-29 | 1 | -2/+2 | |
| | | | | they can be specified for all cards [smf] | ||||
* | (MESS) ql: Fixed regression. (nw) | 2013-05-21 | 1 | -18/+18 | |
| | |||||
* | (MESS) ql: Added RS-232 ports. [Curt Coder] | 2013-05-21 | 1 | -39/+70 | |
| | |||||
* | various cpu lookup cleanup (nw) | 2013-04-15 | 1 | -1/+1 | |
| | |||||
* | Removal of machine().root_device() where appropriate (nw) | 2013-04-14 | 1 | -4/+4 | |
| | |||||
* | speaker tag lookup removal, also no need to use universal tag, since easier ↵ | 2013-04-12 | 1 | -1/+1 | |
| | | | | now to follow (nw) | ||||
* | Cleanups and version bumpmame0148u3 | 2013-04-09 | 1 | -1/+1 | |
| | |||||
* | (MESS) ql: Added floppy softlist. [anonymous] | 2013-03-26 | 1 | -1/+12 | |
| | |||||
* | Moved some mess devices to proper place (nw) | 2013-02-22 | 1 | -1/+1 | |
| | |||||
* | (MESS) Tagmap lookup cleanup. (nw) | 2013-01-28 | 1 | -38/+38 | |
| | |||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -121/+121 | |
| | |||||
* | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) | 2012-10-03 | 1 | -10/+8 | |
| | |||||
* | Since nobody checks for NULLs anyway, make | 2012-09-19 | 1 | -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. | 2012-09-17 | 1 | -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) | 2012-09-12 | 1 | -38/+1 | |
| | |||||
* | Clear out remaining global inlines in diexec.h. | 2012-09-12 | 1 | -5/+5 | |
| | |||||
* | Add ambiguous execute() and memory() methods to the | 2012-09-11 | 1 | -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) | 2012-08-21 | 1 | -0/+1365 | |