Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request to add an Atari800 emulator. #10

Open
smutek110 opened this issue Mar 12, 2022 · 2 comments
Open

Request to add an Atari800 emulator. #10

smutek110 opened this issue Mar 12, 2022 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@smutek110
Copy link

smutek110 commented Mar 12, 2022

It would be nice to add the atari 800 emulator. There are many interesting games out there. In another esp32 based project I found a working emlator, but its drawback is that it only supports the * .rom format. Unfortunately, most of the interesting games are in the following format: (* .atr, * .com, * .xex, * .cas, * .bas). Unfortunately, my programming knowledge is very poor. I am a self-taught and it would take me years to adapt the emulator to support other formats.Maybe you could have a look at the project: (https://github.com/Jean-MarcHarvengt/MCUME).

@ducalex
Copy link
Owner

ducalex commented Mar 14, 2022

It's usually not that simple to emulate a floppy drive. A ROM you just copy to memory, but a floppy you have to care about timings, seeking, head positioin, sectors, etc. I'm not sure I can help you with that (I tried and, so far, have failed, with the Famicom DIsk System).

I don't think porting the atari800 emulator to retro-go is a good idea either. Without a keyboard I'm guessing we'd need a system to remap controls for each games?

@smutek110
Copy link
Author

smutek110 commented Mar 14, 2022

https://rossumblog.com/2020/05/10/130/ A WELL-WORKING EMULATOR.
WHAT'S ABOUT THE KEYPAD SEE THIS PROJECT : https://github.com/smutek110/espMCUME.
keyboard based on the atmega328P without oscillator.
https://www.youtube.com/shorts/lLTv_dKbF60

https://www.youtube.com/watch?v=Z6dcOWifql0&t=50s

@ducalex ducalex added help wanted Extra attention is needed enhancement New feature or request labels May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants