summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/thomson.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-10/+10
* modernized access for legacy floppy, quite straight forward thing (nw) Miodrag Milanovic2014-04-021-4/+4
* mc6846_device: converted to devcb2 (nw) Ivan Vangelista2014-03-261-9/+22
* Fix for Thomson MO6 banking, now more faithful to the hardware [Antoine Mine] Miodrag Milanovic2014-03-251-3/+8
* mea8000: devcb2. (nw) Curt Coder2014-03-191-1/+2
* mc6843: devcb2. (nw) Curt Coder2014-03-191-2/+2
* Rewritten 6551 emulation. Changed clock to be the o2 clock instead of the bau... smf-2014-03-171-5/+6
* thompson, ugly but proper fix (nw) Miodrag Milanovic2014-03-161-6/+63
* Removed an instance of DEVCB_LINE. (nw) Curt Coder2014-03-161-3/+4
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* (MESS) to9 : fixed crash at start Robbbert2014-03-031-0/+2
* fix the broken fix to the partial commit that went wrong (nw) smf-2014-02-281-2/+1
* just made it compile so we can work , smf please fix (nw) Miodrag Milanovic2014-02-281-1/+1
* fixed tag lookups and added comments (nw) smf-2014-02-281-8/+12
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+2
* Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ... smf-2014-02-241-70/+23
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-1/+7
* fixed crash at startup (nw) smf-2014-02-101-1/+5
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-11/+26
* Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated... smf-2014-01-131-3/+3
* remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) smf-2014-01-071-66/+66
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-13/+89
* removed unused rxd callback from mos6551 and made devcb2 consistent with othe... smf-2013-12-231-1/+1
* diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert] Olivier Galibert2013-11-181-3/+3
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* Modernized mc6846 device.(nw) Ivan Vangelista2013-10-191-5/+5
* small PALETTE_INIT cleanup (nw) Oliver Stöneberg2013-08-041-2/+1
* moved some legacy macros from driver.h to drivlgcy.h (nw) Oliver Stöneberg2013-07-151-0/+1
* (MESS) modernized MEA 8000 sound device. [Fabio Priuli] Fabio Priuli2013-06-021-3/+3
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-8/+8
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-3/+3
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-1/+1
* (MESS) thomson.c: Started moving a few things into the driver data. (nw) Wilbert Pol2013-02-241-95/+101
* (MESS) Refactored all drivers to use the new MOS6551 and removed the old impl... Curt Coder2013-02-061-9/+9
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-12/+4
* thomson: enabling cart list in some compatible models. no whatsnew. Fabio Priuli2013-01-141-10/+0
* softlist: Added preliminary lists to MO-5, TO-7 and TO-770 [K1W1] Fabio Priuli2013-01-131-591/+613
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-996/+996
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+2330