summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/nextmo.c
Commit message (Collapse)AuthorAgeFilesLines
* (MESS) fixed uninitialized member in src/mess/machine/nextmo.c (nw) Oliver Stöneberg2013-02-221-0/+1
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
|
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-18/+18
| | | | | | 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/+197