nino-porcino
nino-porcino
Also here, `8080` is da port
not a real home computer of the '80s, there is this DIY project called [LM80C](https://github.com/leomil72/LM80C) which uses the SIO to read from the host PC. I have written an JavaScript...
UPDATE: I also fixed a bug in the Y-offset register: every unit in the register equals TWO lines not one. The screen geometry has to be adapted for this change...
UPDATE: I fixed two glitches occurring when the display was partially moved offscreen towards left or right. When moved LEFT, the first 4 pixels were incorrect due to missing shift...
I'm addressing this issue, I've already implemented the 4 bit DAC and the 8 bit shift registers (aka "viznut" waveforms), and now I am working on the noise generator. I...
the emu time is around 10ms for the C64 and 4ms for the VIC20. I checked it in Chrome "Performance" tab and frame time is indeed below 24ms, but there...
I checked Firefox and it's ok -- Chrome and Edge show the same issue (both are based on the same engine). All three are the latest x64 version for Windows....
I applied a low pass filter and the effect is way much less noticeable (it depends on the design of the LP filter). Basically you calculate the sample at chip...
WOW that is absolutely amazing, it looks like a true CRT display! I wonder if there's a simple way to apply it to a HTML canvas, because I don't know...
I have a VIC20 emulator which is derived from [floooh/chips](https://github.com/floooh/chips) which works quite well (though not perfect as VICE). You can see it here: https://nippur72.github.io/vic20-emu I'm new to 8bitworkshop, is...