summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/kr2376.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-9/+7
|
* srcclean (nw) Curt Coder2012-10-071-1/+1
|
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
| | | | we can allocate objects of the real type.
* Memory handler normalization, part 1. Aaron Giles2012-09-171-3/+6
| | | | | | | | | | | | | READ/WRITE_DEVICE*_HANDLERs are now passed an address_space &, and the 8-bit variants get a mem_mask as well. This means they are now directly compatible with the member function delegates. Added a generic address space to the driver_device that can be used when no specific address space is available. Also added DECLARE_READ/WRITE_DEVICE*_HANDLER macros to declare device callbacks with default mem_mask parameters. [Aaron Giles]
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
|
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-21/+0
|
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+29
|
* Removed zero sized inline_config (no whatsnew) Miodrag Milanovic2012-08-301-1/+0
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+397