summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/bw12.c
Commit message (Expand)AuthorAgeFilesLines
* mc6845: Added display enable and horizontal/vertical back porch widths to the... Curt Coder2014-03-271-3/+3
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Removed pseudo-palettes from video/generic.c. All drivers that were using the... Alex W. Jackson2014-03-131-2/+3
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-22/+9
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-12/+13
* kb3600: converted to devcb2 (nw) R. Belmont2014-02-131-18/+13
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-16/+27
* remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) smf-2014-01-071-7/+7
* Removed 6821 porta_r/portb_r/ca1_r/ca2_r/cb1_r/cb2_r functions as they only r... smf-2014-01-061-6/+0
* fixed swapped cb1 & ca2 read callbacks during conversion (nw) smf-2014-01-061-1/+1
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-17/+11
* added screen visarea adjustment to mc6845 config interface Michaƫl Banaan Ananas2014-01-041-0/+1
* replaced read rx callback in Z80DART (and clones) with a write handler, which... smf-2013-12-221-3/+7
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-29/+8
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+1
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-2/+2
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-6/+6
* (MESS) Cleanup. (nw) Curt Coder2013-05-281-1/+1
* z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder] Curt Coder2013-05-271-8/+5
* (MESS) Added RS-232 ports to several drivers. [Curt Coder] Curt Coder2013-05-211-8/+38
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-8/+2
* (MESS) Reduced tagmap abuse. (nw) Curt Coder2013-01-241-2/+2
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-65/+65
* (MESS) bw12, xerox820, wangpc: Fixed floppy. [Curt Coder] Curt Coder2013-01-091-20/+10
* Added FM encoding support to upd765_dsk. [Curt Coder] Curt Coder2013-01-081-13/+6
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-18/+10
* (MESS) bw12: Removed palette and fixed floppy regression. (nw) Curt Coder2012-11-161-33/+20
* (MESS) Fixed bw12, tandy2k, nanos, specpls3 and sf7000 regressions. (nw) Sandro Ronco2012-10-281-6/+2
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-113/+23
* (MESS) Cleanup. (nw) Curt Coder2012-10-041-3/+2
* Fix for regressions (no whatsnew) Miodrag Milanovic2012-10-041-1/+1
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-2/+3
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-5/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-6/+6
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+840