summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/vixen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* discrete_sound_w and discrete_sound_r not used any more since discrete_device... Miodrag Milanovic2014-03-211-1/+1
* Removed pseudo-palettes from video/generic.c. All drivers that were using the... Alex W. Jackson2014-03-131-1/+6
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-20/+15
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-5/+5
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-221-2/+3
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-15/+1
* License tags. (nw) Curt Coder2013-10-161-0/+2
* small MACHINE_RESET cleanup Oliver Stöneberg2013-08-051-4/+0
* small VIDEO_START cleanup (nw) Oliver Stöneberg2013-08-041-4/+0
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-3/+3
* (MESS) Added RS-232 ports to several drivers. [Curt Coder] Curt Coder2013-05-201-8/+25
* removed some redundant uses of DEVICE_SELF (nw) smf-2013-05-201-2/+2
* Modernized the MOS6526, MOS6560, MOS7360, MOS6581, CBM IEC, and IEEE-488 devi... Curt Coder2013-02-121-13/+3
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-3/+3
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-28/+22
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-88/+88
* (MESS) vixen: Floppy modernization. (nw) Curt Coder2012-11-291-55/+30
* Some manual cleanup (no whatsnew) Miodrag Milanovic2012-09-251-1/+1
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-7/+5
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-8/+8
* Memory handler normalization, part 1. Aaron Giles2012-09-171-1/+1
* 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
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+945