-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
FDISK will not load on Korean MSX #100
Comments
Hi, I've been able to reproduce this issue in an emulator. In order to fix this it would be helpful to know where are those offending BIOS calls. Who's the person that gave you that information? |
Hi @bifo8, could you please confirm if FDISK works for you after executing the following in BASIC:
|
It runs! Thank you. It gives me an Invalid disk driver error when attempting to format a CF card, not sure if that's related or simply an issue with using the CF card. |
The problem is that the CHPUT routine is supposed to preserve the contents of the IX and IY registers, but in that particular computer it doesn't because it's doing an interslot call to slot 0-1 (I guess that's to handle the display of Korean characters); and the The disk driver error shouldn't be related, when and where are you getting it exactly? |
Appears to be related to the particular CF card I was using, trying it with another CF card seems to work fine. Issue appears to be resolved with the POKE. |
Cool, this will be included in the next version of Nextor so the issue will be fixed without needing the poke: #106 |
Just wanted to confirm that this also works with the SD512 cartridge, which had the same issue. |
Hi, I am experiencing an issue when attempting to CALL FDISK on a Daewoo CPC-400 MSX2 using a Carnivore2 cartridge. Initially, the screen will flash up an FDISK screen for a moment as if it is loading, but then it crashes to a blank blue screen with a line of dashes across the top.
I contacted the maker of my particular Carnivore2 who looked into it and recommended I report it:
I am also able to replicate the exact issue using OpenMSX emulating a CPC-400 and the Carnivore2:
I am able to load and access MSX-DOS from a CF card which was formatted for a Sunrise IDE board, so my physical Carnivore2 does not appear to have issues.
The text was updated successfully, but these errors were encountered: