summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/tutor.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-1/+1
* tms9928a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-171-8/+2
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-1/+1
* (MESS) TMS99xx users adapted to use devcb2. (nw) Michael Zapf2014-03-211-14/+4
* Converted SN76496 ready to DEVCB2 [smf] smf-2014-02-111-10/+2
* fix crash on startup (nw) smf-2014-02-101-0/+2
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-8/+20
* (MESS) tutor: Switched to new (fixed) TMS9995 implementation. [Michael Zapf] Michael Zapf2013-11-041-48/+9
* (MESS) Exclude some lines for legacy compile. (nw) Michael Zapf2013-11-031-1/+7
* Added compile switch for legacy / new CPU implementation.(nw) Michael Zapf2013-11-031-5/+13
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* (MESS) Switch to modern TMS9995 implementation. [Michael Zapf] Michael Zapf2013-10-211-12/+43
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-1/+0
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-4/+4
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-3/+3
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+2
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-4/+6
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-70/+70
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-3/+3
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-6/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-9/+8
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* (MESS) Continuing new device implementation for SN76496 and clones - apricot.... Scott Stone2012-08-291-3/+15
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+814