Starbound
Macrochip WIP
กำลังแสดง 11-20 จาก 58 รายการ
< 1  2  3  4  5  6 >
อัปเดต: 24 มิ.ย. 2017 @ 3: 20am

Added a 4-nibble BCD display/converter component - pageup/pagedown when placing a new hexidecimal display component to switch to placing this 7-digit decimal display.

อัปเดต: 19 มิ.ย. 2017 @ 12: 26pm

Added a 4-bit Comparator component.

อัปเดต: 19 มิ.ย. 2017 @ 6: 58am

อัปเดต: 19 มิ.ย. 2017 @ 6: 23am

อัปเดต: 19 มิ.ย. 2017 @ 4: 31am

Redid my scripting on the ALU.

อัปเดต: 18 มิ.ย. 2017 @ 1: 12pm

อัปเดต: 18 มิ.ย. 2017 @ 4: 52am

อัปเดต: 18 มิ.ย. 2017 @ 4: 34am

อัปเดต: 17 มิ.ย. 2017 @ 12: 52pm

This is definitely the macrochips most complicated component yet! Added a 4-bit ALU (Arithmetic Logic Unit.) Manual page still needs to be done. Works mostly as a 74181 ALU chip, see http://i.imgur.com/heDUkaO.png for its datasheet, taking two unsigned Input nibbles A and B on which it performs the function operation as determined by its M / S / C-in Inputs. The chip itself shows what function is being run.

I'm no electrical engineer so can't promise this component fully works as one should do! Anyone who _does_ know about these things, if you test this and find it satisfactory, let me know, cheers! :)

อัปเดต: 15 มิ.ย. 2017 @ 3: 26am

Bug fix for a crash from multi remote node component.