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

Loading files after main program not possible? #21

Open
DH2LM opened this issue May 4, 2019 · 4 comments
Open

Loading files after main program not possible? #21

DH2LM opened this issue May 4, 2019 · 4 comments

Comments

@DH2LM
Copy link

DH2LM commented May 4, 2019

I wanted to load a game named Planet X2 on my C64 via uno2iec, because it was the most affordable FDD emulator in my area. After loading the main program (the game itself) I was able to start it. After the main menu it kinda freezes, because it wants to load maps but seems not to be able to do that.
Here's the error stuff I got from the log:

2019-05-04 19:47:59:040 I IFACE processOpenCommand, cmd: M-W
2019-05-04 19:47:59:040 W DOSCMD M-W 0x500:32
2019-05-04 19:47:59:040 S IFACE CmdChannel_Response code: 0 = '00,OK'
2019-05-04 19:47:59:040 I IFACE processOpenCommand, cmd: M-W ?? ?7 ? ????< `C
???????8FHU
2019-05-04 19:47:59:056 W DOSCMD M-W 0x520:32
2019-05-04 19:47:59:056 S IFACE CmdChannel_Response code: 0 = '00,OK'
2019-05-04 19:47:59:056 I IFACE processOpenCommand, cmd: M-E
2019-05-04 19:47:59:056 E IFACE CmdChannel_Response code: 98 = '98,NOT IMPLEMENTED'
2019-05-04 19:47:59:228 I IFACE processOpenCommand, cmd: M-R;
2019-05-04 19:47:59:228 E IFACE CmdChannel_Response code: 98 = '98,NOT IMPLEMENTED'
2019-05-04 19:47:59:228 I IFACE processOpenCommand, cmd:
2019-05-04 19:47:59:228 I IFACE CmdChannel Status Response code: 98 = '98,NOT IMPLEMENTED'

I also tried to load a SID file into a C64 SID player and it also won't load, causing the program to freeze.
Thanks in advance.
Greetings from Germany!

EDIT: Just asked the developer. He says that the maps are "sequential (SEQ) files. Maybe the uno2iec is not able to handle these files. and yes, I am using an Arduino Uno.

@Larswad
Copy link
Owner

Larswad commented May 4, 2019 via email

@DH2LM
Copy link
Author

DH2LM commented May 5, 2019

I tried the Pi1541 with my Pi 3 before I made myself an uno2iec. I used a level converter and double checked the cable connections and always got a "Device not found" error with multiple ROMs and drive numbers. It seems to notice when I turn my C64 on though.

@DH2LM
Copy link
Author

DH2LM commented May 5, 2019

UPDATE: I just found a version that does not use a fast loader to load the maps. But there is another problem: It seems like "loading on channel 4 is not yet implemented" (what I can remember the log said).
Will this function be added? The maps are SEQ files as far as I know.

@Larswad
Copy link
Owner

Larswad commented Sep 24, 2019

Hi creepebrine!
It's been quite a while now since I did anything on this project.
It feels less motivated now as I both have the sd2iec port to the Mega2560 AND the PI1541 project (who both are much better than my uno2iec project).

Well, never say never, but I am not so motivated to add features to this project as it is now becoming quite obsolete.
I would guess it is exactly that, the SEQ files are loaded on that channel, and I never implemented everything.

You could probably give it a shot yourself if you're into Qt and arduino, it shouldn't be that hard to add some support for SEQ files.

/Lars

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants