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
/
tools
/
nltool.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanups and version bump
mame0162
Miodrag Milanovic
2015-05-27
1
-16
/
+15
*
Changed plist_t to be closer to vector. Commented out tons of inlines
couriersud
2015-05-26
1
-13
/
+13
*
Fixed some netlist issues valgrind pointed me too. In addition, added a
couriersud
2015-05-26
1
-2
/
+19
*
Fix nltool compile. After the next release the netlist folder structure
couriersud
2015-05-25
1
-2
/
+7
*
Fixed a number of -Wpedantic messages in netlist. The netlist code and
couriersud
2015-05-25
1
-41
/
+62
*
Cleaned up includes in header files and reworked memory allocation. (nw)
couriersud
2015-05-24
1
-14
/
+25
*
Fix unused variable warning in clang. (nw)
couriersud
2015-05-23
1
-1
/
+2
*
Removed netlist_input_t and net_output_t. Instead introduced
couriersud
2015-05-22
1
-2
/
+1
*
Added stop virtual method to devices to be able to log statistics
couriersud
2015-05-21
1
-2
/
+28
*
netlist:
couriersud
2015-05-20
1
-159
/
+190
*
More progress on SPICE to netlist conversion.
couriersud
2015-05-17
1
-23
/
+209
*
Started working on SPICE to netlist conversion. (nw)
couriersud
2015-05-17
1
-9
/
+92
*
Made netlist code compile with "-Wextra -Wdouble-promotion
couriersud
2015-05-16
1
-1
/
+1
*
some more (nw)
Miodrag Milanovic
2015-05-14
1
-2
/
+2
*
Added license headers to the rest of files (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-3
/
+2
*
cstr() - > c_str() as preparation for move to std::string (nw)
Miodrag Milanovic
2015-04-11
1
-1
/
+1
*
fixed several missing assert.h includes (nw)
Oliver Stöneberg
2015-03-20
1
-0
/
+1
*
Cleanups and version bump
mame0158
Miodrag Milanovic
2015-01-28
1
-7
/
+7
*
Fixed clang (most likely > 3.4) compile. (nw)
couriersud
2015-01-19
1
-1
/
+1
*
Fix nltool "-ld" listdevices. (nw)
couriersud
2015-01-18
1
-6
/
+22
*
Move some includes around to fix compile errors on OSX; if this breaks any ot...
Wilbert Pol
2014-12-29
1
-0
/
+1
*
unreachable code warning fixes for tools (nw)
Oliver Stöneberg
2014-09-08
1
-1
/
+0
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
1
-3
/
+3
*
Introduced netlist_analog_net_t and netlist_logic_net_t to untangle code a bit.
Couriersud
2014-05-17
1
-0
/
+7
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
1
-1
/
+1
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-106
/
+105
*
netlist: Nice performance increase by removing logic terminals from net if th...
Couriersud
2014-03-23
1
-0
/
+7
*
rest of ATTR_PRINTF review (nw)
Oliver Stöneberg
2014-02-25
1
-1
/
+1
*
Fixed a netlist crash on clang due to ATTR_NORETURN. Also fixed some debug st...
Couriersud
2014-02-24
1
-1
/
+1
*
Fixed nltool -listdevices. Thanks Oliver.
Couriersud
2014-02-21
1
-0
/
+4
*
Abstracted netlist sources. This is a first step to support libraries (e.g. f...
Couriersud
2014-02-19
1
-2
/
+6
*
Netlist bugfixes:
Couriersud
2014-02-01
1
-3
/
+14
*
Added a "-listdevices" option to nltool to list all available devices. Simpli...
Couriersud
2014-01-08
1
-16
/
+81
*
Enhanced the netlist parser and cleaned pong.c. Also added a folder nl_exampl...
Couriersud
2013-12-31
1
-4
/
+23
*
Further untangled nl_base.[hc] and mame-specific netlist.c. No wn
Couriersud
2013-12-29
1
-10
/
+3
*
Alignment of netlist with MAME standards. Inputs to netlist are now registere...
Couriersud
2013-12-27
1
-6
/
+6
*
Cleanups and version bump
mame0152
Miodrag Milanovic
2013-12-24
1
-106
/
+105
*
fix compile
Michaël Banaan Ananas
2013-12-19
1
-0
/
+2
*
Pong update:
Couriersud
2013-12-19
1
-0
/
+200