summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/s100.h
Commit message (Collapse)AuthorAgeFilesLines
* (MESS) s100: Moved under emu/bus. (nw) Curt Coder2013-10-201-276/+0
|
* License tags. (nw) Curt Coder2013-10-161-0/+2
|
* Moved default card config, device inputs and clock off the slot interface so ↵ smf-2013-05-291-2/+2
| | | | they can be specified for all cards [smf]
* (MESS) mpz80: Refactored to use serial terminal thru an RS-232 port. [Curt ↵ Curt Coder2013-05-191-10/+0
| | | | Coder]
* (MESS) horizon: WIP. (nw) Curt Coder2013-05-191-16/+5
|
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-4/+2
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-45/+45
|
* (MESS) s100: Cleanup. (nw) Curt Coder2012-12-071-1/+1
|
* Memory handler normalization, part 1. Aaron Giles2012-09-171-4/+4
| | | | | | | | | | | | | 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]
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+297