summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/a2600.c
Commit message (Collapse)AuthorAgeFilesLines
* srcclean (nw) Curt Coder2012-10-071-9/+9
|
* [MESS] a2600 - Fixed pitfall2 DPC OSC to closely match recording of actual ↵ Scott Stone2012-10-071-1/+1
| | | | cart. (nw)
* [MESS] A2600 (btime) works again (nw) Scott Stone2012-10-071-1/+2
|
* (MESS) a2600.c: Fixed regressions for decathln and thwocker introduced with ↵ Wilbert Pol2012-10-061-22/+16
| | | | opbase handler/direct update handler changes. (nw)
* (MESS) a2600.c: Made the direct update handler debugger friendly. (nw) Wilbert Pol2012-10-061-26/+38
|
* (MESS) a2600.c: Made the banking related read handlers more debugger ↵ Wilbert Pol2012-10-051-11/+44
| | | | friendly. (nw)
* (MESS) a2600.c: Switched to use modern 6532 interface (nw) Wilbert Pol2012-10-051-3/+21
|
* (MESS) a2600: Changed some more c functions into members. (nw) Wilbert Pol2012-10-021-33/+32
|
* (MESS) a2600: Changed some more c functions into members. (nw) Wilbert Pol2012-10-021-108/+115
|
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-28/+29
|
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-5/+5
|
* (MESS) a2600: Fixed address space error. (MT 05016) mahlemiut2012-09-231-3/+4
|
* change from device->machine() to space.machine() in device handlers in order ↵ Miodrag Milanovic2012-09-211-4/+4
| | | | to make next changes easier (no whatsnew)
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-5/+5
| | | | | | | | | | | | 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-47/+47
| | | | | | | 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]
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
| | | note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
* Pass 2 of struct modernization. Aaron Giles2012-09-151-4/+4
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-131/+132
| | | | changed to be members of state classes (no whatsnew)
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-12/+12
| | | | | | Convert all cpu_get_pc() to safe_pc() and cpu_getpreviouspc() to safe_basepc(). Removed the old macros.
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+2307