summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/thomson.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-2451/+0
* thomson.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-021-71/+70
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-1/+1
* get rid of all the x Dirk Best2015-06-231-1/+1
* thompson: updated to use the new wd fdc. same deal with as bbc: drives 0 Dirk Best2015-06-051-3/+17
* update license for Peter Trauner and Antoine Mine (nw) Miodrag Milanovic2015-05-111-1/+1
* Added owners and licenses for those who can be tracked (nw) Miodrag Milanovic2015-05-081-1/+1
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* Use the same list of centronics devices everywhere (except the Amstrad CPC), ... smf-2014-10-281-5/+5
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+1
* and a last bunch of generic cart slots. nw. Fabio Priuli2014-10-111-17/+21
* (MESS)thomson : improve accuracy of the colors [Antoine Mine] Miodrag Milanovic2014-09-061-0/+3
* converted micropolis and wd17xx to use inline configs. nw. Fabio Priuli2014-05-161-1/+4
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-20/+7
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-50/+9
* mc6854_device: converted to devcb2 and delegates (nw) Ivan Vangelista2014-04-301-1/+3
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-5/+5
* 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