summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/kyocera.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
|
* rp5c01.c: converted to devcb2 (nw) Ivan Vangelista2014-03-191-7/+1
|
* im6402: devcb2. (nw) Curt Coder2014-03-011-18/+6
|
* Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ↵ smf-2014-02-241-3/+3
| | | | instead. [smf]
* (MESS) Cleanup. (nw) Curt Coder2014-02-181-0/+1
|
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-15/+14
|
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ↵ smf-2014-02-151-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 ↵ smf-2014-02-091-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 ↵ smf-2013-12-231-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 ↵ smf-2013-12-221-2/+4
| | | | allows multiple chips to be connected together without using glue methods. [smf]
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-17/+4
|
* License tags. (nw) Curt Coder2013-10-161-0/+2
|
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-9/+9
|
* (MESS) tandy200 : fixed crash at start Robbbert2013-09-131-2/+12
|
* (MESS) Cleanup. (nw) Curt Coder2013-08-081-12/+72
|
* i8085.c: Modernized cpu core (nw) Wilbert Pol2013-08-031-12/+8
|
* upd1990a: devcb2. (nw) Curt Coder2013-06-101-11/+3
|
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-4/+4
|
* Moved default card config, device inputs and clock off the slot interface so ↵ smf-2013-05-291-4/+4
| | | | they can be specified for all cards [smf]
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-3/+3
|
* (MESS) pc8201: Added Japanese ROM. [noris] Curt Coder2013-04-251-7/+6
|
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-7/+7
|
* speaker tag lookup removal, also no need to use universal tag, since easier ↵ Miodrag Milanovic2013-04-121-4/+4
| | | | now to follow (nw)
* (MESS) kc85: Added RS-232 port. (nw) Curt Coder2013-03-251-13/+40
|
* Fixed regression. (nw) Curt Coder2013-02-021-0/+5
|
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-55/+62
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-214/+214
|
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-4/+6
|
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-6/+4
|
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-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. Aaron Giles2012-09-121-1/+1
|
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-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) Miodrag Milanovic2012-08-211-0/+1569