Starbound
Macrochip WIP
Affichage des entrées 11-20 sur 58
< 1  2  3  4  5  6 >
Mis à jour le : 24 juin 2017 à 3h20

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.

Mis à jour le : 19 juin 2017 à 12h26

Added a 4-bit Comparator component.

Mis à jour le : 19 juin 2017 à 6h58

Mis à jour le : 19 juin 2017 à 6h23

Mis à jour le : 19 juin 2017 à 4h31

Redid my scripting on the ALU.

Mis à jour le : 18 juin 2017 à 13h12

Mis à jour le : 18 juin 2017 à 4h52

Mis à jour le : 18 juin 2017 à 4h34

Mis à jour le : 17 juin 2017 à 12h52

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! :)

Mis à jour le : 15 juin 2017 à 3h26

Bug fix for a crash from multi remote node component.