summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/vcs
Commit message (Expand)AuthorAgeFilesLines
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-0710-0/+20
* No need for temp variables (nw) Miodrag Milanovic2015-04-231-3/+1
* astring to std::string in bus section (nw) Miodrag Milanovic2015-04-191-2/+2
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-182-3/+3
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-143-34/+34
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-1/+1
* tia_video_device: added save_state support (nw) Osso132015-01-161-0/+17
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-1510-186/+184
* (MESS) consolidation + cleanup, part1. nw. Fabio Priuli2014-09-283-11/+23
* fixed multisession crash when the new cart needed a dynamic buffer/array Fabio Priuli2014-09-231-7/+3
* (MESS) a2600.c: fixed mapper 3E support, as used by Boulder Dash Fabio Priuli2014-09-171-14/+9
* (MESS) a2600: when loading from softlist, let's rely on the xml Fabio Priuli2014-09-131-29/+32
* fixed more potential heap-buffer-overflows in src/emu/bus/vcs/vcs_slot.c (nw) Oliver Stöneberg2014-09-101-6/+6
* fixed heap-buffer-overflow in vcs_cart_slot_device::detect_super_chip() (nw) Oliver Stöneberg2014-09-101-1/+1
* (MESS) vcs_slot: avoid possible crashes when loading a new game from the inte... Fabio Priuli2014-08-271-113/+118
* (MESS) vcs_slot: added oncart RAM to save state. nw. Fabio Priuli2014-08-251-0/+3
* (MESS) a2600.c: converted Atari VCS carts to be slot devices, cleaned up Fabio Priuli2014-08-2410-0/+3151
* I had to split this commit in two pieces because "svn move" does not like whe... Fabio Priuli2014-08-2414-1139/+0
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-3/+3
* (MESS) vcs/ctrl: Cleanup. (nw) Curt Coder2014-03-122-91/+55
* (MESS) Moved a bunch of buses under emu/bus. (nw) Curt Coder2013-10-2214-0/+1175