summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/zx.c
Commit message (Collapse)AuthorAgeFilesLines
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-3/+3
|
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-2/+2
|
* MESS anonymous timers this time. (nw) Andrew Gardner2013-05-231-4/+4
|
* (MESS) zx.c: tagmap cleanups Wilbert Pol2013-01-261-67/+63
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-4/+3
|
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-7/+6
|
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-6/+6
| | | | | | | | | | | | device_memory_interface::space() assert against NULL and return a reference, and pushed references throughout all address space usage in the system. Added a has_space() method to check for those rare case when it is ambiguous. [Aaron Giles] Also reinstated the generic space and added fatal error handlers if anyone tries to actually read/write from it.
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-6/+6
| | | | | | | read/write handlers to take an address_space & instead of an address_space *. Also update pretty much all other functions to take a reference where appropriate. [Aaron Giles]
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-12/+9
| | | | changed to be members of state classes (no whatsnew)
* 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/+397