Robin Raymond

Results 20 issues of Robin Raymond

Wizzard is an 1970s English glam rock band whereas a wizard is a person who can perform magic.

This is more of a question. If I needed a palette output restricted to ARGB4888 and not ARGB8888 is it possible somehow to modify the code to reduce the bit...

(I am self-hosting using docker/synology and chaned the password for each and always used the password checked "remember password" rather than "accepting" the connection remotely and explicity used the public...

bug

When I first used the retro replay COMMODORE + RUN STOP would auto load the default disk but now it's causing `NET:` after having reset to the default settings and...

````c while (ss.available()) { uint8_t data = ss.read(); if (data==0xde) { delay(1); if (ss.available()) { rom=(ss.read()); flashcounter=0; set_ledcolor(rom); } } } ```` I have a question regarding this code, and...

### Please agree to the following - [X] I have searched [existing issues](https://github.com/cryptomator/cryptomator/issues?q=) for duplicates - [X] I agree to follow this project's [Code of Conduct](https://github.com/cryptomator/cryptomator/blob/develop/.github/CODE_OF_CONDUCT.md) ### Summary Explorer appears...

I noticed when I was running some FLI examples through the code what I saw on screen looked way better than what I was getting in my FLI code. At...

Some notes for the future: https://mrclick.zophar.net/TilEd/download/consolegfx.txt https://wiki.superfamicom.org/transparency https://megacatstudios.com/blogs/retro-development/super-nintendo-graphic-guide https://en.wikibooks.org/wiki/Super_NES_Programming/Graphics_tutorial https://megacatstudios.com/blogs/retro-development/snes-development-starting-from-scratch https://en.wikibooks.org/wiki/Super_NES_Programming/pixel_editing_tutorial https://www.youtube.com/watch?v=kwAjG2dj5ZM Related to https://github.com/sehugg/dithertron/issues/8

Some documentation: https://www2.intvprime.com/intellivision-faq/intellivision-faq-section-2-0-hardware/ https://en.wikipedia.org/wiki/Standard_Television_Interface_Chip https://wiki.intellivision.us/index.php/Main_Page#Hardware https://wiki.intellivision.us/index.php?title=BACKTAB https://en.wikipedia.org/wiki/General_Instrument_CP1600 https://wiki.intellivision.us/index.php?title=STIC https://wiki.intellivision.us/index.php/Graphics_ROM https://wiki.intellivision.us/index.php/Picture_Encoding https://wiki.intellivision.us/index.php?title=Cartridge_Port Related PR: https://github.com/sehugg/dithertron/pull/30 Related issue: https://github.com/sehugg/dithertron/issues/8 FYI - Support was added for dithering and creating a .bin for use...

I will have a PR soon for code that creates the dither and bin for Vic 20. I had to do some VIC canvas refactoring because of the craziness of...