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
/
bootleg.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz]
MooglyGuy
2023-05-23
1
-70
/
+69
*
nintendo/nes_arcade_bl.cpp: Added emulation for NES side of hardware. (#10548)
0kmg
2022-11-20
1
-1
/
+1
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-94
/
+64
*
bus/nes: Various minor cleanups. (#9641)
0kmg
2022-05-13
1
-20
/
+1
*
bus/nes: Minor fixes and simplifications for several bootlegs. (#9618)
0kmg
2022-04-24
1
-63
/
+55
*
bus/nes: Minor cleanups for some MMC3 boards. (#9579)
0kmg
2022-04-17
1
-1
/
+0
*
bus/nes: Remove redundant start and reset device overrides. (#9516)
0kmg
2022-04-05
1
-16
/
+0
*
nes: Various minor fixes, more cleanups with bit functions. (#9488)
0kmg
2022-04-02
1
-1
/
+1
*
bus/nes: Simplifications using bit utility functions. (#9444)
0kmg
2022-03-23
1
-9
/
+9
*
bus/nes: Improved support for some Waixing pirate Chinese translations. (#9358)
0kmg
2022-03-20
1
-1
/
+2
*
bus/nes: Properly acknowledge IRQ for UNL-SC-127 board. (#9362)
0kmg
2022-03-02
1
-1
/
+2
*
Various NES and friends cleanups. (#9312)
0kmg
2022-02-21
1
-5
/
+5
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
1
-10
/
+10
*
bus/nes: Mario Baby IRQ cleanup, avoid deprecated hold_irq_line(). (#8878)
0kmg
2021-12-02
1
-19
/
+19
*
bus/nes: More VRC clone improvements: (#8690)
0kmg
2021-10-13
1
-101
/
+0
*
bus/nes: Improved support for various VRC clone boards. (#8687)
0kmg
2021-10-11
1
-113
/
+0
*
bus/nes: Added support for a bootleg Sangokushi II cartridge. (#8615)
0kmg
2021-09-26
1
-1
/
+82
*
bus/nes: Several small separate fixes. (#8580)
0kmg
2021-09-21
1
-1
/
+1
*
bus/nes: Added support for a 4 in 1 multicart. (#8549)
0kmg
2021-09-07
1
-3
/
+76
*
bus/nes: Added support for a Highway Star bootleg.
0kmg
2021-08-24
1
-5
/
+57
*
bus/nes: Updates for three SMB2FDS bootleg board types.
0kmg
2021-08-18
1
-96
/
+87
*
bus/nes: Added support for a Contra bootleg. (#8326)
0kmg
2021-08-10
1
-0
/
+54
*
bus/nes: Added support for YUNG-08 SMB2 FDS conversions. (#8366)
0kmg
2021-07-29
1
-2
/
+101
*
bus/nes: Fixed non-working Whirlwind LE10 SMB2 FDS conversion. (#8361)
0kmg
2021-07-27
1
-12
/
+66
*
bus/nes: Added support for a Moero TwinBee FDS conversion. (#8334)
0kmg
2021-07-25
1
-0
/
+57
*
bus/nes: Improved emulation of smb3h SMB3 bootleg. (#8308)
0kmg
2021-07-22
1
-39
/
+26
*
bus/nes: Added support for a Batman bootleg. (#8316)
0kmg
2021-07-20
1
-1
/
+75
*
bus/nes: Added support for another Ai Senshi Nicol bootleg.
0kmg
2021-07-19
1
-6
/
+55
*
-bus/nes: Added support for two more FDS bootlegs, fixed another. (#8247)
0kmg
2021-07-09
1
-9
/
+162
*
bus/nes: Improved iNES mapper 108 support. (#8220)
0kmg
2021-07-09
1
-92
/
+84
*
bus/nes: start updating mapper # comments (#8230)
0kmg
2021-06-27
1
-31
/
+33
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-49
/
+49
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-49
/
+49
*
bus/nes, vrc6: Simplify read/write handlers; misc. minor changes (nw)
AJR
2019-02-25
1
-49
/
+49
*
nes_slot.cpp: Privatize m_maincpu member (nw)
AJR
2018-05-13
1
-11
/
+10
*
nes: CPU clock (well, phase 2 clock) also received by cartridge slot (nw)
AJR
2018-05-13
1
-7
/
+7
*
Remove first_screen(), nw
Ryan Holtz
2018-03-11
1
-2
/
+1
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-59
/
+59
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-21
/
+22
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-25
/
+25
*
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
1
-14
/
+13
*
checkpoint. nw.
etabeta78
2016-06-27
1
-7
/
+57
*
reverting:
Miodrag Milanovic
2016-01-20
1
-20
/
+20
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-20
/
+20
*
cleanups (nw)
Miodrag Milanovic
2015-12-25
1
-1
/
+1
*
fix uninitialized class members for bus devices (nw)
Miodrag Milanovic
2015-11-14
1
-32
/
+32
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+1635