summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/astrocde.c
Commit message (Collapse)AuthorAgeFilesLines
* srcclean (nw) Curt Coder2012-10-071-1/+1
|
* MESS fixes. Aaron Giles2012-09-191-12/+2
|
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-0/+10
| | | | | | | | | | | | 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.
* More cleanup on mess side (nw) Miodrag Milanovic2012-09-191-18/+28
|
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
|
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-13/+13
| | | | | | | 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-2/+0
| | | | changed to be members of state classes (no whatsnew)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+395