Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanups and version bumpmame0153 | 2014-04-07 | 1 | -1/+1 | |
| | |||||
* | rp5c01.c: converted to devcb2 (nw) | 2014-03-19 | 1 | -7/+1 | |
| | |||||
* | im6402: devcb2. (nw) | 2014-03-01 | 1 | -18/+6 | |
| | |||||
* | Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ↵ | 2014-02-24 | 1 | -3/+3 | |
| | | | | instead. [smf] | ||||
* | (MESS) Cleanup. (nw) | 2014-02-18 | 1 | -0/+1 | |
| | |||||
* | Converted i8251 to DEVCB2 [smf] | 2014-02-15 | 1 | -15/+14 | |
| | |||||
* | created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ↵ | 2014-02-15 | 1 | -9/+9 | |
| | | | | and midi devices, changed h89 to use an rs232 port to communicate with the serial terminal to instead of connecting it directly. [smf] | ||||
* | Centronics WIP using write lines and DEVCB2. Added an output latch and input ↵ | 2014-02-09 | 1 | -13/+53 | |
| | | | | 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] | ||||
* | replaced read rx callback in IM6402 with a write handler, which allows ↵ | 2013-12-23 | 1 | -1/+3 | |
| | | | | multiple chips to be connected together without using glue methods. [smf] | ||||
* | replaced read rx/cts/dcd callbacks in I8251 with write handlers, which ↵ | 2013-12-22 | 1 | -2/+4 | |
| | | | | allows multiple chips to be connected together without using glue methods. [smf] | ||||
* | converted serial & rs232 devices to devcb2 [smf] | 2013-12-20 | 1 | -17/+4 | |
| | |||||
* | License tags. (nw) | 2013-10-16 | 1 | -0/+2 | |
| | |||||
* | Cleanups and version bumpmame0150 | 2013-09-17 | 1 | -9/+9 | |
| | |||||
* | (MESS) tandy200 : fixed crash at start | 2013-09-13 | 1 | -2/+12 | |
| | |||||
* | (MESS) Cleanup. (nw) | 2013-08-08 | 1 | -12/+72 | |
| | |||||
* | i8085.c: Modernized cpu core (nw) | 2013-08-03 | 1 | -12/+8 | |
| | |||||
* | upd1990a: devcb2. (nw) | 2013-06-10 | 1 | -11/+3 | |
| | |||||
* | modernized speaker device. [Fabio Priuli] | 2013-06-04 | 1 | -4/+4 | |
| | |||||
* | Moved default card config, device inputs and clock off the slot interface so ↵ | 2013-05-29 | 1 | -4/+4 | |
| | | | | they can be specified for all cards [smf] | ||||
* | Cleanups and version bumpmame0148u4 | 2013-04-30 | 1 | -3/+3 | |
| | |||||
* | (MESS) pc8201: Added Japanese ROM. [noris] | 2013-04-25 | 1 | -7/+6 | |
| | |||||
* | (MESS) cassette cleanup (nw) | 2013-04-17 | 1 | -7/+7 | |
| | |||||
* | speaker tag lookup removal, also no need to use universal tag, since easier ↵ | 2013-04-12 | 1 | -4/+4 | |
| | | | | now to follow (nw) | ||||
* | (MESS) kc85: Added RS-232 port. (nw) | 2013-03-25 | 1 | -13/+40 | |
| | |||||
* | Fixed regression. (nw) | 2013-02-02 | 1 | -0/+5 | |
| | |||||
* | (MESS) Tagmap lookup cleanup. (nw) | 2013-01-28 | 1 | -55/+62 | |
| | |||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -214/+214 | |
| | |||||
* | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) | 2012-10-03 | 1 | -4/+6 | |
| | |||||
* | TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) | 2012-09-25 | 1 | -6/+4 | |
| | |||||
* | Since nobody checks for NULLs anyway, make | 2012-09-19 | 1 | -34/+34 | |
| | | | | | | | | | | | | 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. | ||||
* | Clear out remaining global inlines in diexec.h. | 2012-09-12 | 1 | -1/+1 | |
| | |||||
* | Add ambiguous execute() and memory() methods to the | 2012-09-11 | 1 | -4/+4 | |
| | | | | | | | 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/+1569 | |