index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
bus
/
snes
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed usage of uninitialized members in sns_sa1_device (nw)
Oliver Stöneberg
2014-10-29
1
-2
/
+6
*
adjusted check in src/emu/snes/snes_slot.c (nw)
Oliver Stöneberg
2014-10-24
1
-1
/
+1
*
delete assert no longer needed (nw)
Scott Stone
2014-10-23
1
-1
/
+0
*
fixed out-of-bound access during logging
etabeta78
2014-10-23
1
-1
/
+4
*
Cleanups and version bump
mame0155
Miodrag Milanovic
2014-10-15
1
-3
/
+3
*
(MESS) consolidation + cleanup, part1. nw.
Fabio Priuli
2014-09-28
2
-8
/
+19
*
(MESS) analogous multisession fix to other systems suffering for the
Fabio Priuli
2014-09-23
2
-2
/
+5
*
fixed multisession crash when the new cart needed a dynamic buffer/array
Fabio Priuli
2014-09-23
1
-14
/
+6
*
old Apple GCC at least is good at catching comparisons which are always true :)
Fabio Priuli
2014-09-21
1
-1
/
+1
*
fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn...
Oliver Stöneberg
2014-09-08
1
-2
/
+4
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
1
-2
/
+2
*
(MESS) nuked a few more auto_allocs, using dynamic_arrays instead. nw.
Fabio Priuli
2014-04-09
4
-16
/
+16
*
(MESS) pce_slot.c: nuked some auto_allocs, using dynamic_buffer instead. nw.
Fabio Priuli
2014-04-09
1
-2
/
+4
*
(MESS) snes_slot.c: nuked some auto_allocs, using dynamic_buffer instead. nw.
Fabio Priuli
2014-04-09
3
-79
/
+49
*
converted a auto_alloc_array()/auto_free() usage to dynamic_buffer (nw)
Oliver Stöneberg
2014-03-29
1
-7
/
+2
*
converted some global_alloc_array() usage to dynamic_array/dynamic_buffer (nw)
Oliver Stöneberg
2014-03-28
1
-2
/
+1
*
removed mame_* aliases and just use core_* functions (nw)
Oliver Stöneberg
2014-03-24
1
-1
/
+1
*
and more global_free() -> global_free_array()(nw)
Oliver Stöneberg
2014-03-17
1
-1
/
+1
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
2
-13
/
+13
*
Moved rest of console slot devices to bus folder (nw)
Miodrag Milanovic
2014-03-10
1
-3
/
+3
*
snes and nes slot devices moved into bus folder (nw)
Miodrag Milanovic
2014-03-10
26
-0
/
+9368