index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
bus
/
nes
/
namcot.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz]
MooglyGuy
2023-05-23
1
-17
/
+16
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-12
/
+9
*
bus/nes: Various minor cleanups. (#9641)
0kmg
2022-05-13
1
-6
/
+0
*
nes: Various minor fixes, more cleanups with bit functions. (#9488)
0kmg
2022-04-02
1
-2
/
+2
*
bus/nes: Removed useless open bus comments. (#9471)
0kmg
2022-03-27
1
-2
/
+2
*
bus/nes: Simplifications using bit utility functions. (#9444)
0kmg
2022-03-23
1
-5
/
+3
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
1
-1
/
+1
*
bus/nes: Removed bogus mirroring and banking bits from NAMCOT 3446. (#8768)
0kmg
2021-10-28
1
-14
/
+5
*
bus/nes: Simplified Zemina board + some minor comment clean ups.
0kmg
2021-09-12
1
-1
/
+1
*
Enable GCC implicit fallthrough warning.
Vas Crabb
2020-11-15
1
-2
/
+4
*
Changing a few double constants to explicitly be float, appease MSVC
npwoods
2019-06-16
1
-4
/
+4
*
Implement Namcot 163 expansion sound volume difference related to iNES format
cam900
2019-04-02
1
-0
/
+18
*
Add Namco 163 sound emulation (#4814)
cam900
2019-03-29
1
-11
/
+22
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-22
/
+22
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-22
/
+22
*
bus/nes, vrc6: Simplify read/write handlers; misc. minor changes (nw)
AJR
2019-02-25
1
-22
/
+22
*
nes_slot.cpp: Privatize m_maincpu member (nw)
AJR
2018-05-13
1
-7
/
+5
*
nes: CPU clock (well, phase 2 clock) also received by cartridge slot (nw)
AJR
2018-05-13
1
-3
/
+3
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-24
/
+24
*
fix some device validation errors, also fix uninitialised members in some dev...
Vas Crabb
2017-03-03
1
-2
/
+2
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-6
/
+6
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-10
/
+10
*
Split UI and frontend part from core [Miodrag Milanovic]
Miodrag Milanovic
2016-04-23
1
-1
/
+1
*
reverting:
Miodrag Milanovic
2016-01-20
1
-8
/
+8
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-2
/
+2
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
1
-2
/
+2
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-8
/
+8
*
fix uninitialized class members for bus devices (nw)
Miodrag Milanovic
2015-11-14
1
-16
/
+16
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+688