summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/micropolis.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-344/+0
|
* more sorting of MESS licenses (nw) Miodrag Milanovic2015-05-131-2/+2
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* converted micropolis and wd17xx to use inline configs. nw. Fabio Priuli2014-05-161-50/+7
|
* modernized access for legacy floppy, quite straight forward thing (nw) Miodrag Milanovic2014-04-021-13/+12
|
* (MESS) micropolis: devcb2. (nw) Curt Coder2014-03-191-8/+8
|
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
|
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-1/+1
|
* Modernized the micropolis device. Testing needed. (nw) Ivan Vangelista2013-09-101-183/+153
|
* devlegcy.h usage cleanup (nw) Oliver Stöneberg2013-07-101-0/+1
|
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-21/+19
|
* change from device->machine() to space.machine() in device handlers in order ↵ Miodrag Milanovic2012-09-211-1/+1
| | | | 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.
* Memory handler normalization, part 1. Aaron Giles2012-09-171-5/+5
| | | | | | | | | | | | | 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-19/+0
|
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+38
|
* Removed template usage for legacy devices, to make my future work easier (nw) Miodrag Milanovic2012-08-301-9/+13
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+395