summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/trs80.c
Commit message (Expand)AuthorAgeFilesLines
* trs80: updated to use the new wd fdc Dirk Best2015-06-041-78/+28
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* Fix missing speaker levels for trs80 (level2) by initializing speaker_sound_d... jbu2014-12-301-0/+8
* wd17xx: Cleanup. (nw) Curt Coder2014-05-121-5/+0
* wd17xx: devcb2. (nw) Curt Coder2014-05-121-1/+0
* wd17xx: devcb2. (nw) Curt Coder2014-05-121-2/+0
* modernized access for legacy floppy, quite straight forward thing (nw) Miodrag Milanovic2014-04-021-12/+12
* legacy wd17xx is now also a modern device (nw) Miodrag Milanovic2014-03-181-10/+10
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-16/+4
* (MESS) modernized AY-3-1015 device. [Fabio Priuli] Fabio Priuli2013-06-041-28/+28
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-2/+2
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-3/+3
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-5/+5
* Some more moving to proper place and compile fix (nw) Miodrag Milanovic2013-02-221-0/+81
* (MESS) trs80.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-101-9/+9
* (MESS) trs80.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-101-72/+90
* (MESS) trs80.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-081-19/+18
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-43/+42
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-7/+6
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-16/+15
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-45/+45
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-10/+9
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-22/+18
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-7/+7
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-4/+4
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+904