-
Notifications
You must be signed in to change notification settings - Fork 108
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
Tandy 1000HX Nano-X apps not work #1994
Comments
I think not. I think there are VGA, CGA and PC98. For the CGA you need to also recompile the apps with the CGA driver enabled (instead of the default VGA). Your screenshot looks exactly as when VGA is not responding because it writes to the VGA video memory and nothing happens. |
http://ftp.oldskool.org/pub/tvdog/tandy1000/documents/egat1k.txt |
Neither ELKS nor Nano-X use the BIOS byte you mention, so that is not the issue. I think the problem is that the Tandy 1000HX display hardware is not CGA, EGA or VGA compatible in graphics modes, is that correct? That is, other graphics programs (e.g. DOS games) don't run on the Tandy, or do they?
Nano-X requires a specific graphics display driver to be compiled and linked into its application. We have EGA and CGA compatible drivers only. The EGA driver will also work on VGA but uses only EGA hardware features. |
If it is the case that the Tandy is not EGA compatible, you could write a new driver if you're willing. Or perhaps modify the EGA driver to work. The first step would be to find tech specs and hopefully programming manual on the display hardware. |
Ok, I was just reading about the Tandy 1000HX and their TGA display. Apparently it is CGA compatible. This means that you'll need to recompile the nano-X games you want to run using the CGA driver. @tyama501 can give instructions for how that is done, I think it is done by unsetting the CONFIG_HW_VGA in your .config file and recompiling nano-X or the system. He may also have some pre-built binaries that you could test with. |
Here is the discussion on the CGA driver: #1939 You need to scroll down. |
Hi @astrobleem Yes, you can try the nxteric that is posted on It uses Int10 BIOS for mode setting so it may not work if that is not supported on the system. Thank you, |
Description
nothing really happens. it just sits there. I am able to hit control + C and return to shell.
Configuration
How to reproduce ?
Raw data
Additional information
is this Nano-X possible with TGA?
The text was updated successfully, but these errors were encountered: