summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/a2600.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-10/+8
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-2/+1
* 6532riot: updated to use devcb2. nw. Fabio Priuli2014-04-301-12/+12
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* reverting, sorry for this vconv needs to be updated (nw) Miodrag Milanovic2014-03-311-27/+14
* VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) Miodrag Milanovic2014-03-311-14/+27
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-1/+1
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-2/+2
* removed some of machine().first_screen() users (nw) Miodrag Milanovic2014-03-141-3/+4
* Converted tia_video_device to devcb2 (nw) Ivan Vangelista2014-03-131-17/+10
* some palette fixes (nw) Miodrag Milanovic2014-03-011-4/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+2
* a2600.c: Reimplemented FE mapper. Fixes decathlon; partial fix for MT05345. Wilbert Pol2013-12-151-31/+45
* (MESS) Moved a bunch of buses under emu/bus. (nw) Curt Coder2013-10-221-1/+1
* fixed more faulty PALETTE_INIT modernizations (nw) Oliver Stöneberg2013-08-091-4/+2
* more PALETTE_INIT modernizations (nw) Oliver Stöneberg2013-08-051-3/+2
* moved some legacy macros from driver.h to drivlgcy.h (nw) Oliver Stöneberg2013-07-151-0/+1
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-4/+4
* minor cleanup. nw. Fabio Priuli2013-05-291-1/+1
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-8/+10
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-2/+2
* cleanup (nw) Miodrag Milanovic2013-04-141-22/+22
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-6/+5
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-83/+82
* Getting rid of DEVICE_IMAGE_START (nw) Wilbert Pol2013-02-061-8/+1
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-20/+19
* Modernized digitalker, x1_010, tiaintf, and n63701x sound devices. [Andrew Ga... Andrew Gardner2013-02-021-2/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-67/+67
* (MESS) a2600.c: Fixed supercharger regression. (nw) Wilbert Pol2012-12-271-35/+22
* 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