-
It is working perfectly in FX2. Using Windows 10 Pro. Followed the directions for the command line parameters and put into an ADM CMD window. DMDext starts running but nothing is output to pinDMD. Is …
-
Consider this example for `AsyncFutureInterpreterSpec`:
```scala
def e14 = {
var invocationsNumber = 0
val cache = ConcurrentHashMapCache()
type S = Fx.fx2[Memoized, Async]
val…
-
Suppose I have a Stack like
```scala
type LogWriter[A] = Writer[LogEntry, A]
type Result[+A] = Either[LogicError, A]
type RequestIdReader[A] = Reader[RequestId, A]
type Stack = Fx.fx4[LogWrit…
gabro updated
7 years ago
-
hi, i am using a FPGA-board with a CY7 (usb communication IC). CY7 has an app(called Control Center) to prog it. after programing, it is ready to transfer data.
in the other hand, i code a Qt app bas…
-
This should be an easy one but for some reason I can't get the DMD (PinDMD3) to launch.
I know it's a matter of entering the line code correctly in the Pinball FX2 setup window. I'm not sure whether …
-
Add a way to use a `F ~> Union2[Fx.fx2[F, G], ?]` to use the info contained in `F`'s structure to add a `G` effect to an effect stack already containing an `F`. I'm thinking `interpret.augment` but th…
-
I've just started using dmdext. I've tried mirroring pinballarcade to virtual but not seeing any frames displayed although the program output says that it is detecting frames. I do get a virtual dmd o…
-
when ULX2S is running at 81.25 MHz
In the textmode soft scroll example, corruption occurs
in the font 8-bit BRAM
pixels slowly change without reason
(even with bram write signal disabled)
Workaroun…
emard updated
8 years ago
-
This code generates an error:
``` python
import pymc3 as pm
prior=np.array([.5,.5])
emissions=theano.shared(np.array([[.1,.9],[.9,.1]]))
with pm.Model() as m:
state = pm.Categorical('state', pr…
-
Star fox in game play is running too fast compared to the original game. Audio plays correctly. Good example is the into when the ships are flying out of the hanger, a voice says prepare for launch a…