summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/tandy2k.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (MESS) tandy2k: WIP. (nw) Curt Coder2014-04-081-22/+35
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-10/+10
* (MESS) tandy2k: Fixed palette. (nw) Curt Coder2014-04-061-1/+1
* (MESS) tandy2k: Tries to load DOS now. (nw) Curt Coder2014-04-061-13/+22
* (MESS) tandy2k: WIP. (nw) Curt Coder2014-04-061-2/+1
* (MESS) tandy2k: Hacked in some video. (nw) Curt Coder2014-04-061-7/+36
* (MESS) tandy2k: WIP. (nw) Curt Coder2014-04-051-5/+32
* (MESS) tandy2k: WIP. (nw) Curt Coder2014-04-051-20/+77
* (MESS) tandy2k: WIP. (nw) Curt Coder2014-04-051-22/+39
* (MESS) tandy2k: WIP. (nw) Curt Coder2014-04-041-37/+25
* (MESS) tandy2k: WIP. (nw) Curt Coder2014-04-041-31/+45
* Removed legacy. (nw) Curt Coder2014-03-251-2/+2
* Converted crt9021_device to devcb2 (nw) Ivan Vangelista2014-03-201-8/+4
* Converted crt9212_device to devcb2 (nw) Ivan Vangelista2014-03-201-20/+12
* (MESS) Cleaned up devcb2. (nw) Curt Coder2014-03-191-1/+3
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-9/+3
* (MESS) Fixed screen regressions. (nw) Curt Coder2014-03-111-0/+2
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-23/+11
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-19/+15
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-5/+6
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-17/+42
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-221-2/+4
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-14/+1
* License tags. (nw) Curt Coder2013-10-161-0/+2
* (mess) tandy2k: connect irq cascade (nw) cracyc2013-08-291-0/+6
* (MESS) tandy2k: Cleanup. (nw) Curt Coder2013-08-281-9/+2
* i186: move 80186 peripherals into the cpu [Carl] cracyc2013-08-191-4/+4
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+0
* (MESS) devcb2. (nw) Curt Coder2013-06-091-7/+1
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-2/+1
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-5/+5
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-3/+3
* (MESS) Added RS-232 ports to several drivers. [Curt Coder] Curt Coder2013-05-201-5/+19
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-16/+2
* pic8259.c: Continue modernization. (nw) Wilbert Pol2013-05-141-2/+2
* speaker tag lookup removal, also no need to use universal tag, since easier n... Miodrag Milanovic2013-04-121-1/+1
* (MESS) Used modern accessors for i8259. (nw) Curt Coder2013-02-021-8/+8
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-84/+84
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-7/+2
* (MESS) Fixed bw12, tandy2k, nanos, specpls3 and sf7000 regressions. (nw) Sandro Ronco2012-10-281-16/+1
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-22/+30
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-3/+5
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-6/+6
* (MESS) Death to palettes. (nw) Curt Coder2012-09-121-4/+1
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-3/+3
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+784