Initial commit of NED1 front panel code I've been hacking on.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Thu, 8 Jul 2021 22:59:01 +0000 (15:59 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Thu, 8 Jul 2021 22:59:01 +0000 (15:59 -0700)
commit84b7459516288471d70a0bbddffef5c5a80efd18
tree0588566963bdf968e315aa81597ab6c5217b0ca6
parent504a95f7b1631808433766824f4f01bc3c70247a
Initial commit of NED1 front panel code I've been hacking on.

Thus far, it draws and XScreensaver compatible, dynamically sized front panel
and glues it to a simplified NEDsim instance.

The a.out format input file is hardcoded as "./test.out", and many other things
are hardcoded/WIP at this time, but the basic simulator runs NED code and
displays (with poor visual synchronization) the correct state.
hacks/NEDsim/NEDsim.c [new file with mode: 0644]
hacks/NEDsim/a.out.h [new file with mode: 0644]
hacks/NEDsim/simulator.c [new file with mode: 0644]
hacks/NEDsim/simulator.h [new file with mode: 0644]