Starbound

Starbound

Macrochip WIP
Zobrazuje se 11–20 z 58 položek
< 1  2  3  4  5  6 >
Aktualizace: 24. čvn. 2017 v 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.

Aktualizace: 19. čvn. 2017 v 12.26

Added a 4-bit Comparator component.

Aktualizace: 19. čvn. 2017 v 6.58

Aktualizace: 19. čvn. 2017 v 6.23

Aktualizace: 19. čvn. 2017 v 4.31

Redid my scripting on the ALU.

Aktualizace: 18. čvn. 2017 v 13.12

Aktualizace: 18. čvn. 2017 v 4.52

Aktualizace: 18. čvn. 2017 v 4.34

Aktualizace: 17. čvn. 2017 v 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! :)

Aktualizace: 15. čvn. 2017 v 3.26

Bug fix for a crash from multi remote node component.