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
/
nes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
100
-0
/
+200
*
Cleanups and version bump
mame0161
Miodrag Milanovic
2015-04-29
1
-1
/
+1
*
added a few new dumps, recently surfaced. nw.
etabeta78
2015-04-26
1
-2
/
+2
*
No need for temp variables (nw)
Miodrag Milanovic
2015-04-23
1
-3
/
+1
*
astring to std::string in bus section (nw)
Miodrag Milanovic
2015-04-19
2
-6
/
+6
*
some astring to std::string conversion (nw)
Miodrag Milanovic
2015-04-18
10
-12
/
+12
*
Replace dynamic_array with std::vector [O. Galibert]
Olivier Galibert
2015-04-14
17
-144
/
+144
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
2
-4
/
+4
*
cstr() - > c_str() as preparation for move to std::string (nw)
Miodrag Milanovic
2015-04-11
1
-1
/
+1
*
(MESS) misc new dumps added to softlists. nw.
etabeta78
2015-04-03
1
-1
/
+2
*
(MESS) misc round of new dump additions (from multiple sources) and consisten...
etabeta78
2015-03-23
1
-0
/
+1
*
nes: fixed game genie passthrough. nw.
etabeta78
2015-01-14
3
-4
/
+9
*
Minor comment fix: Mitsubishi M50805 is a speech synthesis chip.
Stiletto
2015-01-12
1
-3
/
+3
*
(MESS) nes: these options should have been internal. nw.
etabeta78
2015-01-11
4
-6
/
+6
*
Fix various typos
Zoë Blade
2014-11-30
1
-2
/
+2
*
minor logging update. nw.
etabeta78
2014-11-01
1
-0
/
+1
*
(MESS) nes: fixed NINA-06 mirroring, making Krazy Kreatures and
etabeta78
2014-10-30
1
-2
/
+1
*
Cleanups and version bump
mame0155
Miodrag Milanovic
2014-10-15
3
-52
/
+51
*
(MESS) fds/famitwin: attach the disk controller device directly
Fabio Priuli
2014-10-03
1
-5
/
+5
*
(MESS) consolidation + cleanup, part2. nw.
Fabio Priuli
2014-09-29
9
-86
/
+101
*
fixed multisession crash when the new cart needed a dynamic buffer/array
Fabio Priuli
2014-09-23
1
-66
/
+55
*
mark rev. 32216 as a temp hack, to reduce tagmap lookups. nw.
Fabio Priuli
2014-09-21
2
-1
/
+5
*
fixed nes regressions from rev. 32216: m_maincpu is not set yet at this stage,
Fabio Priuli
2014-09-21
17
-33
/
+33
*
(MESS) nes.c: Reduce some tagmap lookups (nw)
Wilbert Pol
2014-09-19
28
-108
/
+112
*
setting the correct properties helps to commit new files. nw.
Fabio Priuli
2014-09-11
2
-0
/
+502
*
(MESS) famicom: converted the disk system add-on to be a cart
Fabio Priuli
2014-09-11
5
-18
/
+55
*
fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn...
Oliver Stöneberg
2014-09-08
1
-1
/
+0
*
samples_device: converted to use inline config and delegates. Will probably n...
Ivan Vangelista
2014-09-04
2
-58
/
+24
*
More cleanups, there is issue with srcclean that needs to be taken care as we...
Miodrag Milanovic
2014-07-22
1
-1
/
+1
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
1
-20
/
+20
*
(MESS) nes.c: fixed WRAM banking for MMC5, so that Bandit Kings of Ancient China
Fabio Priuli
2014-06-03
3
-81
/
+42
*
fixed usage of uninitialized member in nes_waixing_j_device (nw)
Oliver Stöneberg
2014-05-17
1
-1
/
+1
*
fixed usage of uninitialized member in nes_bmc_gc6in1_device (nw)
Oliver Stöneberg
2014-05-17
1
-1
/
+1
*
fixed usage of uninitialized members in nes_somari_device (nw)
Oliver Stöneberg
2014-05-17
1
-0
/
+2
*
fixed usage of uninitialized member in nes_rex_dbz5_device (nw)
Oliver Stöneberg
2014-05-17
1
-2
/
+1
*
fixed usage of uninitialized member in nes_waixing_fs304_device (nw)
Oliver Stöneberg
2014-05-17
1
-1
/
+1
*
fixed usage of uninitialized member in nes_fjump2_device (nw)
Oliver Stöneberg
2014-05-16
1
-0
/
+2
*
nes: bringing back the second hashfile usage which had to be disabled
Fabio Priuli
2014-05-15
1
-2
/
+1
*
fix for mt5508 + mask direct accesses to vrom (better safe than sorry). nw.
Fabio Priuli
2014-05-14
1
-4
/
+6
*
ay8910_device and extended family: converted to devcb2 (nw)
Ivan Vangelista
2014-05-06
1
-12
/
+0
*
image.c: Added support for loading a default battery, instead of a fixed fill...
Fabio Priuli
2014-05-02
1
-1
/
+14
*
this got actually moved to mapper 31. nw.
Fabio Priuli
2014-04-30
1
-2
/
+2
*
(MESS) nes: added support the new homebrew PCB used by
Fabio Priuli
2014-04-29
7
-2
/
+147
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
3
-8
/
+8
*
(MESS) removed an unused interface from NES carts. nw.
Fabio Priuli
2014-04-08
2
-14
/
+2
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
20
-175
/
+173
*
(MESS) fixed a few errors caught by VS. nw.
Fabio Priuli
2014-04-03
3
-3
/
+3
*
and this was the actual fix, of course... nw.
Fabio Priuli
2014-03-30
1
-2
/
+2
*
(MESS) nes.c: fixed prgram access out-of-bounds for one
Fabio Priuli
2014-03-30
2
-3
/
+4
*
removed mame_* aliases and just use core_* functions (nw)
Oliver Stöneberg
2014-03-24
2
-2
/
+2
[next]