1
0
mirror of synced 2026-03-01 01:39:46 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
Matthieu Bucchianeri
730b632510 Fixing missing STI at the top of the handler. 2025-02-16 15:11:10 -08:00
Matthieu Bucchianeri
163e16bb59 Fix address of the ROM segment. 2025-02-16 15:11:10 -08:00
Matthieu Bucchianeri
845ba3666c Allow swapping driver ID between the BIOS disk and XTMax. 2025-02-16 15:11:10 -08:00
Matthieu Bucchianeri
34ac6ee4e0 Allow use with another fixed drive (eg: ESDI drive). 2025-02-16 15:11:10 -08:00
Matthieu Bucchianeri
bc538b2a5b Implementing a different test for processor type. 2025-02-16 15:11:10 -08:00
Matthieu Bucchianeri
561301f9ae Implement INT18h bootstrapping. 2025-02-16 15:11:10 -08:00
Matthieu Bucchianeri
a85258fa96 Improve SD Card initialization logic. 2025-02-16 15:11:09 -08:00
Matthieu Bucchianeri
a1a46d803e Improve timeout management logic. 2025-02-16 15:11:09 -08:00
Matthieu Bucchianeri
6fd29c313d Fix CPU test to properly handle 808x vs V20. 2025-02-16 15:11:09 -08:00
Matthieu Bucchianeri
c768ae500d Make the IO port base a define. 2025-02-16 15:11:09 -08:00
Matthieu Bucchianeri
38438e7d8b Fixing DEBUG_IO builds. 2025-02-16 15:11:09 -08:00
Matthieu Bucchianeri
29b3df2daa Bump maximum disk size to 8GB. 2025-02-09 21:51:28 -08:00
Matthieu Bucchianeri
1186841266 Remove some of the debug features to make the code more readable. 2025-02-09 21:51:28 -08:00
Matthieu Bucchianeri
671b6e8153 Reduce wait from SD Card. 2025-02-09 21:51:28 -08:00
Matthieu Bucchianeri
9398846c13 Some optimizations. 2025-02-09 21:51:28 -08:00
Matthieu Bucchianeri
69647a6f9e Optimize for 80186-compatible. 2025-02-09 21:51:28 -08:00
Matthieu Bucchianeri
1e800f94c5 Add INT13h handling for SD Card. 2025-02-09 21:51:28 -08:00
Matthieu Bucchianeri
d2f95788e5 Add BootROM support. 2025-02-09 21:51:28 -08:00
Matthieu Bucchianeri
5662d3988e Add NASM for build. 2025-02-09 21:51:28 -08:00
Matthieu Bucchianeri
422a4306f2 Improvements to the SD Card and EMS drivers. (#31)
* Refactor SD driver the IO to XTMax.

* Refactor the EMS driver to support 8MB.
2025-01-19 19:04:05 -08:00
Matthieu Bucchianeri
53caec7569 Improvements to the SDPP driver. (#30)
* Mask unimplemented IOCTL message.

* Add build for 286+.

* Optimized IO for 8086.

* Adding pre-build drivers.
2025-01-03 18:40:38 -08:00
Matthieu Bucchianeri
693d05b755 Add LTEMM and SDPP drivers for XTMax (#27)
* Add gitattributes to handle line endings.

* Import the unmodified LTEMM source.

From https://www.lo-tech.co.uk/wiki/LTEMM.EXE.

* Add DOSBox and TASM for build.

* Add build script for LTEMM.

* Modity LTEMM driver for XTMax.

* Import the unmodified SDPP source.

From https://forum.vcfed.org/index.php?threads/sd-card-to-parallel-port-driver-for-msdos-ver-1-1.42008/.

* Add Borland C++ 3.1 (Minimal) for build.

* Add build script for SDPP.

* Modify SDPP driver for XTMax.

* Commit pre-built binaries for LTEMM and SDPP.

* Reorganize the drivers into a new folder.
2024-11-16 16:21:49 -08:00
Ted Fried
74731356c8 Uploaded_11_12_2024 2024-11-12 14:13:19 -08:00