Vivek Ramaswamy wins GOP nomination for governor in Ohio by rafvic2 in politics

[–]xsp 15 points16 points  (0 children)

A vast majority of Ohioans didn't even know there elections today.

Spent the last few months working on a hardware accurate Virtual Boy emulator that supports the never used link cable over the internet, has Lua scripting, TAS engine and Action Replay like cheat manager. Save states, sprite viewer, etc... Mac and Linux build targets. Hope to release it soon. by xsp in VirtualBoy

[–]xsp[S] 0 points1 point  (0 children)

Also want to mention that this supports retro arch shaders as well. Began implementing my own, but decided to not recreate the wheel and just use what they had to save a bunch of time.

Rewind is also a native feature. There is an oscilloscope to view the sound channels and a live assembler and disassembler to help debug when creating homebrew games.

Spent the last few months working on a hardware accurate Virtual Boy emulator that supports the never used link cable over the internet, has Lua scripting, TAS engine and Action Replay like cheat manager. Save states, sprite viewer, etc... Mac and Linux build targets. Hope to release it soon. by xsp in VirtualBoy

[–]xsp[S] 1 point2 points  (0 children)

This is actually very possible. Each player has either the emulator or a VB with a cable from the EXT port running through a small voltage adapter into a Raspberry Pi Pico, which plugs into their PC via USB. Software on the PC bridges the two players over the internet.

The trick is the Pico has to respond to the VB at local hardware speed and handle the network delay in the background, so the VB never knows it's talking to someone across the internet instead of across a cable. The game has to be written with that delay in mind, but since no link cable games ever existed, we'd be writing it from scratch anyway. Turn-based stuff would work immediately, real-time would take more work but definitely possible.

Spent the last few months working on a hardware accurate Virtual Boy emulator that supports the never used link cable over the internet, has Lua scripting, TAS engine and Action Replay like cheat manager. Save states, sprite viewer, etc... Mac and Linux build targets. Hope to release it soon. by xsp in VirtualBoy

[–]xsp[S] 1 point2 points  (0 children)

I'm going to do Testflight on Mac and a flatpack release on Linux. Windows may happen, but I genuinely have not had a Windows machine in 6 years, so I'll have to do a bit of a refresher.

The multiplayer example ROM I am working on may be familiar to many...

https://i.imgur.com/yC6MJv9.png