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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some changes/corrections to device descriptions from MASH and Tafoid (nw)
Scott Stone
2014-04-17
1
-2
/
+2
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-189
/
+188
*
Netlist: fixed reset (F3) and save state. Both crashed after last changes. Fi...
Couriersud
2014-04-06
1
-0
/
+1
*
Fixed handling of input/output offsets.
Couriersud
2014-03-02
1
-2
/
+5
*
Some minor performance changes. It looks like the code is limited by memory b...
Couriersud
2014-02-28
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
*
Minor netlist updates with focus on performance. Also added 16bit int to pstate.
Couriersud
2014-02-23
1
-0
/
+3
*
Netlist maintenance:
Couriersud
2014-02-09
1
-0
/
+1
*
Netlist code maintenance work.
Couriersud
2014-02-09
1
-5
/
+3
*
All MAME <-> Netlist interfacing is now done in the machine device driver. This
Couriersud
2014-02-08
1
-12
/
+139
*
- Some bug fixes for sound device routing
Couriersud
2014-02-03
1
-3
/
+3
*
Added route-inputs to netlist sound device. Currently this is WIP and needs s...
Couriersud
2014-02-02
1
-3
/
+31
*
Followup on Alex fix. Thanks a lot, Alex.
Couriersud
2014-02-02
1
-0
/
+22
*
Created a mame sound device for netlist. Fixed an issue causing wild oscillat...
Couriersud
2014-01-13
1
-1
/
+78
*
Fix compile. No WN
Couriersud
2014-01-12
1
-1
/
+1
*
Removed pointless "...->object()->" usage and fixed some issues in debug buil...
Couriersud
2014-01-10
1
-3
/
+3
*
Added a "-listdevices" option to nltool to list all available devices. Simpli...
Couriersud
2014-01-08
1
-1
/
+1
*
Netlist:
Couriersud
2014-01-02
1
-1
/
+1
*
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
-8
/
+49
*
Split netlist_mame_device_t into a core device and a "cpu" device. Based on t...
Couriersud
2013-12-28
1
-52
/
+82
*
Netlist, make some class variables protected. No wn
Couriersud
2013-12-28
1
-2
/
+2
*
Alignment of netlist with MAME standards. Inputs to netlist are now registere...
Couriersud
2013-12-27
1
-105
/
+174
*
Added missing interfaces to netlist. mame -debug pongf now does not crash any...
Couriersud
2013-12-24
1
-69
/
+94
*
Cleanups and version bump
mame0152
Miodrag Milanovic
2013-12-24
1
-78
/
+78
*
Netlist: introduced more consistent and general state saving. Useful for regr...
Couriersud
2013-12-22
1
-27
/
+11
*
Netlist and Pong:
Couriersud
2013-12-20
1
-15
/
+99
*
Pong update:
Couriersud
2013-12-19
1
-8
/
+14
*
Netlist & pong:
Couriersud
2013-12-16
1
-1
/
+1
*
Netlist:
Couriersud
2013-12-16
1
-2
/
+6
*
Netlist: Added pascal like strings (pstring) class. These use only size(void ...
Couriersud
2013-11-24
1
-4
/
+2
*
Netlist: Reworked object model a bit.
Couriersud
2013-11-23
1
-0
/
+2
*
Split the netlist code up into functional pieces like parser, setup and execu...
Couriersud
2013-11-04
1
-1050
/
+10
*
Created folder emu/netlist and moved net_lib.* over. Updated makefiles.
Couriersud
2013-11-02
1
-1
/
+1
*
Netlist now uses astring instead of char *. Makes memory management a lot eas...
Couriersud
2013-11-02
1
-117
/
+159
*
Netlist: Some hand-crafted optimizations. GCC seems to like ugly pointer C mo...
Couriersud
2013-10-28
1
-35
/
+6
*
No whatsnew: Moved device setup out of constructor (again).
Couriersud
2013-10-28
1
-38
/
+106
*
Netlist: ongoing cleanup
Couriersud
2013-10-26
1
-131
/
+157
*
Netlist code: fixed an issue with 7493 and other minor fixes
Couriersud
2013-10-22
1
-6
/
+8
*
Minor code clean-up in netlist devices
Couriersud
2013-10-21
1
-38
/
+45
*
Pong now uses the new analog monitor device.
Couriersud
2013-10-16
1
-3
/
+47
*
moved netdev_mainclock update & update_param from netlist.c to net_lib.c to f...
smf-
2013-10-13
1
-11
/
+0
*
fix for empty controlled statement with MSVC 2012 (nw)
smf-
2013-10-13
1
-0
/
+2
*
Slightly improved performance on netlist components.
Couriersud
2013-10-12
1
-46
/
+54
*
Fix compile error (nw)
Justin Kerk
2013-10-09
1
-1
/
+1
*
All netlist device setup now takes place in constructors.
Couriersud
2013-10-09
1
-4
/
+6
*
More netlist cleanups
Couriersud
2013-10-09
1
-42
/
+18
*
Fixed a small but important bug in netlist code. In addition, some more perfo...
Couriersud
2013-10-08
1
-26
/
+69
*
Optimized some netlist code by inlining clock device. This improves pongf per...
Couriersud
2013-10-06
1
-35
/
+80
*
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
[next]