xotmatrix
xotmatrix
> Requires triangulation algo Not necessarily. If you can draw it to a dedicated surface and then composite it, you can do it very cheaply. Draw it as a triangle...
I just realized I had a much simpler demonstration that lets you draw polygons so you can see how it behaves. https://xotmatrix.github.io/demos/concave-poly-trick/index.html 
@robinhood2014 That file is the ROM for the Disk II interface card. When you turn on your computer to boot a disk or type `PR#6`, that's the code that runs....
I don't want to "out" anyone but I saw a suspiciously similar thing posted on reddit 3 days ago that also said: > I have a windows 7 laptop, so...
I only noticed it because my own Apple //e emulation was not reading the keyboard latch at $C01x which prevented Castle Dain from starting a keyboard game. I never knew...
The Apple //e has some wrinkles depending on the model. - On the older models, the motherboard jumper pad (X6) shipped open. - In the default configuration, SW2 floats. -...
Sort of an ancillary request but being able to select recently mounted images from the HDD dropdown menu would be great for me.
Neat one. Almost certainly a simple LFSR given the 2^n-1 sequence length. Is there ever a stream of 7 consecutive zeros or ones?
The bit sequence can be created with a 7-bit LFSR expressed by the polynomial: $x^7+x^1+1$ Each new bit is generated by XORing the 7th bit and the 1st bit. The...
Would you say a stack of five ICs would fit inside that dongle? I've been working on a reverse-engineered circuit made from 7400-series logic.