summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/victor9k.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-10/+10
* mc6845: Added display enable and horizontal/vertical back porch widths to the... Curt Coder2014-03-271-2/+2
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-1/+1
* (MESS) mc6852: devcb2 + diserial. (nw) Curt Coder2014-03-111-11/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+1
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-26/+9
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-1/+1
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-16/+16
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+1
* Started to remove via port read handlers, prematurely stopped because IEEE488... smf-2014-01-021-164/+80
* removed IEEE488 CA1/CA2 callback as it already pushes the values [smf] smf-2014-01-011-2/+0
* removed more ca*/ca* callbacks [smf] smf-2014-01-011-36/+3
* Changed victor9000 keyboard to push the data line to the 6522 [smf] smf-2014-01-011-3/+3
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-144/+56
* removed unused rxd callback from MC6852 (which is only a skeleton) [smf] smf-2013-12-231-3/+0
* replaced read rx callback in Z80DART (and clones) with a write handler, which... smf-2013-12-221-2/+2
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-31/+11
* License tags. (nw) Curt Coder2013-10-161-0/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+1
* Modernized hc55516 sound chip. [Osso] Scott Stone2013-07-231-1/+1
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
* (MESS) victor9k_flop.xml: Added preliminary software list. [Jonathan Gevaryahu] Curt Coder2013-06-151-0/+3
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-46/+46
* (MESS) victor9k: Fixed regression. (nw) Curt Coder2013-06-071-19/+104
* (MESS) victor9k: Added notes. (nw) Curt Coder2013-06-061-6/+34
* (MESS) victor9k: Floppy WIP. (nw) Curt Coder2013-06-051-72/+291
* 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-4/+4
* z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder] Curt Coder2013-05-271-36/+27
* (MESS) Added RS-232 ports to several drivers. [Curt Coder] Curt Coder2013-05-201-12/+41
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-8/+1
* pic8259.c: Continue modernization. (nw) Wilbert Pol2013-05-141-2/+2
* Modernized the MOS6526, MOS6560, MOS7360, MOS6581, CBM IEC, and IEEE-488 devi... Curt Coder2013-02-121-15/+3
* (MESS) Used modern accessors for i8259. (nw) Curt Coder2013-02-021-33/+23
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-5/+3
* 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-216/+216
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-4/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-4/+4
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-2/+2
* added missing \n to more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1004