Go to file
Couriersud add659693a Netlist: Added large signal diode model and fixed a number of bugs.
Things like

    // astable NAND Multivibrator
    NETDEV_R(R1, 1000)
    NETDEV_C(C1, 1e-6)
    TTL_7400_NAND(n1,R1.1,R1.1)
    TTL_7400_NAND(n2,R1.2,R1.2)
    NET_C(n1.Q, R1.2)
    NET_C(n2.Q, C1.1)
    NET_C(C1.2, R1.1)

now work, though too many proxy devices are currently needed.
2013-11-20 01:16:46 +00:00
artwork
docs add license info for some things i worked on, some small cleanups 2013-10-17 14:26:24 +00:00
hash wd_fdc: Set CRC error bit if CRC error found during Read Address command. Tiki 100 determines whether the disk is in FM or MFM format by checking this. [Curt Coder] 2013-11-19 19:10:00 +00:00
hlsl more HLSL cleanup, part e of pi (nw) 2013-08-30 01:05:13 +00:00
keymaps Added Swedish/Finnish SDL keymaps for OSX and Linux. [Curt Coder] 2012-08-29 18:41:01 +00:00
src Netlist: Added large signal diode model and fixed a number of bugs. 2013-11-20 01:16:46 +00:00
web Adding missed files (nw) 2013-10-01 14:12:22 +00:00
.gitattributes jedutil.c: [Kevin Eshbach] 2013-11-19 22:38:39 +00:00
.gitignore added two more output folders to ignore list (nw) 2013-07-17 10:38:27 +00:00
makefile Emscripten makefile stuff (nw) 2013-11-03 22:52:48 +00:00