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

msxec doesn't work in Raspberry pi 400 #2

Open
cpcbegin opened this issue Mar 25, 2024 · 2 comments
Open

msxec doesn't work in Raspberry pi 400 #2

cpcbegin opened this issue Mar 25, 2024 · 2 comments

Comments

@cpcbegin
Copy link

I compile msxec like the other emulators:
gcc -DSDL2 -O2 -xc msxec.c -lSDL2 -omsxec
But I can see anything when I run ./msxec from console.
Compile and runs OK in Debian 12 in my PC i7 with 8Gb RAM.

@cpcbegin
Copy link
Author

I also try to find the bug added lines like this before compiling:
printf("DEBUG a number!\n");
And run again.
And I see stop working in these lines of msxec.c file:
[3898] all_setup(); all_reset();
....
[596] while ((k=eval_hex(fgetc(f)))>=0)

@cpcitor
Copy link
Owner

cpcitor commented Mar 25, 2024

From cpcec's author at https://www.cpcwiki.eu/forum/emulators/cpcec-a-new-emulator-from-cngsoft/new/#msg_237464

anyone suffering bugs there can remove the file msxec.sha and the only downside will be that cartridge mappers will need to be manually chosen (menu "Edit": Generic 8K, generic 16K, etc) instead of MSXEC checking the list and setting them on its own.

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