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
/
devices
/
machine
/
netlist.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't pass so many naked pointers around (nw)
Vas Crabb
2018-03-25
1
-1
/
+1
*
destaticify initializations (nw) (#3289)
wilbertpol
2018-03-04
1
-20
/
+20
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
1
-4
/
+19
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
1
-1
/
+1
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-4
/
+1
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-159
/
+100
*
Change pstring to use std::string as storage container.
couriersud
2017-03-30
1
-0
/
+1
*
Remove emu.h from headers (nw)
Olivier Galibert
2017-02-11
1
-1
/
+0
*
Separate include file usage for netlist.
couriersud
2017-01-29
1
-369
/
+31
*
Reduce overhead to load data (roms) in netlist significantly.
couriersud
2017-01-28
1
-45
/
+2
*
Core refactoring
couriersud
2017-01-14
1
-1
/
+1
*
- setup_t is owned by netlist_t. Stop being complicated.
couriersud
2017-01-12
1
-2
/
+1
*
cstr() ==> c_str() (nw)
couriersud
2016-12-30
1
-1
/
+1
*
Netlist: Roms now specify an identifier in the netlist.
couriersud
2016-12-27
1
-15
/
+32
*
Well, it sorta looks like Stunt Cycle, at least. (nw)
MooglyGuy
2016-12-26
1
-1
/
+86
*
first srcclean pass (nw)
Vas Crabb
2016-12-25
1
-3
/
+3
*
-netlist: Added shared RAM pointer, for use by netlist RAM devices which need...
therealmogminer@gmail.com
2016-12-21
1
-12
/
+45
*
More compile fixes (nw)'
therealmogminer@gmail.com
2016-12-21
1
-12
/
+4
*
netlist: Device additions: [Ryan Holtz]
therealmogminer@gmail.com
2016-12-21
1
-8
/
+18
*
Netlist compile fixes, (nw)
therealmogminer@gmail.com
2016-12-21
1
-3
/
+4
*
-netlist: Add simple ROM hookup capability. [Ryan Holtz]
therealmogminer@gmail.com
2016-12-21
1
-0
/
+34
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-26
/
+26
*
Netlist updates:
couriersud
2016-07-21
1
-8
/
+8
*
Moved two macros, added more RAII and improved exceptions. Fixed some
couriersud
2016-07-09
1
-7
/
+9
*
Srcclean on netlist files. Avoid the merge massacre. (nw)
couriersud
2016-06-25
1
-2
/
+0
*
Netlist changes
couriersud
2016-06-23
1
-3
/
+3
*
remove all usages of tagmap
Miodrag Milanovic
2016-06-18
1
-1
/
+0
*
Merge netlist_dev branch, all code_refactoring: (nw)
couriersud
2016-06-16
1
-12
/
+64
*
- More code cleanup.
couriersud
2016-06-07
1
-2
/
+2
*
- Added constructors to prepare to move terminal setup into constructor.
couriersud
2016-06-07
1
-7
/
+9
*
Moved more code into plib namespace. (nw)
couriersud
2016-05-27
1
-4
/
+4
*
Moved all parameter definitions in constructors. (nw)
couriersud
2016-05-25
1
-12
/
+12
*
All netlist devices now follow new syntax. Removed dead code. All sub
couriersud
2016-05-21
1
-19
/
+15
*
Converted more devices to new layout. Improved memory handling in
couriersud
2016-05-21
1
-1
/
+1
*
Align object registration syntax. (nw)
couriersud
2016-05-10
1
-4
/
+4
*
Converted most subdevices to unique_ptr. This is a temporary measure
couriersud
2016-05-02
1
-6
/
+6
*
NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi...
Miodrag Milanovic
2016-04-24
1
-1
/
+1
*
Get rid of some init_object calls.
couriersud
2016-04-10
1
-2
/
+2
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-2
/
+2
*
reverting:
Miodrag Milanovic
2016-01-20
1
-9
/
+9
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-9
/
+9
*
Revert "remove const (nw)"
Miodrag Milanovic
2016-01-13
1
-1
/
+1
*
remove const (nw)
Miodrag Milanovic
2016-01-11
1
-1
/
+1
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
1
-1
/
+1
*
cleanup (nw)
Miodrag Milanovic
2015-12-26
1
-2
/
+0
*
cleanups (nw)
Miodrag Milanovic
2015-12-25
1
-3
/
+0
*
override part 3 (nw)
Miodrag Milanovic
2015-12-05
1
-41
/
+41
[next]