summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/thomson.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* update license for Peter Trauner and Antoine Mine (nw) Miodrag Milanovic2015-05-111-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-4/+4
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-2/+2
* Use the same list of centronics devices everywhere (except the Amstrad CPC), ... smf-2014-10-281-1/+1
* compilation fix for VS14 CTP4 (nw) smf-2014-10-181-1/+1
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-4/+4
* If #includes are not in source, code should not exist in source. (nw) Scott Stone2014-09-281-198/+0
* (MESS)thomson - fixes for a non-standard video mode and adding a new one [Ant... Miodrag Milanovic2014-09-251-1/+4
* (MESS)thomson : improve accuracy of the colors [Antoine Mine] Miodrag Milanovic2014-09-061-1/+6
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-1/+1
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-1/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-23/+23
* mc6846_device: converted to devcb2 (nw) Ivan Vangelista2014-03-261-69/+0
* Fix for Thomson MO6 banking, now more faithful to the hardware [Antoine Mine] Miodrag Milanovic2014-03-251-31/+55
* mea8000: devcb2. (nw) Curt Coder2014-03-191-4/+0
* MESS part of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-1/+1
* Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ... smf-2014-02-241-75/+59
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-19/+27
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-35/+31
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-257/+23
* replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al... smf-2013-12-221-10/+1
* diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert] Olivier Galibert2013-11-181-8/+8
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* Modernized mc6846 device.(nw) Ivan Vangelista2013-10-191-10/+10
* small MACHINE_RESET cleanup Oliver Stöneberg2013-08-051-1/+1
* Fixes for building MESS with Visual Studio 2013 preview [smf] smf-2013-07-051-4/+4
* Fix device duplicated name/descriptions (nw) Miodrag Milanovic2013-06-211-1/+1
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* (MESS) modernized MEA 8000 sound device. [Fabio Priuli] Fabio Priuli2013-06-021-2/+2
* (MESS) to8/to8d: forgot 2 other banks; only now the driver displays 512K agai... Wilbert Pol2013-05-221-2/+6
* (MESS) to8/to8d: Fixed support for 256K RAM; should hopefully fix MT#5160. (nw) Wilbert Pol2013-05-221-1/+9
* save state cleanup, converted state_save_register_global* into save_item/save... Miodrag Milanovic2013-05-081-12/+12
* midtunit modernization and some cleanup (nw) Miodrag Milanovic2013-05-081-4/+4
* updated not used code (nw) Miodrag Milanovic2013-04-181-4/+4
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-5/+5
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* (MESS) changed logging to use machine().describe_context(). (nw) smf-2013-04-131-13/+13
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-5/+5
* (MESS) thomson.c: Started moving a few things into the driver data. (nw) Wilbert Pol2013-02-241-1920/+1751
* (MESS) fixed thomson.c softlist cart loading (nw) Oliver Stöneberg2013-02-091-10/+38
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-2/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-16/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-283/+283
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-87/+87
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-12/+12
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-193/+193
* Memory handler normalization, part 1. Aaron Giles2012-09-171-19/+19
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Enum and union normalization. Aaron Giles2012-09-161-2/+2