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
/
emu
/
machine
/
netlist.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix build (nw)
Alex W. Jackson
2014-05-18
1
-1
/
+1
*
Introduced netlist_analog_net_t and netlist_logic_net_t to untangle code a bit.
Couriersud
2014-05-17
1
-1
/
+1
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-267
/
+267
*
Fixed handling of input/output offsets.
Couriersud
2014-03-02
1
-2
/
+6
*
Minor cosmetic changes for netlist
Couriersud
2014-02-26
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
*
All MAME <-> Netlist interfacing is now done in the machine device driver. This
Couriersud
2014-02-08
1
-17
/
+129
*
- Added a parameter "MULT" for output multiplication to NETDEV_SOUND_OUT
Couriersud
2014-02-04
1
-4
/
+7
*
- Some bug fixes for sound device routing
Couriersud
2014-02-03
1
-12
/
+54
*
Added route-inputs to netlist sound device. Currently this is WIP and needs s...
Couriersud
2014-02-02
1
-5
/
+85
*
Followup on Alex fix. Thanks a lot, Alex.
Couriersud
2014-02-02
1
-5
/
+1
*
Fix compile (nw)
Alex W. Jackson
2014-02-01
1
-1
/
+1
*
Fixed minor bugs and removed a hack in 7490 code. Also added more pinouts.
Couriersud
2014-01-24
1
-1
/
+1
*
Major renaming of netlist device macros, like
Couriersud
2014-01-19
1
-1
/
+1
*
Created a mame sound device for netlist. Fixed an issue causing wild oscillat...
Couriersud
2014-01-13
1
-17
/
+77
*
Implemented near-to-proper reset for all netlist devices. Reset now works for...
Couriersud
2014-01-11
1
-5
/
+13
*
Minor modifications to the netlist code. No wn
Couriersud
2014-01-01
1
-2
/
+2
*
Further untangled nl_base.[hc] and mame-specific netlist.c. No wn
Couriersud
2013-12-29
1
-5
/
+20
*
Split netlist_mame_device_t into a core device and a "cpu" device. Based on t...
Couriersud
2013-12-28
1
-55
/
+87
*
Alignment of netlist with MAME standards. Inputs to netlist are now registere...
Couriersud
2013-12-27
1
-169
/
+160
*
Removed legacy code in netlist and separated out 74153 and 74107(A). [Courier...
Couriersud
2013-12-25
1
-11
/
+0
*
Added missing interfaces to netlist. mame -debug pongf now does not crash any...
Couriersud
2013-12-24
1
-3
/
+37
*
Cleanups and version bump
mame0152
Miodrag Milanovic
2013-12-24
1
-91
/
+91
*
Netlist and Pong:
Couriersud
2013-12-20
1
-0
/
+12
*
Netlist:
Couriersud
2013-12-17
1
-0
/
+44
*
Netlist & pong:
Couriersud
2013-12-16
1
-0
/
+8
*
Netlist:
Couriersud
2013-12-16
1
-16
/
+76
*
Netlist:
Couriersud
2013-12-14
1
-4
/
+4
*
Netlist: Introducing type safe parameters.
Couriersud
2013-11-25
1
-10
/
+16
*
Netlist: Added pascal like strings (pstring) class. These use only size(void ...
Couriersud
2013-11-24
1
-1
/
+3
*
Netlist: Reworked object model a bit.
Couriersud
2013-11-23
1
-1
/
+1
*
Netlist: Working voltage divider. Getting nearer. No wn
Couriersud
2013-11-17
1
-2
/
+2
*
Forgot to commit these changes.
Couriersud
2013-11-11
1
-6
/
+6
*
Netlist: remove hardcoded maximum net size. Separated and documented a couple...
Couriersud
2013-11-08
1
-1
/
+2
*
Split the netlist code up into functional pieces like parser, setup and execu...
Couriersud
2013-11-04
1
-1366
/
+4
*
Created folder emu/netlist and moved net_lib.* over. Updated makefiles.
Couriersud
2013-11-02
1
-2
/
+2
*
Netlist now uses astring instead of char *. Makes memory management a lot eas...
Couriersud
2013-11-02
1
-72
/
+99
*
Netlist: Some hand-crafted optimizations. GCC seems to like ugly pointer C mo...
Couriersud
2013-10-28
1
-12
/
+30
*
No whatsnew: Moved device setup out of constructor (again).
Couriersud
2013-10-28
1
-92
/
+113
*
Netlist: ongoing cleanup
Couriersud
2013-10-26
1
-121
/
+176
*
Netlist code: fixed an issue with 7493 and other minor fixes
Couriersud
2013-10-22
1
-5
/
+4
*
Minor code clean-up in netlist devices
Couriersud
2013-10-21
1
-67
/
+45
*
Pong now uses the new analog monitor device.
Couriersud
2013-10-16
1
-54
/
+45
*
Slightly improved performance on netlist components.
Couriersud
2013-10-12
1
-116
/
+290
*
All netlist device setup now takes place in constructors.
Couriersud
2013-10-09
1
-19
/
+16
*
More netlist cleanups
Couriersud
2013-10-09
1
-29
/
+27
*
Fixed a small but important bug in netlist code. In addition, some more perfo...
Couriersud
2013-10-08
1
-30
/
+96
*
Optimized some netlist code by inlining clock device. This improves pongf per...
Couriersud
2013-10-06
1
-86
/
+121
*
Memory system: added endianness to the memory_share class.
Aaron Giles
2013-07-20
1
-1
/
+1
*
netlist.h: Fix for GCC prior to 4.3 [Federico Schwindt]
R. Belmont
2013-04-13
1
-1
/
+1
[next]