summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/thomson.h
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-713/+0
|
* Cleanups and version bumpmame0165 Miodrag Milanovic2015-08-261-1/+1
|
* thomson.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-021-1/+51
|
* thompson: updated to use the new wd fdc. same deal with as bbc: drives 0 Dirk Best2015-06-051-0/+3
| | | | | 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-2/+2
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* and a last bunch of generic cart slots. nw. Fabio Priuli2014-10-111-1/+3
|
* (MESS)thomson - fixes for a non-standard video mode and adding a new one ↵ Miodrag Milanovic2014-09-251-1/+7
| | | | [Antoine Mine]
* (MESS)thomson : improve accuracy of the colors [Antoine Mine] Miodrag Milanovic2014-09-061-1/+6
|
* More cleanups, there is issue with srcclean that needs to be taken care as ↵ Miodrag Milanovic2014-07-221-1/+1
| | | | well, just doing now what we can
* mc6854_device: converted to devcb2 and delegates (nw) Ivan Vangelista2014-04-301-0/+2
|
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
|
* modernized access for legacy floppy, quite straight forward thing (nw) Miodrag Milanovic2014-04-021-11/+11
|
* mc6846_device: converted to devcb2 (nw) Ivan Vangelista2014-03-261-12/+0
|
* Fix for Thomson MO6 banking, now more faithful to the hardware [Antoine Mine] Miodrag Milanovic2014-03-251-0/+4
|
* mea8000: devcb2. (nw) Curt Coder2014-03-191-1/+0
|
* thompson, ugly but proper fix (nw) Miodrag Milanovic2014-03-161-1/+4
|
* Removed an instance of DEVCB_LINE. (nw) Curt Coder2014-03-161-0/+1
|
* removed some of machine().first_screen() users (nw) Miodrag Milanovic2014-03-141-1/+3
|
* Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ↵ smf-2014-02-241-21/+18
| | | | instead. [smf]
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock ↵ smf-2014-02-211-4/+8
| | | | 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]
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ↵ smf-2014-02-091-3/+9
| | | | 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]
* Modernized mc6843 device.(nw) Ivan Vangelista2014-01-221-3/+5
|
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-21/+8
|
* replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which ↵ smf-2013-12-221-2/+0
| | | | allows multiple chips to be connected together without using glue methods. [smf]
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-3/+3
|
* Modernized mc6854 device.(nw) Ivan Vangelista2013-11-041-2/+5
| | | | | Superficial testing shows no breakage, but in-depth testing from someone familiar with the machines would be appreciated.
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
|
* Modernized mc6846 device.(nw) Ivan Vangelista2013-10-191-1/+1
|
* some SCREEN_UPDATE_* cleanups (nw) Oliver Stöneberg2013-08-051-1/+1
|
* small PALETTE_INIT cleanup (nw) Oliver Stöneberg2013-08-041-2/+1
|
* (MESS) modernized MEA 8000 sound device. [Fabio Priuli] Fabio Priuli2013-06-021-1/+1
|
* moving some static functions in driver state for MESS drivers plus some ↵ Miodrag Milanovic2013-04-181-0/+2
| | | | other modernization (nw)
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-1/+1
|
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-15/+14
|
* (MESS) thomson.c: Started moving a few things into the driver data. (nw) Wilbert Pol2013-02-241-256/+502
|
* (MESS) Refactored all drivers to use the new MOS6551 and removed the old ↵ Curt Coder2013-02-061-1/+1
| | | | implementation. (nw)
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-2/+11
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-11/+11
|
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-49/+49
| | | | | | | | to 8-bit handlers to match the others. To ease pain, added DECLARE_READ/WRITE_HANDLER macros that set up a default parameter. Also updated devcb so that the handlers can be called with or without the mem_mask. [Aaron Giles]
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+394