-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Test with everdrive64 X7 #6
Comments
I just got an X7 and am testing it out. It doesn't seem to work. I am doing some digging to see if I can figure it out. |
The working mechanism is different from what I see of the new source code. OS 3.04 seem to bring support for v3 (http://krikzz.com/pub/support/everdrive-64/x-series/OS/changelist.txt) I will verify if it is working for v3 cartridges and we can start a new major version compatible with the new OS. We can then add x7 support mimicking its behavior. As I don't have an x7 this may take a while until stable though. |
From a USB point of view, the V3 and X7 are the same with the new X-Series OS. The only difference is the result of hardware detection. As such, you will be fine developing the solution on the V3 cart with the latest X-Series OS. you are better looking here for inner workings: https://github.com/krikzz/ED64 |
Yes I have seen that. Now the only thing I need is making this 3.04 compatible when I have the time. |
Yeah, the main difference I have found when working on it (to bring the same X-Series USB interface to My unofficial OS is that the USB buffer is now able to be variable rather than a static 512 buffer (which makes it difficult to keep backwards compatibility for the loader on the 2.12.x OS), but probably easier for GDB going forwards. |
@lambertjamesd can you give it another try when you have the time? It should work with the latest changes. |
I don't know if it is register compatible.
The text was updated successfully, but these errors were encountered: