Open maximilien-noal opened 1 year ago
Alternative C++ like union support: https://github.com/mknejp/dotvariant
The other way is:
for exhaustive closed class and enums matching in switches and switch expressions:
https://github.com/WalkerCodeRanger/ExhaustiveMatching
This will help to translate DOSBox Staging unions into managed unions ('closed class') when appropriate.
Adlib Gold just landed 7 months ago in DOSBox Staging.
It was tested against recordings of the real thing, along with the YM7128B module, and with DUNE to boot !
This would be perfect in order to rewrite DUNE's Adlib Gold driver.