summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/thomson.c
Commit message (Collapse)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
| | | | this better fits the drivers from MESS (which have always illogically used the GAME_ flags despite not being games) and also fits fine with arcade machines.
* 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
| | | | | and 1 are used for the controller with the wd, other legacy drives for other controllers (needs slotification).
* 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
| | | | the list has been renamed as they aren't all printers. [smf]
* 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 ↵ smf-2014-04-161-5/+5
| | | | configuration of rs232 devices. All serial devices are now connected using an rs232 port. [smf]
* 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 ↵ smf-2014-03-171-5/+6
| | | | baud rate xtal, supports external clocking, generates transmit interrupts when idle, added echo mode, dcd/dsr/cts input handling, parity & stop bit checking. Tested and fixed hookup to commodore lcd & plus 4. [smf]
* 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
| | | note: Aaron please give more descriptive text for release log I have no more strength :)
* Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ↵ smf-2014-02-241-70/+23
| | | | instead. [smf]
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock ↵ smf-2014-02-211-1/+7
| | | | hacks. Standardised COM8116 DEVCB2 callbacks. GUS gf1_device device derives from acia6850_device to gain access to the tx & rx irq state, rather than exposing it with a public method. [smf]
* 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
| | | | buffer device to allow configuration in MCFG. Renamed centronics device "printer" to "image". FM-7 parallel port joystick works again. Added support for using PC LPT control lines as inputs (not tested). c64 geocable now just passes individual lines through, changed the strobe line to what is documented online (not tested). Converted MSX & exidy sorcerer parallel port DAC to use covox device instead of using a configuration switch (not tested). Sorcerer parallel port is more like the commodore user port, so should be converted to it's own slot where one option is a centronics card. [smf]
* Changed parity & stop bits to an enum (you can now pass in 1.5). I've ↵ smf-2014-01-131-3/+3
| | | | updated the uarts that were testing for 1.5 stop bits to pass that in, but there are probably others & 1.5 stop bits is converted to 2 by diserial. However the 68681 requires stop bits to be specified in clocks, so this will change in the future. Replaced synchronous flag with start bit count, as some uarts can use a start bit in synchronous mode & that whether there is a start bit is all the flag is currently controlling. Updated rs232 terminal to allow startbits, stop bits 1.5 to be specified (although that is currently not supported by diserial) and individual transmit and receive baud rates. [smf]
* 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 ↵ smf-2013-12-231-1/+1
| | | | other implementations [smf]
* 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
|