-
Content Count
18,891 -
Joined
-
Last visited
-
Days Won
16
Posts posted by Andromeda Stardust
-
-
This is like a dream come true peeps. Instabuy this and Bob's Baby Pacman. I hope I don't have to wait until after PRGE to buy these. I do have a slightly upgraded 1up Galaga cab at home. Favorite game of all time. I still cannot believe the guest in the video has never played Galaga before, lolz.GALAGA FOR THE 2600 BY CHAMP GAMES!
We had the honour of playing Champ Games new masterpiece with its WORLD DEBUT on ZeroPage Homebrew streamed LIVE today! Amazing work by the team of John Champeau (Coding & Design), Nathan Strum (Art & Graphics) and Ross Keenum (Music & Sounds)!
ZeroPage Homebrew: https://www.twitch.tv/videos/425229112
Cheers guys, Alita!
-
2
-
-
:jawdrop:It exists now! Champ Games revealed it today! It's crazy good!

-
1
-
-
The Kevtris FPGA consoles render the full line of pixels prior to sending to the display.13ms from the time the completed frame was sent from the HDMI transmitter.
Even if the LG C9 displays that frame as it is receiving it (what a ridiculous refresh rate that would be, eh?!), the source device doesnt usually transmit the frame as lines are generated. Hi-Def NES and OSSC kinda do, but not modern game consoles.
If the LG C9 actually drew lines as they were transmitted then it would need to update the image at least 129,600 times per second for typical 4K 60p content. TVs are typically 60, 120, or 240hz. Greater than 60hz is typically done to allow for things like 60hz 3D stereoscopic for each eye or a multiple of 24hz to eliminate judder from 24p sources. 129,600hz is unheard of.
Sub millisecond screen lag is technically possible without crt tdchnology. The display could merely render each HD scanline as it rolls off the hdmi port. Scaling would only require a slight performance hit. A fast bilinear scalar algorithm would only delay the output by about 2-3 scanlines at input resolution since a two scanine buffer is needed to calculate the scalar.
Screen tearing on such a display would be non-existent due to persistence of vision.
Want a realtime lightgun compatible non-crt display? That could be fabbed too. LED display at 480x720 matrix array for 480i interlaced ntsc, or 240p progressive. Analog circuits. A realtime "racing the beam" type signal sets up each scanline as an analog current source charges a capacitor for each LED. Digital transitor relay dumps the charge hundreds of thousands of times per second across the LED mayrix, creating rgb pulsed energy safely discharges each LED in realtime. Each LED has it's own discharge circuit featuring a small capacitance and shunt resistor, creating a duty cycle resulting in a tapering decay of light output until the LED voltage hits it's Vdrop at which point current and light emission stops. Beam scanner and high current charge circuit uses digital logic relay transistors to rapidly switch each LED in the matrix. The time constant of the resistor/capacitor combo is set to decay just short of 1/60 second. This ensures minimal eyestrain while providing realtime strobing needed for lightguns, and a decay pattern reminiscent of crt displays. Afterglow of the residual charge on the LEDs creates a CRT like phosphor trail effect too!
For 240p source material, a microcontroller dual ganges rows of LED outputs. For interlaced video, even/odd fields are employed each frame. Who will build this solid state realtime analog "scan-the-beam" display that employs LEDs instead of phosphors? How much would be the retail cost let alone bom?
-
Hi guys... please understand, it takes an entire day to print one complete shell. I have about 6 now.
Please do a glow-in-the-dark shell for me. Blue or green, doesn't matter, but green is nice!

If you're doing runs in. the plain 7800 shells, that would be fine too.
-
1
-
-
Necrobump much?🧟♂️💀🧟♀️☠☻💀🧟♂️☠🧟♀️
-
+1 This info needs to get out. I'm not sure why the devs would tell us a diagnostic mode exists but not tell us how to access it. I would imagine it to be some combination of buttons on the console switches, right or left joystick port, at boot, during menu or attract mode. Could be a simple button press or elaborate like the Konami code.If someone knows how to start from a different cavern, please send me a personal message.
I will not share the information.
I reached cave S again, I have to turn off the console, and I don't have the time to start from the beginning again.
Please! I would like to enjoy the game till the end!
-
1
-
-
Read, and contact them:
https://newwavetoys.freshdesk.com/support/solutions/articles/43000340288-centipede-firmware-update-
later
-1
Thank you.
In other news, my Arduboy units arrived.😎
The tetris game is really slick. Very well designed. Infinite rotation on high levels, and I did pull off a two line Tspin earlier, gave a boatload of points. I realized T-spin was essentially broken in the lcd basic fun arcade, allowing the score almost every time it dropped a tpiece by rotating any orientation in the slot. T spin requires three corner to be occupied which the basic fun monochrome lcd unit doesn't adhere to. I think if you can overlook the monochrome display and monotone chirps, the Microcard tetris is worlds better quality than the other tiny arcade version based upon the reviews. The speakers on those things were atrocious!
The Sirene mermaid game on the game boy is really fun too. I can't wait to see some of the others people created. These are solid devices and hold charge out of the box. I haven't plugged mine in yet...
-
1
-
-
This could have been great if they'd done the Tengen version. Add the A button for the boost and hack the menu to eliminate 2 player option.Not that I really care (actually, it's because of stuff like this that makes me not care as I'll never purchase these things), but on games like Pac-Man, Ms. Pac-Man, Q*bert, Frogger, etc... they really should be putting the joysticks in the middle. It's the little things that make a big difference. Going out of your way to replicate artwork, cabinet, emulation (though typically half-assed), etc., yet the joystick is on the left? Pffft.
Probably done that way by design to appease the Nintendo thumbpad generation, but that there deserves another pfffft.

I may still get it though. Also they should have used a pink bezel plastic to complement the yellow Pacman cab.
-
how do I fix mine? Battery lasts maybe 24 hours until dead again if I juice it up before unplugging it. And that is not actually playing it.Centipede is much worse. If you don't patch it, the battery drains and dies out no matter if you turn it off or not.
It needs a firmware patch.
later
-1
-
frame rate of output is 60hz. Stereoscopic goggles displayed 30hz images.What would be the possibility of having SMS SegaScope 3D games display as stereoscopic 3D output on the Sg?
So stereoscopic output would require a frame buffer. The left or right frame would need to be delayed by 1/60 second to be displayed simultaneously, then both fields displayed for two frames (1/30th second).
The FPGA needs to be capable of holding two 320x240 pixel frame buffers within memory (instead of one frame buffer for perfect clock modes) and transmit data twice as fast (for 1080p). If bandwidth is an issue, 720p 3d video mode could be utilised instead of 1080p if 1080p is unavailable.
Also the hdmi driver needs to support newer standard compared to older 1080p60. I have no idea if this is doable with current firmware/hardware. Only Kevtris can answer that.
-
IMO, using T-spin to fill holes was an impressive parlor trick bitd, but the scoring is overwhelmingly one sided for tspins in modern tetris. You get more points for clearing two lines with a Tspin than four with a Tetris, so the game becomes more about setting up Tspins compared to Tetris. And because you get more points for clearing less lnes, there are more opportunities to score. I never had issue with piece holds (keep the I-beam until you are ready to use it) as it did not break the mechanics.you might want to write a review just to let people know what this one is like.
or if you get the other one, a comparison.
later
-1
-
I recently bought the older version. Despite being twice as expensive and grayscale, it appears to have vastly superior build quality.i guess the tetris microcard had pretty high scoring rates for 1 hour, 7 million+
its just a clip of sped up gameplay.
i can't imagine how cramped his fingers were though.
https://www.youtube.com/watch?v=zfs24MtrVC8
later
-1

Is there a modern variant of Tetris that isn't completely borked by T-spins?
-
1
-
-
I am 38. My 4-switch Atari is as old as I am. If treated well, it may well outlive me. The carts surely will...Emulation is awesome, especially for preservation. There is absolutely no doubt that it is ultimately the way forward for the future, whether via software, FPGA, or some other hybrid hardware solution.
But I'll be hanging on to all my 2600 stuff until either it dies or I die

-
Homebrews that use melody boards likely will not run without supporting hardware. The arm cpu inside the Melody/harmony would require a fast and massive fpga to emulate.If it runs off roms (not carts) that makes a Harmony pointless anyways.
Said games would require a cart bus to run as a result. Just like the Super NT don't support expansion chips, or the Mega SG don't support Virtua Racing via jailbreak.
-
I want that Atariman. Don't care how much it costs. Also no fpga is gonna emulate harmony carts without a slot.Thanks for the advice. I know of Mister, but there's a reason I haven't bought one - as far as I know, it lacks a VCS 2600 cartridge part. The FGPA I'm looking for has to have one - not being able to use physical cartridges is a dealbreaker, so to speak. That's why I'm crossing my fingers for the Atariman to come into fruition - I would buy it in a second!

-
1
-
-
Cues fart noise box!What, no speaker pants?

-
1
-
-
Game Genie like device, or some bizarre button press combo? Some games I have heard enabled diagnostic codes through a second controller.While I'm not going to deny the existence of diagnostic codes in the game, there are a few "unauthorized services" which can be used to navigate around the park outside of the order intended by Misery. A few curious players have already managed to find them, but as the developer I can only confirm their presence.
-
1
-
-
Has anyone attempted to use the Retrofreak Game Gear adapter with the Mega SG? Does it work?
-
It seems like the credit card sized device is the exact same game built into the micro arcade except poorer sound...

-
I've been away for a bit, sega-ing around. Any recent word on more cart adapters?
Maybe I shouldn't hold my breath on these?
Yes, this. I wants a Game Gear adapter. I actually have a small stack of game carts I was planning on playing on the big screen. Zero desire to buy a refurb Game Gear unit though.
-
1
-
-
I was half joking about the Genesis mono multiout VA7 "grunge" sound, though the stereo headphone output sounds very clean on my original system.The way I read those settings was that you use 100/100 panning on all of the settings, for Genesis anyway.
I do however believe if the mono mixing circuit from the VA7 could be isolated and incorporated into a guitar preamp, it would make an awesome retro effects pedal!

If someone isolated the stereo-mono mixing circuit inside the VA7 Genesis, they could simply add a third input via grounded tuning pot with input resistance (to adjust gain), add a preamp if they wanna directly plug in a guitar, and route the guitar input to a 1/8" jack on the side of the console.
To use as grunge effects pedal: boot the system without a cart, plug in the guitar, and plug the Din connector to a sound system or mixing deck. To play games, boot the system with a cart and play. Add your own Guitar riffs to sonic 3 & Knuckles sound test if you want! 🎸🎧🎶
-
So, if I want to emulate the grunge RF audio from my stock Model 1 VA7, which filter setting do I use? I assume 0/0 on the panning, but what else?MEGA SG
Genesis Audio
Panning : -100/+100
The stereo headphone jack on my old Model 1 VA7 does sound great and gets exclusive use on my sound system, but suppose I want to emulate the VA7 exclusive "grunge" filter from the rear mono/rf using the Mega SG?

Still a huge improvement over Atgames!

-
Basically the way mode 7 works is the ppu uses a scalar to rotate and scale flat 2d graphics onscreen.For people who love Mode 7, this really is something very special. It's making me want to build a stand alone Bsnes box for SNES games. https://youtu.be/6VrzJ6Y1kjQ It's sort of like watching your favorite older movies on a nice HD or 4K display after only ever seeing it in 240p.
The hardware resolution is fixed at 256x224 lines, so the ppu uses a nearest neighbor approach to determine which pixel to draw onscreen.
Software emulators render mode 7 graphics at higher resolution by using hardware video acceleration to emulate the scaled sprites rather than emulating the pou directly.
This is not possible on an fpga console because the ppu graphics are rendered as an exact replica of the original console in realtime, then integer scaling is used to match it to fpga resolution.
There is simply not enough resources available on the fpga to upscale the graphics beyond hardware pixels, and even if this could be done, it would break cycle accuracy and cause all sorts of bugs or artifacts in games.
N64 fpga emulators would potentially be in a similar boat. Even ultrahdmi cannot scale graphics beyond original hardware, and I would not expect a cycle accurate fpga implementation to do so either.
-
1
-
-
The only way to match that for a more compact size still and games would be about a $300 investment into an everdrive and a mega sg from analogue.
I have a RetroUSB AVS + NES PowerPak + FC Everdrive N8.
Super NT + Super Everdrive 2.0 with DSP1b chip installed. And yeah I got the FX and SA-1 games I want.
Mega SG + Everdrive MD. And yeah I got that one Virtua Racing game with the special chip.
I got jumbo sized 18x8x4 inch plywood arcade controllers for NES/SNES. I'll probably throw together a Genesis box as well.
I also own an NES Classic Mini, SNES Classic Mini, and the collectard in me is saying buy the Mini Genesis even though I have little use for it. Will the presentation be as nice as the Nintendo Minis? Time will tell...
Atgames can DIAF for all I care.

-
1
-

Galaga For Atari 2600
in Atari 2600
Posted