summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/poly.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* generic_keyboard_device, generic_terminal_device and teleprinter_device: conv... Ivan Vangelista2014-04-091-6/+2
* saa5050: devcb2. (nw) Curt Coder2014-04-011-7/+3
* fixed clang compilation (nw) Oliver Stöneberg2014-02-211-1/+0
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-16/+28
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-7/+8
* remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) smf-2014-01-071-5/+5
* Removed 6821 porta_r/portb_r/ca1_r/ca2_r/cb1_r/cb2_r functions as they only r... smf-2014-01-061-8/+1
* fixed swapped cb1 & ca2 read callbacks during conversion (nw) smf-2014-01-061-1/+1
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-34/+11
* removed comments, pretty sure this isn't hooked up to econet (nw) smf-2013-12-231-2/+2
* compile fix (nw) Miodrag Milanovic2013-12-231-1/+0
* replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al... smf-2013-12-221-3/+0
* Modernized mc6854 device.(nw) Ivan Vangelista2013-11-041-1/+1
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
* (MESS) poly1: removed a trampoline Robbbert2013-06-201-9/+2
* (MESS) poly1: removed un-needed comment Robbbert2013-06-141-1/+0
* (MESS) poly1: removed keyboard hack Robbbert2013-06-111-12/+7
* (MESS) poly1: added sound Robbbert2013-06-111-8/+20
* (MESS) poly1: added devices, fixed kbd for bios 1 Robbbert2013-06-101-6/+41
* [MESS] changed poly.c bios shortnames to lower-case (nw) Oliver Stöneberg2013-01-211-2/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-24/+24
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* Rewrote the SAA5050 Teletext character generator. Removed saa505x.c which was... Curt Coder2012-09-141-27/+15
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+2
* 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/+234