summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/cbm2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-25/+11
* 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
* tpi6525_device: converted to devcb2 (nw) Ivan Vangelista2014-04-141-93/+51
* mc6845: Added display enable and horizontal/vertical back porch widths to the... Curt Coder2014-03-271-2/+3
* mos6526: devcb2 cleanup. (nw) Curt Coder2014-03-221-39/+46
* Hooked up dtr/rts/rxc to serial port & introduced the etc pin to rs232 (pin 2... smf-2014-03-191-0/+3
* Rewritten 6551 emulation. Changed clock to be the o2 clock instead of the bau... smf-2014-03-171-15/+18
* Cleaned up devcb2 usage. (nw) Curt Coder2014-03-161-14/+37
* (MESS) cbm2: devcb2. (nw) Curt Coder2014-03-151-19/+15
* Converted ds75161a_device to devcb2 (nw) Ivan Vangelista2014-03-151-28/+51
* Removed pseudo-palettes from video/generic.c. All drivers that were using the... Alex W. Jackson2014-03-131-1/+4
* (MESS) vcs/ctrl: Cleanup. (nw) Curt Coder2014-03-121-2/+2
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-15/+16
* replaced more machine().firstcpu with m_maincpu [smf] smf-2014-01-231-3/+1
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+1
* Fixed commodore quick load by passing in the address space instead of using m... smf-2014-01-041-2/+2
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-1/+1
* removed unused rxd callback from mos6551 and made devcb2 consistent with othe... smf-2013-12-231-6/+15
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-17/+21
* License tags. (nw) Curt Coder2013-10-161-0/+2
* small MACHINE_RESET cleanup Oliver Stöneberg2013-08-051-8/+0
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+1
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-18/+18
* removed some redundant uses of DEVICE_SELF (nw) smf-2013-05-201-19/+19
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-9/+2
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-5/+5
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-12/+12
* (MESS) cbm8296: WIP. (nw) Curt Coder2013-03-051-13/+21
* (MESS) cbm2: Fixed 6509<>8088 comms. (nw) Curt Coder2013-02-231-38/+64
* (MESS) Cleanup. (nw) Curt Coder2013-02-221-0/+4
* Finished moving quicload/snapshot formats into machine folder (nw) Miodrag Milanovic2013-02-221-0/+16
* (MESS) vic20/c64: Added VIC-1011A/B RS-232C adapter emulation. [Curt Coder] Curt Coder2013-02-151-10/+10
* (MESS) Cleanups. (nw) Curt Coder2013-02-141-0/+4
* Fixed validation. (nw) Curt Coder2013-02-131-3/+3
* Modernized the MOS6526, MOS6560, MOS7360, MOS6581, CBM IEC, and IEEE-488 devi... Curt Coder2013-02-121-75/+42
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-17/+17
* (MESS) Added some RS-232 slots. (nw) Curt Coder2013-02-071-0/+20
* (MESS) devcb2 conversions. (nw) Curt Coder2013-02-061-110/+31
* (MESS) superpet: WIP. (nw) Curt Coder2013-02-051-1/+1
* Fixed ROM name. (nw) Curt Coder2013-02-041-1/+1
* (MESS) pet: Added user and memory expansion ports. [Curt Coder] Curt Coder2013-02-041-83/+156
* (MESS) Used modern accessors for i8259. (nw) Curt Coder2013-02-021-1/+1
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-6/+4
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-271-12/+7
* (MESS) Reduced tagmap abuse. (nw) Curt Coder2013-01-241-16/+16
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-201/+201
* (MESS) cbm2: 8088 WIP. (nw) Curt Coder2012-12-201-9/+24
* pic8259: Added modern accessors. (nw) Curt Coder2012-10-301-16/+18