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
/
emu
/
netlist
/
plib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved netlist from emu to lib (nw)
Miodrag Milanovic
2015-09-12
13
-4388
/
+0
*
Some pedantic netlist changes. (nw)
couriersud
2015-08-28
2
-11
/
+124
*
Cleanups and version bump
mame0165
Miodrag Milanovic
2015-08-26
4
-10
/
+8
*
Moved nltool.c and nlwav.c into src/emu/netlist/prg.
couriersud
2015-08-23
7
-53
/
+31
*
Created a separate logging class. Netlist code should now be at least
couriersud
2015-08-23
6
-56
/
+258
*
Fix netlist build (nw)
Vas Crabb
2015-08-17
1
-2
/
+2
*
Added seconds() and attoseconds() to attotime and prefixed members with
couriersud
2015-08-15
1
-1
/
+1
*
Some netlist_time maintenance. Straightened code using it and added
couriersud
2015-08-14
3
-0
/
+22
*
Changed UINT16 .. UINT64 to generic types in pformat.
couriersud
2015-08-13
2
-31
/
+133
*
Make more use of pformat. (nw)
couriersud
2015-08-13
3
-23
/
+18
*
Fix emscripten compile (nw)
Justin Kerk
2015-08-12
1
-1
/
+1
*
Remove vsscanf from netlist. Change default format for double to "g".
couriersud
2015-08-11
2
-13
/
+2
*
Fix mingw compiles (both 32 and 64). These seem to have a different
couriersud
2015-08-11
1
-2
/
+3
*
Temporarily fix compile by commenting line 395 and kepping 409 in file src/em...
yz70s
2015-08-11
1
-1
/
+1
*
Fix clang issues. (nw)
couriersud
2015-08-10
2
-5
/
+5
*
Make netlist more typesafe. Added a pformat class to reduce sprintf
couriersud
2015-08-10
3
-2
/
+85
*
utf8 support for pstring. Opted for a scalable solution which should be
couriersud
2015-08-10
7
-250
/
+527
*
More usage of streams and aligned exception use. (nw)
couriersud
2015-08-10
7
-12
/
+37
*
Added simple stream classes to netlist code. (nw)
couriersud
2015-08-03
6
-106
/
+698
*
Cleanups and version bump
mame0164
Miodrag Milanovic
2015-07-29
4
-17
/
+15
*
Consolidate the scattered model parsing code. Now models support
couriersud
2015-07-23
2
-1
/
+4
*
please bear with me.. these are needed to compile in GCC 5.2 and I want mingw...
Cowering
2015-07-23
2
-0
/
+24
*
More phashmap_t usage. Quite some nice effect on larger netlist startup
couriersud
2015-07-20
1
-20
/
+35
*
Use hashmap for factory searches. (nw)
couriersud
2015-07-20
1
-11
/
+0
*
Changed phashmap_t to dynamically resize hash table. (nw)
couriersud
2015-07-19
1
-5
/
+86
*
Aligned builtin device identification with parser device
couriersud
2015-07-19
1
-2
/
+0
*
Added a phashmap_t object for faster lookups. (nw)
couriersud
2015-07-19
2
-0
/
+141
*
Add macro library for opamp models. (nw)
couriersud
2015-07-16
1
-0
/
+8
*
Fix issues with gcc4.0 mentioned by Barry. (nw)
couriersud
2015-07-09
1
-1
/
+1
*
Identify size_t usage in printf by enclosing the argument in
couriersud
2015-07-02
2
-1
/
+11
*
Netlist now compiles with
couriersud
2015-06-30
7
-66
/
+95
*
Hopefully fix more "maybes" which maybe popup sometime in the future.
couriersud
2015-06-28
2
-3
/
+8
*
Code maintenance. In addition, added a parameter to select iterative
couriersud
2015-06-24
1
-1
/
+1
*
Cleanups and version bump
mame0163
Miodrag Milanovic
2015-06-24
2
-11
/
+10
*
Some more moves to the netlist namespace. (nw)
couriersud
2015-06-19
2
-1
/
+14
*
From 45% to 60% to 99%. That's the improvement achieved for a 89x89
couriersud
2015-06-10
1
-0
/
+18
*
Another go at fixing gcc 4.4
couriersud
2015-06-09
1
-0
/
+1
*
Made it more convenient to add frontiers (impedance barriers). These
couriersud
2015-06-08
1
-1
/
+11
*
Fixed a number of bugs and some additions:
couriersud
2015-06-07
2
-0
/
+11
*
Found some cycles by removing static declarations in some functions.
couriersud
2015-06-03
1
-3
/
+3
*
Converted netlist into a library. Moved most code from nl_convert.h to
couriersud
2015-06-01
1
-2
/
+6
*
Code maintenance. Remove commented out directives. (nw)
couriersud
2015-05-31
1
-1
/
+1
*
Netlist now uses the same approach as delegate.h to derive member
couriersud
2015-05-31
6
-14
/
+116
*
Fix OpenMP by using spinlocks in push_to_queue. However no observable
couriersud
2015-05-31
5
-81
/
+82
*
Commit omitted nl_convert.h. Renamed "find" to find_by_name in
couriersud
2015-05-29
1
-3
/
+3
*
First version of a eagle to netlist converter. (nw)
couriersud
2015-05-29
2
-2
/
+27
*
Got truthtable parsing working in the parser. The plib preprocessor now
couriersud
2015-05-28
2
-4
/
+58
*
Introduced user definable truth tables:
couriersud
2015-05-27
1
-4
/
+7
*
Moved all files in src/emu/netlist starting with p into plib folder.
couriersud
2015-05-27
11
-0
/
+2469