summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/nascom1.c
Commit message (Expand)AuthorAgeFilesLines
* legacy wd17xx is now also a modern device (nw) Miodrag Milanovic2014-03-181-6/+6
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-3/+3
* add license info for some things i worked on, some small cleanups Dirk Best2013-10-171-16/+4
* (MESS) modernized AY-3-1015 device. [Fabio Priuli] Fabio Priuli2013-06-041-20/+18
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-4/+4
* cleanup (nw) Miodrag Milanovic2013-04-191-8/+8
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-1/+1
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-6/+6
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-10/+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-2/+2
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-10/+8
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-14/+14
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-12/+11
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+295