summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pc1512.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-1514/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-8/+8
* Allow sound output if 8253 is never programmed, i.e. all output is done by mo... Sergey Svishchev2014-11-051-0/+1
* Use the same list of centronics devices everywhere (except the Amstrad CPC), ... smf-2014-10-281-2/+2
* (MESS) pc1512.c: Added m_opt to the pc1640 save state (nw) Wilbert Pol2014-08-031-0/+1
* Cleanups and version bump Miodrag Milanovic2014-07-221-4/+4
* ins8250_device: converted to devcb2 (nw) Ivan Vangelista2014-05-071-19/+12
* am9517a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-291-23/+32
* pic8259: remove trampolines (nw) cracyc2014-04-231-12/+2
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-6/+2
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-2/+2
* isa8_device and isa16_device: converted to devcb2 (nw) Ivan Vangelista2014-04-151-18/+22
* (MESS) Cleaned up devcb2. (nw) Curt Coder2014-03-191-2/+6
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-6/+6
* Shuffle ISA and some more PC related devices around (nw) Miodrag Milanovic2014-03-071-1/+1
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-23/+19
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-13/+14
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-21/+60
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-16/+12
* Uses MCFG_SLOT_DEFAULT_OPTION instead of MCFG_DEVICE_SLOT_INTERFACE where onl... smf-2013-12-161-4/+4
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-1/+1
* Fixed the MC146818 modernisation so that local/utc & whether a century is sto... smf-2013-11-011-3/+4
* License tags. (nw) Curt Coder2013-10-161-0/+2
* small MACHINE_RESET cleanup Oliver Stöneberg2013-08-051-8/+0
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-6/+6
* (MESS) pc1640: Added another model and better part_id's for the system floppi... Curt Coder2013-07-141-0/+3
* (MESS) pc1512.xml: Added hand-crafted system disc 5. (nw) Curt Coder2013-07-141-1/+68
* (MESS) pc1512: Split to SD/DD/HD10/HD20 models. (nw) Curt Coder2013-07-141-58/+56
* (MESS) pc1640: Split to SD/DD/HD20 models. (nw) Curt Coder2013-07-141-6/+39
* (MESS) pc1640: Promoted to working with imperfect graphics, the extended Para... Curt Coder2013-07-121-2/+2
* (MESS) pc1640: Added ISA card for integrated video. (nw) Curt Coder2013-07-111-11/+7
* PC driver cleanup: Dirk Best2013-06-131-23/+8
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-1/+1
* (MESS) devcb2. (nw) Curt Coder2013-06-091-8/+2
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-1/+1
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-5/+5
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-12/+12
* (mess) pc1512: permit the ega to used until built-in graphics work (nw) cracyc2013-05-211-2/+2
* (mess) oops (nw) cracyc2013-05-211-1/+1
* (mess) pc1512: pc1640 don't crash (nw) cracyc2013-05-201-26/+33
* (mess) pc1512: fix pc1512 floppy (nw) cracyc2013-05-201-2/+4
* (MESS) Added RS-232 ports to several drivers. [Curt Coder] Curt Coder2013-05-201-3/+21
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-9/+2
* pic8259.c: Continue modernization. (nw) Wilbert Pol2013-05-141-2/+2
* speaker tag lookup removal, also no need to use universal tag, since easier n... Miodrag Milanovic2013-04-121-2/+2
* (MESS) Used modern accessors for i8259. (nw) Curt Coder2013-02-021-1/+1
* (MESS) Used modern accessors for i8259. (nw) Curt Coder2013-02-021-15/+15
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-6/+4
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-271-4/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-185/+185