-
First of all, great project!!!
I tried to test harddisk image. In OSD I was able to select hd.img and I saw in longs (on companion device) that it's reading something (many "SDC: sdc_read(0x3fc9940…
-
Hi there!
I recently discovered that version 2.5.0 no longer supports SDSC cards, much to my surprise. I'm using your fantastic library in my project: https://github.com/sidecartridge/atarist-sidec…
-
Sega Mega Drive has special handlers for opcodes that started with 0xF/0xA nibbles. In these cases Sega calls vectors places at 0x0B(LineF) and at 0x0A(LineA) positions in vectors table.
As minimum…
-
Ubuntu 24.04
Kodi 21.1 flatpack
Retroarch 1.19.1 installed with apt
I setup the paths to retroarch executable and config correctly. I specified archive account, chose to setup directories automa…
-
Hi there,
Just tried this core on the Tang Nano 20k for the first time, and I noticed that the demo "Sea of Colour" just shows a black screen, while audio seems to play.
Here is the demo in ques…
-
Media streaming for audio is available in the ce_main_app
A few things need to be done for making it easily available to users :
For MP3 / OGG / WMA decoding we need a decent FFmpeg version, not t…
-
A display is a matrix of pixels, organised as a number W of vertical columns and a number of H horizontal rows, thus made of W×H pixels.
Each pixel is either "on"/1 or "off"/0 :
* "off" being the …
-
Hello,
Could it be because my WIndows has french as a default language ? ;)
```
C:\Program Files\Microsoft Visual Studio\2022\Community>cpan Locale::TextDomain
Reading 'C:\Users\jddfr\.cpan\Me…
-
I have an original Ohio Scientific Superboard II that has a composite video out and it will only sync to old CRTs. It has issues with composite put to a modern LCD so I would like to try the RGBtoHDMI…
-
A big difference between the training methods of MuZero and AlphaZero is: Muzero uses K consequential steps samples, and AlphaZero uses only one step samples. Muzero's paper has shown the advantage …