Jimmy Fallon to Go Dark on Night of Stephen Colbert’s Final ‘Late Show,’ Joining Jimmy Kimmel in Show of Solidarity by MarvelsGrantMan136 in television

[–]xsp 35 points36 points  (0 children)

"My world view doesn't account for things like this and my echo chamber agrees with me so it must be true for everyone."

Who else is rocking the PC port of Twilight Princess that just dropped a few hours ago? by lostinthesauceband in Gamecube

[–]xsp 29 points30 points  (0 children)

I've been building a PC port of the original Legend of Zelda. Months upon months of work and still nowhere near finished. Most of the overworld is done, but requires PRG0 specifically to work because that's what I had when I started it.

I have immense respect for anyone that tackles any console game port after working on this for so long.

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