You broke it! That's why!...I remember this used to work...now all it does is explode! -_-
why no one like? I am open to suggestions.
lol, I drafted the instructions before addding them to comments!
wow thats a long comment, more like a SA, soo ill give it a +1. ehh
Insert code into the large grid palette. The columns represent the letter bellow the read/write head (the switch line on the tape). From left to right: 000, 001, 010, 011, 100, 101, 110, 111. (Binary). The rows represent states. Of eight states, five are functional: 1-5. 6 and 7 are crash states (boom) and 0 is the halt state. The new state is coded with the 3 leftmost bits in each section on the grid (surrounded with insulator). After processing the machine will change the letter on the tape in the current position. That letter is coded with the next three bits and is binary. The Machine moves the read/write head left or right at the end of each cycle. The final two bits represent the this movement. Using 00 will not move the head, using 10 will move it left, 01 will move it right, 11 will move it both ways (this cant happen, so the machine crashes, and boom).
To blow it up, change the top left ROM cell with 00000011 (1's are ptsc, 0's are empty).