SHENZHEN I/O

SHENZHEN I/O

155 ratings
CROSSOVER
3
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
5.277 KB
4 Dec, 2016 @ 11:49am
1 Change Note ( view )

Subscribe to download
CROSSOVER

Description
Simply redirect the inputs to the corresponding outputs.
76 Comments
MrSnowman 1 May @ 4:32pm 
Took me a while to recognize that I couldn't simply cross. And then the swap was clear. Good puzzle.
Deployer 17 Dec, 2023 @ 1:26pm 
Good one indeed! :steamthumbsup:
Verdammte Heinz 2 Jul, 2023 @ 7:45am 
Nice puzzle. Found solution 6 / 360 / 6 and after some trial and error the 3 / 0 / 0 one.
Braden 24 May, 2023 @ 9:50am 
I believe this puzzle showcases a genuine bug in the simulation. The obvious solution is to just wire two DX300s to the inputs and outputs and let them do the work, but this inexplicably doesn't work, and for no reason. The whole point of the DX300 is that it acts like a composite adapter for simple I/O and xbus. Saying that a microcontroller is actually needed to get it to spit out the value when spitting out a value is exactly what it's supposed to always be doing is like saying a human being needs to put their hand on the valve of their faucet in order for water to manifest inside it, and that if they leave the valve open and walk away, water will suddenly and magically stop flowing through the faucet. I've heard of solipsism, but this is ridiculous! (and then the seinfeld theme plays)

Anyways this is either unrealistically contrived or a bug.
Meme Lorde 11 May, 2023 @ 1:23pm 
@raisemanface You need to play the main game until you unlock "conceptSPEC" then you can play custom specs from the workshop.
radheshiam16 9 Jan, 2023 @ 12:19pm 
For humour )) Trys to deal with random on DX300
Almost solved with 4 MC4000X + DX300 (one for input one for output)
MC 4000X all connected to single wire moved between 2 DX300
every has unified code:
```
nop
nop
nop
mov x0 acc
tgt acc 0
+ mov acc x0
+ mov acc x0
+ mov acc x0
slp 1
```
nops - balances input
multiples movs - try to push value to required DX300
it ALMOST working )) - in my case just 5 points of verification was fail. Sad, but challenge to do it not with xors fails )))
raisemanface 23 Oct, 2021 @ 8:52am 
How can I use the mod in game? Please help me, thanks!:steamsad:
Unchangeling 24 Jul, 2020 @ 12:04am 
(I added a screenshot (tagged as a spoiler) in my screenshots if anyone wants to see it)
Unchangeling 23 Jul, 2020 @ 11:58pm 
my solution was ¥3, but I confess I didn't actually plan it, I just slapped down three xor gates in a likely configuration, given the limits of the board size , then connected the outputs and looked at what came out on the verification tab (they were reversed at first)
Neekow 16 Feb, 2020 @ 7:26am 
For the ¥3 solution: 3 xor gate:
- the first one has inA and inB as input, normal output
- top one, inA and 1st xor output as input, normal output to output B
- top one, inB and 1st xor output as input, normal output to output A