summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/snes
Commit message (Expand)AuthorAgeFilesLines
* fixed usage of uninitialized members in sns_sa1_device (nw) Oliver Stöneberg2014-10-291-2/+6
* adjusted check in src/emu/snes/snes_slot.c (nw) Oliver Stöneberg2014-10-241-1/+1
* delete assert no longer needed (nw) Scott Stone2014-10-231-1/+0
* fixed out-of-bound access during logging etabeta782014-10-231-1/+4
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-3/+3
* (MESS) consolidation + cleanup, part1. nw. Fabio Priuli2014-09-282-8/+19
* (MESS) analogous multisession fix to other systems suffering for the Fabio Priuli2014-09-232-2/+5
* fixed multisession crash when the new cart needed a dynamic buffer/array Fabio Priuli2014-09-231-14/+6
* old Apple GCC at least is good at catching comparisons which are always true :) Fabio Priuli2014-09-211-1/+1
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-2/+4
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-2/+2
* (MESS) nuked a few more auto_allocs, using dynamic_arrays instead. nw. Fabio Priuli2014-04-094-16/+16
* (MESS) pce_slot.c: nuked some auto_allocs, using dynamic_buffer instead. nw. Fabio Priuli2014-04-091-2/+4
* (MESS) snes_slot.c: nuked some auto_allocs, using dynamic_buffer instead. nw. Fabio Priuli2014-04-093-79/+49
* converted a auto_alloc_array()/auto_free() usage to dynamic_buffer (nw) Oliver Stöneberg2014-03-291-7/+2
* converted some global_alloc_array() usage to dynamic_array/dynamic_buffer (nw) Oliver Stöneberg2014-03-281-2/+1
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-1/+1
* and more global_free() -> global_free_array()(nw) Oliver Stöneberg2014-03-171-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-112-13/+13
* Moved rest of console slot devices to bus folder (nw) Miodrag Milanovic2014-03-101-3/+3
* snes and nes slot devices moved into bus folder (nw) Miodrag Milanovic2014-03-1026-0/+9368