Go to file
Couriersud 5495d321c4 Created a better logic-to-analog proxy approximating output impedance. This revealed some bugs in the code which have been fixed.
Basically, borderline schematics like

    TTL_7404_INVERT(c9f, c9c.Q)
    TTL_7404_INVERT(c9c, c9f.Q)
    SWITCH2(coinsw)
    NET_C(c9c.Q, coinsw.1)
    NET_C(c9f.Q, coinsw.2)

in which the switch connects TTL-Outputs to ground now work. In this case, the addition of an analog device (switch) cause the netlist code to treat the TTL outputs as "analog" and (re)connect all existing and future connected terminals to the analog output. 
The downside is a slight performance penalty. This penalty may be mitigated going forward by introducing "proxy-hints" for selected outputs.
2014-01-27 00:02:45 +00:00
artwork HLSL Updates: [Ryan Holtz, Bat Country Entertainment, austere] 2011-06-06 21:25:38 +00:00
docs add license info for some things i worked on, some small cleanups 2013-10-17 14:26:24 +00:00
hash miau 2014-01-24 08:15:35 +00:00
hlsl This revert (r26927), as requested by author, fixes the regression of missing graphics for vector games using HLSL. Also reverted patch in code (r27063) to deal with "roundf" for pre-vs2013 compilers - which is no longer needed. (nw) 2014-01-24 00:30:29 +00:00
keymaps Added Swedish/Finnish SDL keymaps for OSX and Linux. [Curt Coder] 2012-08-29 18:41:01 +00:00
nl_examples Major renaming of netlist device macros, like 2014-01-19 15:51:25 +00:00
src Created a better logic-to-analog proxy approximating output impedance. This revealed some bugs in the code which have been fixed. 2014-01-27 00:02:45 +00:00
web Adding missed files (nw) 2013-10-01 14:12:22 +00:00
.gitattributes (MESS) Apple II: Support for the Videx UltraTerm card. [R. Belmont] 2014-01-26 02:49:09 +00:00
.gitignore ignore project files only in root 2013-12-30 18:38:08 +00:00
makefile Emscripten makefile stuff (nw) 2013-11-03 22:52:48 +00:00