Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | z80pio: converted to use devcb2. nw. | 2014-04-29 | 1 | -12/+0 | |
| | |||||
* | super80.c: use ioport_array (nw) | 2014-04-28 | 1 | -16/+5 | |
| | |||||
* | (MESS) super80 : cleanup, part 3 | 2014-04-27 | 1 | -0/+1 | |
| | |||||
* | (MESS) super80 : cleanup, part 2 | 2014-04-27 | 1 | -23/+8 | |
| | |||||
* | (MESS) super80 : cleanup, part 1 | 2014-04-27 | 1 | -17/+21 | |
| | |||||
* | (MESS) super80 : oops! | 2014-04-26 | 1 | -1/+1 | |
| | |||||
* | (MESS) super80 : more work with fdc | 2014-04-26 | 1 | -1/+20 | |
| | |||||
* | (MESS) super80 : starting to add fdc support | 2014-04-26 | 1 | -2/+11 | |
| | |||||
* | Centronics WIP using write lines and DEVCB2. Added an output latch and input ↵ | 2014-02-09 | 1 | -14/+3 | |
| | | | | buffer device to allow configuration in MCFG. Renamed centronics device "printer" to "image". FM-7 parallel port joystick works again. Added support for using PC LPT control lines as inputs (not tested). c64 geocable now just passes individual lines through, changed the strobe line to what is documented online (not tested). Converted MSX & exidy sorcerer parallel port DAC to use covox device instead of using a configuration switch (not tested). Sorcerer parallel port is more like the commodore user port, so should be converted to it's own slot where one option is a centronics card. [smf] | ||||
* | modernized speaker device. [Fabio Priuli] | 2013-06-04 | 1 | -2/+2 | |
| | |||||
* | cleanup (nw) | 2013-04-19 | 1 | -1/+1 | |
| | |||||
* | SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) | 2013-04-19 | 1 | -3/+3 | |
| | |||||
* | moving some static functions in driver state for MESS drivers plus some ↵ | 2013-04-18 | 1 | -16/+14 | |
| | | | | other modernization (nw) | ||||
* | (MESS) cassette cleanup (nw) | 2013-04-17 | 1 | -7/+7 | |
| | |||||
* | Cleanups and version bumpmame0148u2 | 2013-03-19 | 1 | -1/+1 | |
| | |||||
* | Finished moving quicload/snapshot formats into machine folder (nw) | 2013-02-22 | 1 | -1/+27 | |
| | |||||
* | (MESS) Super80 cleanup of tags (nw) | 2013-01-26 | 1 | -15/+23 | |
| | |||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -33/+32 | |
| | |||||
* | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) | 2012-10-03 | 1 | -5/+4 | |
| | |||||
* | modernization or timer callbacks part 2 (no whatsnew) | 2012-09-24 | 1 | -28/+25 | |
| | |||||
* | change from device->machine() to space.machine() in device handlers in order ↵ | 2012-09-21 | 1 | -1/+1 | |
| | | | | to make next changes easier (no whatsnew) | ||||
* | Memory handler normalization, part 1. | 2012-09-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | 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] | ||||
* | Closeout on old macros. Retired cputag_set_input_line | 2012-09-12 | 1 | -3/+3 | |
| | | | | | | | and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles] | ||||
* | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+227 | |