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
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
(MAME)New game added
couriersud
2015-04-26
1
-1
/
+2
*
Fix crash in mame debugger caused by netlist. (nw)
couriersud
2015-04-19
1
-2
/
+2
*
Remove some code commented out during debug. (nw)
couriersud
2015-04-17
1
-4
/
+1
*
Fix unused var
Vas Crabb
2015-04-17
1
-3
/
+3
*
Minor netlist changes. (nw)
couriersud
2015-04-17
1
-1
/
+2
*
Cleanups and version bump
mame0158
Miodrag Milanovic
2015-01-28
1
-6
/
+6
*
More netlist code reschuffle to separate setup from run. (nw)
couriersud
2015-01-18
1
-9
/
+6
*
Introduced an nl_double type. This will be followed by an nl_float type
couriersud
2015-01-18
1
-0
/
+6
*
fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn...
Oliver Stöneberg
2014-09-08
1
-1
/
+0
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
1
-4
/
+4
*
Netlist changes:
Couriersud
2014-05-30
1
-1
/
+4
*
Renamed auxiliary types to move them into the "p" namespace (plinearlist_t, p...
Couriersud
2014-05-22
1
-2
/
+2
*
Introduced netlist_analog_net_t and netlist_logic_net_t to untangle code a bit.
Couriersud
2014-05-17
1
-2
/
+2
*
Correct some device shortname/longname conflicts that had surfaced (nw)
Scott Stone
2014-05-14
1
-5
/
+5
*
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
[next]