summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pc8401a.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-677/+0
|
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-3/+3
| | | | 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.
* cleanup in mess section (nw) Miodrag Milanovic2015-04-191-2/+2
|
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
|
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+1
|
* (MESS) misc generic cartslot conversions. while at it, I have added Fabio Priuli2014-09-271-50/+44
| | | | experimental eprom writing to the beta.c driver (pending more accurate tests). nw.
* Fix validation errors (nw) Scott Stone2014-06-171-2/+2
|
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-12/+8
| | | | | p.s. I tested several games/systems and I triple checked the diff to be sure I did not make any copy and paste mistake in the 195 files touched by this, but let me know if any system suddenly stops working!
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-16/+14
|
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ↵ smf-2014-02-151-5/+7
| | | | 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 rx/cts/dcd callbacks in I8251 with write handlers, which ↵ smf-2013-12-221-2/+3
| | | | allows multiple chips to be connected together without using glue methods. [smf]
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-15/+2
|
* License tags. (nw) Curt Coder2013-10-161-0/+2
|
* upd1990a: devcb2. (nw) Curt Coder2013-06-101-10/+2
|
* 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) Added RS-232 ports to several drivers. [Curt Coder] Curt Coder2013-05-211-1/+16
|
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-28/+25
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-74/+74
|
* 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-14/+14
| | | | | | | | | | | | 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.
* 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/+695