First post, by MicroCoreLabs
I would like to share an open source project I have been working on which is a software-defined 8-bit ISA card which uses a Teensy 4.1 microcontroller board.
It is called XTMax and it combines the functionality of three ISA cards:
1) Conventional memory any amount up to 640 KB with zero wait states and fully supports DMA so it can be used with physical floppy and hard drive controllers.
2) 4 MB of Expanded RAM using an updated LoTech EMM driver.
3) MicroSD hard drive access which functions similar to an XT_IDE in that files can be copied directly from a modern computer to the MicroSD and read by XTMax. It also works with very early IBM's which do not support expansion BIOS.
The project files are posted to GitHub: https://github.com/MicroCoreLabs/Projects/tree/master/XTMax
And the project can be found on my blog here: https://microcorelabs.wordpress.com/2024/11/1 … ing-teensy-4-1/