-
Notifications
You must be signed in to change notification settings - Fork 26
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
Saving files with BEDIT on the Atari doesn't work #91
Comments
I cannot reproduce this. What steps do you take? bedit No errors. Tested with atari800 and Altirra 4.10 with stock Atari XL OS ROM. |
I'm testing with MAME as part of the new emulator tests. Having done some poking I see that it fails differently on
(Running |
Mame is notoriously bad for emulating the Atari 8-bit. Serial I/O is broken. Keyboard handling is broken. Both is done by Pokey and they have a half-baked Pokey emulation. Last time I checked (years ago) their pokey implementation was audio only, and even that was incomplete. Looks like not much has changed since. They intercept OS SIO calls but not mimic the OS correctly, like setting success flags. Similar problems with keyboard I/O. Try pressing backspace and see what I mean. Retroarch has much better Atari 8-bit support, based on the atari800 emulator. It also has a VICE core, but I see Oric, BBC and Apple 2 are missing :/ There are several retroarch Mame cores though. |
It seems the Atari always returns carry set, indicating that there's a disk error. Most other programs don't check for this, but BEDIT does. This makes the mametest script fail.
The text was updated successfully, but these errors were encountered: