summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/mc6854.c
Commit message (Collapse)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-4/+0
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-39/+37
|
* change from device->machine() to space.machine() in device handlers in order ↵ Miodrag Milanovic2012-09-211-15/+15
| | | | to make next changes easier (no whatsnew)
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
| | | | we can allocate objects of the real type.
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
| | | note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
|
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-111-15/+15
| | | | | | resolved device_state_interface. Added redundant methods to device_state_interface to generate errors when this is done.
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-15/+15
| | | | | | Convert all cpu_get_pc() to safe_pc() and cpu_getpreviouspc() to safe_basepc(). Removed the old macros.
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-22/+0
|
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+38
|
* Removed zero sized inline_config (no whatsnew) Miodrag Milanovic2012-08-301-1/+0
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1065