summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/adam.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tms9928a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-171-8/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-3/+3
* (MESS) adam: WIP. (nw) Curt Coder2014-03-301-2/+1
* (MESS) adam: Removed tag lookup. (nw) Curt Coder2014-03-301-3/+1
* (MESS) adam: Added ColecoVision cartridge port slot interface. [Curt Coder] Curt Coder2014-03-131-15/+17
* (MESS) adam: Converted expansion slots to devcb2. (nw) Curt Coder2014-03-131-34/+6
* (MESS) adam: Added ColecoVision control port slot interface along with the Co... Curt Coder2014-03-121-69/+45
* (MESS) adam: Updated comments. (nw) Curt Coder2014-03-091-2/+2
* Converted SN76496 ready to DEVCB2 [smf] smf-2014-02-111-11/+1
* reduce dependency mak files by 130k (nw) smf-2013-12-291-0/+8
* (MESS) adam: Added a second floppy drive and verified 160KB floppy image gap ... Curt Coder2013-11-181-1/+2
* License tags. (nw) Curt Coder2013-10-161-0/+2
* m6800.c: Modernized cpu core (nw) Wilbert Pol2013-08-071-7/+2
* small MACHINE_RESET cleanup Oliver Stöneberg2013-08-051-4/+0
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-1/+0
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-18/+18
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-9/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-74/+74
* Cleanups and version bump (nw)mame0147u3 Miodrag Milanovic2012-11-191-75/+75
* (MESS) adam: Added floppy controller ROMs. [John Turner] Curt Coder2012-11-111-19/+13
* (MESS) adam: Added all 3 expansion slot interfaces, and the 64K RAM expansion... Curt Coder2012-11-081-79/+295
* (MESS) adam: Created an ADAMnet slot interface and separated the ADAMnet devi... Curt Coder2012-11-071-1078/+156
* (MESS) adam: Added floppy controller ROMs. [Geoff Oltmans] Curt Coder2012-11-041-57/+39
* (MESS) adam: Added cartridge, cassette and floppy software lists. (nw) Curt Coder2012-11-021-6/+148
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-7/+5
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-2/+2
* Some manual cleanup (no whatsnew) Miodrag Milanovic2012-09-251-1/+1
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-6/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-15/+15
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-3/+3
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1811