Jump to content
IGNORED

I have build my Ultimate Atari Flaskback Game System


gespy

Recommended Posts

Inside the case of an Atari Flashback 1, I have build a Rasberry Pi Zero with Retro Pi on it. It can be controlled with the original Flashback 1 controllers.

 

I have made a video of this project:

 

 

Please let me know what you think about it.

  • Like 11
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

I'm looking at doing the same thing. I keep going back and forth on how I want to handle the controller ports, but I did come up with something I think is clever for the metallic strip that should give the same shiny look plus have the graphics printed on it. It works in my head, but reality doesn't always agree with my head. I'm also considering 3D printing a scaled-down 7800 cartridge port to complete the look, but I would need to see if there is room inside to do that or not.

 

I'm beyond a sucker for aesthetics.

Edited by TwoShedsWilson
Link to comment
Share on other sites

4 hours ago, TwoShedsWilson said:

I'm also considering 3D printing a scaled-down 7800 cartridge port to complete the look, but I would need to see if there is room inside to do that or not.

Maybe the scale would work out just right and a microSD card could fit in it? Just a thought about making it functional. Didn't watch the video yet. Don't know if Pi Zero interfaces to SD.

Link to comment
Share on other sites

2 minutes ago, Keatah said:

Maybe the scale would work out just right and a microSD card could fit in it? Just a thought about making it functional. Didn't watch the video yet. Don't know if Pi Zero interfaces to SD.

I have no doubt it could be done, but it's not something I'm planning on. I'm just doing it for appearances. I don't think the scale would for for an SD card, they'd be too small, but you could probably make a scale cartridge and put it in there.

Link to comment
Share on other sites

On 3/6/2021 at 10:25 AM, gespy said:

Please let me know what you think about it.

Love little shitbox projects like this. They're artful adaptation of new tech to old tech. Also like the color Atari logo at startup - much better than the modern monochrome metro crap so prevalent today.

  • Like 1
Link to comment
Share on other sites

On 3/30/2021 at 2:23 PM, Draxxon said:

I feel I'm going to go the opposite route.

I'm fine with the red flashback 1 sticker and no cart port.

I would like to stick a pi3 or 4 in there. And concentrate on the ~100 Atari 7800 games.

I realize I'm in a weird minority that would obsess over how to get the shiny metal sticker part as close as possible. For my purposes a Pi 0 will work just fine. I don't plan on running anything beyond the 7800 and it will handle those just fine. This should give me a nice "Atari" entry to go along with all my other mini-consoles. The giant orange buttons just don't sit well with me on the newer flashbacks.

Link to comment
Share on other sites

  • 2 months later...

I'm highly interested in doing one of these for myself! I thought it would be a fun project to convert the Flashback into a proper 7800 mini. I picked one up off ebay and am making a shopping list for the Raspberry Pi parts you mentioned in your video. Is there any chance you could make some step-by-step instructions or some kind of schematic on how you wired everything together?

Link to comment
Share on other sites

  • 2 months later...
  • 11 months later...
On 3/6/2021 at 11:25 AM, gespy said:

Inside the case of an Atari Flashback 1, I have build a Rasberry Pi Zero with Retro Pi on it. It can be controlled with the original Flashback 1 controllers.

 

I have made a video of this project:

 

 

Please let me know what you think about it.

 

Very interested in this project. Gespys final result looks fantastic.  I didn't quite follow how the controller interface was made, or how the flashbacks power button is connected to the pi. Is it also possible to share the sticker graphic so we can print it out for our own builds? 

 

Has anyone other than Gespy gotten around to completing a similar mod of the 7800 flashback? The plastic shell really is ideal for a 7800 mini.

Edited by sirlynxalot
Link to comment
Share on other sites

  • 1 month later...

Unfortunately the spoken audio is quite soft to hear, so you increase the volume and then get blasted by the loud music :rockout:

 

On 8/24/2022 at 7:00 PM, sirlynxalot said:

I didn't quite follow how the controller interface was made

The two DB9 ports can be soldered to the proper pins on the 40-pin header and then you install and configure the proper driver needed.  Basically the controller is wired directly to the Raspberry Pi, so no USB adapter interface is needed.

 

On 9/23/2021 at 3:57 AM, Wizzard said:

What kind of stella core does it run? Regular or 2014 version?

My guess is he is using the default lr-stella, which is quite old.

 

It doesn't support newer homebrew and it only supports joystick games.

 

For other controller types, then you'd need a USB adapter, and you'd have to install the standard alone version of Stella.

 

But the current version of Stella does not run well on the Raspberry Pi 0

 

The last version of Stella that runs well on the RPi0 is ver5.0.2, so when I use a Raspberry Pi 0 in one of my Ultimate Atari Joystick builds, then I need to use that version.

 

I've been trying to get my hands on the new RPi0W-2 to see how that works with the newer versions of Stella, but the current chip shortage means Pis are hard to get these days.

 

  • Like 1
Link to comment
Share on other sites

On 3/6/2021 at 8:25 AM, gespy said:

Please let me know what you think about it.

You can add some configuration changes to hide that rainbow splash screen, and to hide the emulationStation splash screen.

 

It makes the boot up be more clean.

 

The boot process will give the impression that nothing is happening because those aren't shown - just a blank screen is displayed - but I like to hide those.

 

 

Link to comment
Share on other sites

10 hours ago, fdr4prez said:

Unfortunately the spoken audio is quite soft to hear, so you increase the volume and then get blasted by the loud music :rockout:

 

That is indeed a problem. I recorded the spoken audio with my phone. In the video editing software the spoken audio is set to 100%. I need a better microphone and better video editing software. Thank you for your comments.

Link to comment
Share on other sites

10 hours ago, fdr4prez said:

You can add some configuration changes to hide that rainbow splash screen, and to hide the emulationStation splash screen.

 

It makes the boot up be more clean.

 

The boot process will give the impression that nothing is happening because those aren't shown - just a blank screen is displayed - but I like to hide those.

 

 

I already had made sure that the linux bootlog was no longer visible, but I had not yet found how to configure that the Emulationstation splashscreen is not shown.

Link to comment
Share on other sites

8 hours ago, gespy said:

I already had made sure that the linux bootlog was no longer visible, but I had not yet found how to configure that the Emulationstation splashscreen is not shown.

 

Hide emulationstation splashscreen

To hide the emulationstation splashscreen, edit the /opt/retropie/configs/all/autostart.sh file and add

 --no-splash

to it, so it looks like emulationstation --no-splash #auto

exit/save

reboot

 

Hide rainbow splashscreen

To hide the rainbow splashscreen, edit the /boot/config.txt

disable_splash=1

exit/save

reboot

 

obviously you can make both changes at the same time and reboot once

Link to comment
Share on other sites

Not sure if you've done this change or not:

 

Stop shutdown/reboot messages onscreen during shutdown

Edit the /opt/retropie/supplementary/emulationstation/emulationstation.sh

find “sudo reboot” and replace with “sudo reboot --no-wall”

find “sudo poweroff” and replace with “sudo poweroff --no-wall”

exit/save

reboot

Link to comment
Share on other sites

I like this one, too:

 

Speed Boot Process by not waiting for network

If there is no network cable connection and no wifi connection, then this can delay to the booting process.  The “wait for network” can be turned off in RASPI-CONFIG to help speed up the booting process.

 

Retropie (gamelist) > RASPI-CONFIG > System Options > S6 Network at Boot

Select NO

 

Even with this option set to NO, the Wifi and/or network cable will still connect.  This setting simply prevents the timeout delay during booting when there is no connectivity available.

Link to comment
Share on other sites

  • 4 months later...
  • 11 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...