Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added dummy license headers for EMU section (nw) | 2015-05-07 | 10 | -0/+20 | |
| | |||||
* | No need for temp variables (nw) | 2015-04-23 | 1 | -3/+1 | |
| | |||||
* | astring to std::string in bus section (nw) | 2015-04-19 | 1 | -2/+2 | |
| | |||||
* | some astring to std::string conversion (nw) | 2015-04-18 | 2 | -3/+3 | |
| | |||||
* | Replace dynamic_array with std::vector [O. Galibert] | 2015-04-14 | 3 | -34/+34 | |
| | |||||
* | There is no implicit conversion to char* in std::string (nw) | 2015-04-12 | 1 | -1/+1 | |
| | |||||
* | Cleanups and version bumpmame0158 | 2015-01-28 | 1 | -1/+1 | |
| | |||||
* | tia_video_device: added save_state support (nw) | 2015-01-16 | 1 | -0/+17 | |
| | | | | | bus/vcs/dcp.c: added save_state support (nw) a2600.c and tourtabl.c; added save state support (nw) | ||||
* | Cleanups and version bumpmame0155 | 2014-10-15 | 10 | -186/+184 | |
| | |||||
* | (MESS) consolidation + cleanup, part1. nw. | 2014-09-28 | 3 | -11/+23 | |
| | |||||
* | fixed multisession crash when the new cart needed a dynamic buffer/array | 2014-09-23 | 1 | -7/+3 | |
| | | | | | | larger than the original one. this got introduced when converting from auto_alloc_array to dynamic buffers, because such buffers are not made NULL at reset, but got unnoticed/unreported up to now. many thanks to Trebor for catching it! nw. | ||||
* | (MESS) a2600.c: fixed mapper 3E support, as used by Boulder Dash | 2014-09-17 | 1 | -14/+9 | |
| | | | | | homebrew. Also allowed bankswitch writes to get to the TIA for this and mapper 3F. Finally, included a couple of demos in the softlist so to be able to test the code in future. nw. | ||||
* | (MESS) a2600: when loading from softlist, let's rely on the xml | 2014-09-13 | 1 | -29/+32 | |
| | | | to detect oncart RAM instead of using custom routines. nw. | ||||
* | fixed more potential heap-buffer-overflows in src/emu/bus/vcs/vcs_slot.c (nw) | 2014-09-10 | 1 | -6/+6 | |
| | |||||
* | fixed heap-buffer-overflow in vcs_cart_slot_device::detect_super_chip() (nw) | 2014-09-10 | 1 | -1/+1 | |
| | |||||
* | (MESS) vcs_slot: avoid possible crashes when loading a new game from the ↵ | 2014-08-27 | 1 | -113/+118 | |
| | | | | internal UI. nw. | ||||
* | (MESS) vcs_slot: added oncart RAM to save state. nw. | 2014-08-25 | 1 | -0/+3 | |
| | |||||
* | (MESS) a2600.c: converted Atari VCS carts to be slot devices, cleaned up | 2014-08-24 | 10 | -0/+3151 | |
| | | | | | the implementation and removed Supercharger tapes from the main system. The -cass media switch (to load the tape file) will become available only when you mount the Supercharger cart. [Fabio Priuli] | ||||
* | I had to split this commit in two pieces because "svn move" does not like ↵ | 2014-08-24 | 14 | -1139/+0 | |
| | | | | | | when you move a folder and then you add a new folder with the original name of the one you moved. the tree will compile again with next commit. nw. | ||||
* | devcv2 -> devcb (nw) | 2014-05-14 | 1 | -3/+3 | |
| | |||||
* | (MESS) vcs/ctrl: Cleanup. (nw) | 2014-03-12 | 2 | -91/+55 | |
| | |||||
* | (MESS) Moved a bunch of buses under emu/bus. (nw) | 2013-10-22 | 14 | -0/+1175 | |