Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean-ups and version bumpmame0147u2 | 2012-10-30 | 1 | -6/+6 | |
| | |||||
* | (MESS) a2600.c: Prevent the core from thinking the select/start button on ↵ | 2012-10-23 | 1 | -1/+1 | |
| | | | | the base unit is for player 1. (nw) | ||||
* | (MESS) a2600: Reimplemented the a2600 controllers as vcs controller devices. ↵ | 2012-10-23 | 1 | -442/+33 | |
| | | | | Switched the a2600 drivers to use slot devices for choosing controllers. [Wilbert Pol] | ||||
* | (MESS) a2600.c: Fixed pitfall2 regression. (nw) | 2012-10-17 | 1 | -0/+1 | |
| | |||||
* | (MESS) a2600.c: Added the possibility to explicitly set the mapper type in ↵ | 2012-10-08 | 1 | -2/+19 | |
| | | | | software list entries for all supported mappers. (nw) | ||||
* | (MESS) a2600.c: Added proper support for games using a 4in1 mapper. ↵ | 2012-10-07 | 1 | -2/+9 | |
| | | | | (Wilbert Pol) | ||||
* | (MESS) a2600.c: Added support for 8in1. (Wilbert Pol) | 2012-10-07 | 1 | -2/+44 | |
| | |||||
* | srcclean (nw) | 2012-10-07 | 1 | -9/+9 | |
| | |||||
* | [MESS] a2600 - Fixed pitfall2 DPC OSC to closely match recording of actual ↵ | 2012-10-07 | 1 | -1/+1 | |
| | | | | cart. (nw) | ||||
* | [MESS] A2600 (btime) works again (nw) | 2012-10-07 | 1 | -1/+2 | |
| | |||||
* | (MESS) a2600.c: Fixed regressions for decathln and thwocker introduced with ↵ | 2012-10-06 | 1 | -22/+16 | |
| | | | | opbase handler/direct update handler changes. (nw) | ||||
* | (MESS) a2600.c: Made the direct update handler debugger friendly. (nw) | 2012-10-06 | 1 | -26/+38 | |
| | |||||
* | (MESS) a2600.c: Made the banking related read handlers more debugger ↵ | 2012-10-05 | 1 | -11/+44 | |
| | | | | friendly. (nw) | ||||
* | (MESS) a2600.c: Switched to use modern 6532 interface (nw) | 2012-10-05 | 1 | -3/+21 | |
| | |||||
* | (MESS) a2600: Changed some more c functions into members. (nw) | 2012-10-02 | 1 | -33/+32 | |
| | |||||
* | (MESS) a2600: Changed some more c functions into members. (nw) | 2012-10-02 | 1 | -108/+115 | |
| | |||||
* | Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) | 2012-09-26 | 1 | -28/+29 | |
| | |||||
* | modernization or timer callbacks part 3 - final (no whatsnew) | 2012-09-24 | 1 | -5/+5 | |
| | |||||
* | (MESS) a2600: Fixed address space error. (MT 05016) | 2012-09-23 | 1 | -3/+4 | |
| | |||||
* | change from device->machine() to space.machine() in device handlers in order ↵ | 2012-09-21 | 1 | -4/+4 | |
| | | | | to make next changes easier (no whatsnew) | ||||
* | Since nobody checks for NULLs anyway, make | 2012-09-19 | 1 | -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 | 2012-09-17 | 1 | -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 | 2012-09-17 | 1 | -1/+1 | |
| | | | note: hoarded dump removed too from coco_cart.xml, this will not be tolerated | ||||
* | Pass 2 of struct modernization. | 2012-09-15 | 1 | -4/+4 | |
| | |||||
* | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ | 2012-09-13 | 1 | -131/+132 | |
| | | | | changed to be members of state classes (no whatsnew) | ||||
* | Add safe_pc() and safe_pcbase() methods to device_t. | 2012-09-11 | 1 | -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) | 2012-08-21 | 1 | -0/+2307 | |