summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/nascom1.c
Commit message (Collapse)AuthorAgeFilesLines
* Nascom: Clean up, add NASBUS emulation and make the floppy disc Dirk Best2015-05-171-261/+0
| | | | | controller a NASBUS card, convert to the new wdc emulation, add generic socket emulation, add initial software list.
* fixes (nw) Miodrag Milanovic2015-05-141-3/+0
|
* 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
|
* nascom1.c: ioport_array (nw) Ivan Vangelista2014-05-171-10/+6
|
* wd17xx: Cleanup. (nw) Curt Coder2014-05-121-6/+0
|
* wd17xx: devcb2. (nw) Curt Coder2014-05-121-1/+0
|
* wd17xx: devcb2. (nw) Curt Coder2014-05-121-2/+0
|
* 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
| | | | | | | | | | | | device_memory_interface::space() assert against NULL and return a reference, and pushed references throughout all address space usage in the system. Added a has_space() method to check for those rare case when it is ambiguous. [Aaron Giles] Also reinstated the generic space and added fatal error handlers if anyone tries to actually read/write from it.
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-12/+11
| | | | changed to be members of state classes (no whatsnew)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+295