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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanups and version bump
mame0169
Miodrag Milanovic
2015-12-30
1
-1
/
+0
*
chdman info verbose metadata output (nw)
MetalliC
2015-12-26
1
-3
/
+6
*
macro removal INLINE -> static inline (nw)
Miodrag Milanovic
2015-12-12
6
-37
/
+37
*
tagmap_t to std::unordered_map or std::unordered_set where applicable (nw)
Miodrag Milanovic
2015-12-09
1
-195
/
+200
*
clang-modernize part 6
Miodrag Milanovic
2015-12-04
2
-15
/
+15
*
clang-modernize part 5
Miodrag Milanovic
2015-12-04
25
-571
/
+571
*
fix building tools (nw)
Miodrag Milanovic
2015-11-08
1
-2
/
+2
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
47
-0
/
+0
*
fixed linking unidasm in small builds (nw)
Miodrag Milanovic
2015-11-02
1
-11
/
+0
*
Moved tools in proper place, and moved build python scripts together with oth...
Miodrag Milanovic
2015-10-07
50
-0
/
+41619
*
Moved nltool.c and nlwav.c into src/emu/netlist/prg.
couriersud
2015-08-23
2
-782
/
+0
*
Created a separate logging class. Netlist code should now be at least
couriersud
2015-08-23
1
-16
/
+19
*
Remove vsscanf from netlist. Change default format for double to "g".
couriersud
2015-08-11
2
-2
/
+2
*
Make netlist more typesafe. Added a pformat class to reduce sprintf
couriersud
2015-08-10
1
-5
/
+4
*
utf8 support for pstring. Opted for a scalable solution which should be
couriersud
2015-08-10
2
-11
/
+13
*
More usage of streams and aligned exception use. (nw)
couriersud
2015-08-10
2
-25
/
+22
*
Added simple stream classes to netlist code. (nw)
couriersud
2015-08-03
2
-14
/
+15
*
Cleanups and version bump
mame0164
Miodrag Milanovic
2015-07-29
2
-35
/
+33
*
Added nlwav to tools. nlwav converts netlist logs into wav files.
couriersud
2015-07-26
2
-1
/
+369
*
Added quiet flag to nltool. (nw)
couriersud
2015-07-20
1
-10
/
+12
*
Use hashmap for factory searches. (nw)
couriersud
2015-07-20
1
-8
/
+8
*
Aligned builtin device identification with parser device
couriersud
2015-07-19
1
-1
/
+1
*
Netlist now compiles with
couriersud
2015-06-30
1
-3
/
+3
*
added SM510 cpu skeleton
hap
2015-06-30
1
-0
/
+2
*
Some more moves to the netlist namespace. (nw)
couriersud
2015-06-19
1
-4
/
+4
*
Rename netlist::netlist_<somename> to just netlist::<somename>. (nw)
couriersud
2015-06-13
1
-5
/
+5
*
Netlist code now uses "namespace netlist". At the same time, moved all
couriersud
2015-06-13
1
-9
/
+9
*
Changed the way NETLIST_START(NAME) is located and called. This is done
couriersud
2015-06-03
1
-9
/
+4
*
Netlist now uses the same approach as delegate.h to derive member
couriersud
2015-05-31
1
-1
/
+16
*
First version of a eagle to netlist converter. (nw)
couriersud
2015-05-29
1
-334
/
+12
*
Found some cycles. (nw)
couriersud
2015-05-29
1
-15
/
+35
*
Got truthtable parsing working in the parser. The plib preprocessor now
couriersud
2015-05-28
1
-4
/
+6
*
Introduced user definable truth tables:
couriersud
2015-05-27
1
-2
/
+2
*
Moved all files in src/emu/netlist starting with p into plib folder.
couriersud
2015-05-27
1
-23
/
+18
*
Cleanups and version bump
mame0162
Miodrag Milanovic
2015-05-27
2
-17
/
+16
*
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
*
Fixed some clang 3.6 compilation errors and gcc -Wextra warnings. (nw)
couriersud
2015-05-25
1
-5
/
+5
*
cleanup of bogus copyright messages and restriction texts, update for Daniel ...
Miodrag Milanovic
2015-05-25
1
-3
/
+0
*
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
*
added m58846 disasm
hap
2015-05-20
1
-0
/
+2
*
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
[next]