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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure netlist includes are not found directly on include path.
couriersud
2017-02-10
1
-1
/
+1
*
Explicitly #include C++ headers for features use, see issue #2048 (nw)
Vas Crabb
2017-02-09
1
-0
/
+9
*
Separate include file usage for netlist.
couriersud
2017-01-29
1
-22
/
+414
*
Reduce overhead to load data (roms) in netlist significantly.
couriersud
2017-01-28
1
-39
/
+19
*
Fix warning about non existing memory space when netlist is used ...
couriersud
2017-01-27
1
-5
/
+1
*
More netlist refactoring:
couriersud
2017-01-25
1
-2
/
+2
*
srcclean (nw)
Vas Crabb
2017-01-22
1
-1
/
+1
*
Assume string literals are UTF8 in netlist code.
couriersud
2017-01-20
1
-9
/
+9
*
- setup_t is owned by netlist_t. Stop being complicated.
couriersud
2017-01-12
1
-12
/
+4
*
cstr() ==> c_str() (nw)
couriersud
2016-12-30
1
-24
/
+24
*
Netlist: Roms now specify an identifier in the netlist.
couriersud
2016-12-27
1
-24
/
+42
*
Well, it sorta looks like Stunt Cycle, at least. (nw)
MooglyGuy
2016-12-26
1
-0
/
+37
*
first srcclean pass (nw)
Vas Crabb
2016-12-25
1
-1
/
+1
*
-netlist: Added shared RAM pointer, for use by netlist RAM devices which need...
therealmogminer@gmail.com
2016-12-21
1
-8
/
+46
*
netlist: Device additions: [Ryan Holtz]
therealmogminer@gmail.com
2016-12-21
1
-2
/
+2
*
Netlist compile fixes, (nw)
therealmogminer@gmail.com
2016-12-21
1
-3
/
+8
*
-netlist: Add simple ROM hookup capability. [Ryan Holtz]
therealmogminer@gmail.com
2016-12-21
1
-0
/
+30
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
1
-4
/
+2
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-25
/
+25
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-28
1
-1
/
+2
*
Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ...
Lord-Nightmare
2016-09-27
1
-2
/
+1
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-27
1
-1
/
+2
*
Netlist updates:
couriersud
2016-07-21
1
-2
/
+2
*
Netlist improvements:
couriersud
2016-07-01
1
-5
/
+1
*
Netlist changes
couriersud
2016-06-23
1
-1
/
+1
*
Merge netlist_dev branch, all code_refactoring: (nw)
couriersud
2016-06-16
1
-53
/
+81
*
- More code cleanup.
couriersud
2016-06-07
1
-13
/
+13
*
- Minor cosmetic refactoring. Added a "uninitialised array" template to
balr0g
2016-06-07
1
-1
/
+1
*
Moved more code into plib namespace. (nw)
couriersud
2016-05-27
1
-27
/
+27
*
All netlist devices now follow new syntax. Removed dead code. All sub
couriersud
2016-05-21
1
-3
/
+3
*
Converted more devices to new layout. Improved memory handling in
couriersud
2016-05-21
1
-3
/
+3
*
Continuing work to move object initialization from start to constructor.
couriersud
2016-05-16
1
-1
/
+1
*
More automatic memory handling. (nw)
couriersud
2016-05-16
1
-3
/
+2
*
Some use of share_ptr to ease memory management. (nw)
couriersud
2016-05-12
1
-1
/
+1
*
Code simplification
couriersud
2016-05-12
1
-4
/
+3
*
Devices are now created after the netlist was parsed. This enables us
couriersud
2016-05-12
1
-2
/
+1
*
A step towards late creation of devices. (nw)
couriersud
2016-05-10
1
-7
/
+8
*
netlist_t no longer descends from netlist::object_t.
couriersud
2016-04-10
1
-4
/
+4
*
Get rid of some init_object calls.
couriersud
2016-04-10
1
-2
/
+1
*
Iterate over core classes C++11 style
AJR
2016-03-31
1
-3
/
+3
*
netlist: rename plist_t to pvector_t to clarify origin.
couriersud
2016-03-14
1
-2
/
+2
*
reverting:
Miodrag Milanovic
2016-01-20
1
-17
/
+17
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-4
/
+4
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
1
-4
/
+4
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-17
/
+17
*
override for for macros that could not be auto recognized by tools (nw)
Miodrag Milanovic
2015-12-06
1
-1
/
+1
*
cleanuo
Miodrag Milanovic
2015-12-05
1
-19
/
+19
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+661