summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/tek405x.c
Commit message (Expand)AuthorAgeFilesLines
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+2
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-19/+13
* remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) smf-2014-01-071-36/+36
* removed a couple of CA1/CB1 involved with IEEE, pet was already pushing the s... smf-2014-01-061-2/+3
* Removed 6821 porta_r/portb_r/ca1_r/ca2_r/cb1_r/cb2_r functions as they only r... smf-2014-01-061-54/+9
* fixed swapped cb1 & ca2 read callbacks during conversion (nw) smf-2014-01-061-5/+5
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-127/+61
* replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al... smf-2013-12-221-3/+0
* Device-ified vector.c. (nw) Ivan Vangelista2013-11-011-4/+4
* License tags. (nw) Curt Coder2013-10-161-0/+2
* small VIDEO_START cleanup (nw) Oliver Stöneberg2013-08-041-8/+0
* moved some legacy stuff from screen.h to scrlegcy.h (nw) Oliver Stöneberg2013-07-161-0/+1
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-2/+2
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-1/+1
* save state cleanup, converted state_save_register_global* into save_item/save... Miodrag Milanovic2013-05-081-1/+0
* speaker tag lookup removal, also no need to use universal tag, since easier n... Miodrag Milanovic2013-04-121-2/+2
* Modernized the MOS6526, MOS6560, MOS7360, MOS6581, CBM IEC, and IEEE-488 devi... Curt Coder2013-02-121-19/+1
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-7/+7
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-31/+39
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-219/+219
* Some manual cleanup (no whatsnew) Miodrag Milanovic2012-09-251-1/+1
* 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-9/+9
* 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/+1401