summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/rm380z.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-278/+0
|
* rm380z: updated to use the new wd fdc Dirk Best2015-06-021-31/+8
|
* Update to real name (nw) Miodrag Milanovic2015-05-241-1/+1
|
* 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
|
* legacy wd17xx is now also a modern device (nw) Miodrag Milanovic2014-03-181-6/+6
|
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-6/+6
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-9/+9
|
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-12/+11
|
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-10/+10
| | | | | | | | | | | | 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.
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-6/+6
| | | | | | Convert all cpu_get_pc() to safe_pc() and cpu_getpreviouspc() to safe_basepc(). Removed the old macros.
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+300