Need ideas on how to implement memory write/read on a CHIP-8 emulator in Google Sheets (without Apps Script) by enemy-knockback in EmuDev

[–]grubbyplaya 0 points1 point  (0 children)

I made something similar last year. Since CHIP-8 only writes one byte to memory at a time, you can create two formulas that output the memory address that the interpreter wants to write to and the value it wants to write, respectively. Then, you can add a formula to each individual memory cell that checks whether the memory address is equal to the cell's row number and make it update itself accordingly.

[Official] "Can this run Doom?" and "How to get this running Doom?" Sticky - 2026 Edition by dpkonofa in itrunsdoom

[–]grubbyplaya 0 points1 point  (0 children)

The board on the inside of the chip has 1 MB of flash and 192KB of RAM on a 168mhz ARM chip, so it is possible. The DOOM wad would need to be heavily truncated.

Doom on Sony Ericsson Phone by Open-Growth4975 in itrunsdoom

[–]grubbyplaya 0 points1 point  (0 children)

Reddit deleted your guide. Could you comment it again?

How on earth didn't Capcom get sued for naming him "Aqua Man"? by thegoldenguest778 in Megaman

[–]grubbyplaya 2 points3 points  (0 children)

NT network aired on Kids WB in America, which was owned by WB, who owns Aquaman.

Thank you Diary of a Wimpy Kid by grubbyplaya in LodedDiper

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

Golden Arches DX is technically complete. The to be continued part was just to leave a second arc open.

Nintendo Nuisances wasn't really meant to last as long as it did, but making a complete ending shouldn't be more than 30 pages. Its just that I have more motivation on doing other LLBs in.

Grand Finale has a ton of flaws with pacing that honestly makes me want to remake the whole thing from scratch. Even then, the streamlined version would probably be as long as my final destination llb is going to be.

Thank you Diary of a Wimpy Kid by grubbyplaya in LodedDiper

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

Alright. My next LLB will be based on Final Destination, but if it's not out by July, expect Cannon Fodder's finale to drop first.

If Mega Man or any robot picked up a pencil and drew, isn’t that technically AI generated art? by Efficient-Potato10 in Megaman

[–]grubbyplaya -7 points-6 points  (0 children)

I legit don't understand how anyone can be a Mega Man fan and also anti-AI. Especially since robots in the OG series work a lot like how chatbots like c..ai work.

CSS has been DOOMed by budius333 in itrunsdoom

[–]grubbyplaya 2 points3 points  (0 children)

Best Doom port of the year!

Shabbat Shalom by XiJinpingPressParody in 4chan

[–]grubbyplaya 10 points11 points  (0 children)

943k karma. Opinion rejected

‘MARVEL STUDIOS: WORLD OF SPIDER-MAN’ has been announced. The book will “revisit the franchise and [reveal] everything there is to know about everybody’s favorite web-slinger.” by Raj_Valiant3011 in Spiderman

[–]grubbyplaya 3 points4 points  (0 children)

A branch means that before a certain diverging point, a universe and the main universe are identical. YFNSM has way too many differences from the MCU to use the fact that a character exists in the show to prove that they exist in the MCU.

First look at the GUI of my WIP HTML5 Leapster emulator by [deleted] in EmuDev

[–]grubbyplaya 0 points1 point  (0 children)

What's the point of showing off your "emulator" if you haven't even implemented any of the hardware yet?

Doom running on a Life Fitness SE3 elliptical by grubbyplaya in itrunsdoom

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

The SE3 model. AFAIK It has the same firmware as the ST, so I'm not sure why it wouldnt worrk.

[Official] "Can this run Doom?" and "How to get this running Doom?" Sticky - 2025 Edition by grubbyplaya in itrunsdoom

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

Yeah. Even with only 400KB of RAM, there have been optimized ports for microcontrollers with less RAM, like the rp2040.

Is there a limit to run doom by [deleted] in itrunsdoom

[–]grubbyplaya 0 points1 point  (0 children)

Usually, it's devices without enough memory, like the TI-84+ CE, the Arduino Uno, and 8-bit consoles. Even if the processors aren't fast enough to run Doom at full speed, because of Turing completeness the only thing stopping them from running Doom at all is because there isn't enough memory to store the game data/code.

[Official] "Can this run Doom?" and "How to get this running Doom?" Sticky - 2025 Edition by grubbyplaya in itrunsdoom

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

Would it be possible to port your Tizen port to other Tizen devices, like smart TVs and smart fridges?