Starbound
Macrochip WIP
Εμφάνιση 11-20 από 58 καταχωρίσεις
< 1  2  3  4  5  6 >
Ενημέρωση: 24 Ιουν 2017 στις 3:20

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:26

Added a 4-bit Comparator component.

Ενημέρωση: 19 Ιουν 2017 στις 6:58

Ενημέρωση: 19 Ιουν 2017 στις 6:23

Ενημέρωση: 19 Ιουν 2017 στις 4:31

Redid my scripting on the ALU.

Ενημέρωση: 18 Ιουν 2017 στις 13:12

Ενημέρωση: 18 Ιουν 2017 στις 4:52

Ενημέρωση: 18 Ιουν 2017 στις 4:34

Ενημέρωση: 17 Ιουν 2017 στις 12:52

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:26

Bug fix for a crash from multi remote node component.