Issues
- 3
Feature request: Make ComLoader and ExeLoader use a future DOS INT21H EXEC function.
#344 opened by maximilien-noal - 0
CommandLineParser gets confused by dashes inside the arguments command line string argument (it erases other existing arguments)
#526 opened by maximilien-noal - 1
- 0
- 1
ProgramExecute.CreateMachine: LoadFileToRun should be called by the caller of ProgramExecutor ctor.
#345 opened by maximilien-noal - 0
[Bug] slow PCM voices since commit 252f535ebd82aa1cc311a1aa002c7c0875b2f251
#670 opened by maximilien-noal - 0
Bug: The SoundBlaster mixer has no effect
#357 opened by maximilien-noal - 4
- 6
Bug: Wizardry 7 crashes before getting to intro videos
#533 opened by dicene - 2
Incorrect CRT rerfresh timings
#559 opened by maximilien-noal - 1
Feature request: once the code is entirely unit tested, inject dependencies
#379 opened by maximilien-noal - 7
Feature request: Complete DOS emulation (DOS Memory structures, INT21H, INT20H, INT2FH, INT24H, INT25H, INT26H, ..., command processor, ...)
#308 opened by maximilien-noal - 4
Feature request: implement I/O 0x60 & 0x64, irq12, INT 74 and INT 15 (PS/2 mouse and keyboard)
#329 opened by maximilien-noal - 3
Dune 2: Intermission map mouse is too slow compared to real hardware or DOSBox
#367 opened by maximilien-noal - 3
Performance investigations
#328 opened by maximilien-noal - 2
Replace generic Alu
#448 opened by maximilien-noal - 1
Set EMS on by default (without regressions on compatible games starting up, for example Dune 2)
#422 opened by maximilien-noal - 0
Have a way to detect performance regressions
#449 opened by maximilien-noal - 0
UI: Using Tab with Krondor in the menu sends the Krondor menu in an infinite loop
#423 opened by maximilien-noal - 1
Smooth horizontal scrolling is not implemented
#334 opened by JorisVanEijden - 5
Tests: More unit tests
#310 opened by maximilien-noal - 1
DOS INT 21 4E/4F File searching issues
#383 opened by JorisVanEijden - 2
Mainwindow is sometimes transparent (Windows)
#387 opened by maximilien-noal - 1
Feature request: make the emulator code more testable. Refactor the Machine especially.
#338 opened by maximilien-noal - 5
Study the possibility of using Vogen to fix Primitive Obsession with Segment/Offset, paths, and other values
#372 opened by maximilien-noal - 2
- 0
- 1
Feature request: separate between interrupt handlers callback and interrupt handlers which can have several implementations
#350 opened by maximilien-noal - 0
Generate FillDispatchTable with a Source Generator and method attribute like [InterruptHandler(AL = 0x38, BH = 0x23, SetCarryFlagOnError = true]
#374 opened by maximilien-noal - 1
UI: Make it testable with interfaces and use Prism.Avalonia for the UI layer dependency injections
#375 opened by maximilien-noal - 2
Grand Prix Circuit (1988): [WARN] [0xF000:0x20/0xF0020] Buffer size 64000 is too small for the required buffer size 288000 for render resolution 720 x 400
#371 opened by maximilien-noal - 0
Feature request: Mouse pointer capture (for easier edge scrolling, for example in Dune 2)
#377 opened by maximilien-noal - 1
[Avalonia v11] Sometimes, the UI freezes in Release mode when closing the MainWindow with Dune
#373 opened by maximilien-noal - 0
- 4
[BUG] Dune 2 mouse cursor doesn't move (because of missing mouse callback, or missing mouse driver)
#266 opened by maximilien-noal - 0
Optional Future Feature Request: Update EMS implementation with LIM 4.0 implementation + VCPI + EMS callback
#343 opened by maximilien-noal - 5
- 2
VGA Renderer: IndexOutOfRangeException with some programs in DrawTextMode (tested with Hero Quest's intro)
#332 opened by maximilien-noal - 2
VGA Renderer: IndexOutRangeException in some programs in GetDacPaletteColor (tested with Duke Nukem II)
#333 opened by maximilien-noal - 1
Lost Vikings support
#331 opened by maximilien-noal - 2
Feature request: A20 gate emulation
#313 opened by maximilien-noal - 1
- 1
Feature Request: More INT2F services (DOS)
#256 opened by maximilien-noal - 2
- 1
Feature request: AsmCallbackHandler.cs for ASM to C# callback calls (ie. Mouse Callback, XMS Callback)
#252 opened by maximilien-noal - 1
Feature request: Real-time debug windows for current state of all the graphics, attributes, CRTC and sequencer registers
#283 opened by maximilien-noal - 1
Feature request: Performance window should display the overall total average of executed CPU instructions
#284 opened by maximilien-noal - 1
[Bug] Dune uses the FPU in EMS mode, but finds none and triggers an InvalidOpCodeException
#273 opened by maximilien-noal - 1
- 1
Feature request: Centralize DOS Devices and Drivers and stuff like current code page in a DOS class
#253 opened by maximilien-noal