summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/a2600.c
Commit message (Expand)AuthorAgeFilesLines
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-6/+6
* (MESS) a2600.c: Prevent the core from thinking the select/start button on the... Wilbert Pol2012-10-231-1/+1
* (MESS) a2600: Reimplemented the a2600 controllers as vcs controller devices. ... Wilbert Pol2012-10-231-442/+33
* (MESS) a2600.c: Fixed pitfall2 regression. (nw) Wilbert Pol2012-10-171-0/+1
* (MESS) a2600.c: Added the possibility to explicitly set the mapper type in so... Wilbert Pol2012-10-081-2/+19
* (MESS) a2600.c: Added proper support for games using a 4in1 mapper. (Wilbert... Wilbert Pol2012-10-071-2/+9
* (MESS) a2600.c: Added support for 8in1. (Wilbert Pol) Wilbert Pol2012-10-071-2/+44
* srcclean (nw) Curt Coder2012-10-071-9/+9
* [MESS] a2600 - Fixed pitfall2 DPC OSC to closely match recording of actual ca... Scott Stone2012-10-071-1/+1
* [MESS] A2600 (btime) works again (nw) Scott Stone2012-10-071-1/+2
* (MESS) a2600.c: Fixed regressions for decathln and thwocker introduced with o... Wilbert Pol2012-10-061-22/+16
* (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 friendly... Wilbert Pol2012-10-051-11/+44
* (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
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-5/+5
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-47/+47
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Pass 2 of struct modernization. Aaron Giles2012-09-151-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-131/+132
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-12/+12
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+2307