http://bugs.winehq.org/show_bug.cgi?id=2408
Summary: Unsupported VGA register when LocoScript (DOS program) run under Wine Product: Wine Version: 20040716 Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-dos AssignedTo: wine-bugs@winehq.org ReportedBy: zgorniak@if.uj.edu.pl
When tried to run LocoScript (a DOS text editor of 1994) under Wine, I got the following output in my RedHat 9 terminal:
[mz@localhost LSPRO2]$ wine lspro.exe /t Warning: unprotecting the first 64KB of memory to allow real-mode calls. NULL pointer accesses will no longer be caught. err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters: int2f: AX ad80, BX 0000, CX ffff, DX 2c57, SI 2bd8, DI 2c9b, DS 4323, ES 4323 fixme:ddraw:VGA_ioport_in Unsupported VGA register: 0x03ba fixme:ddraw:VGA_ioport_in Unsupported VGA register: 0x03ba ...
The program works under Dosemu in text mode only (with /t switch), so I tried Wine but the result was even worse. The machine is Panasonic CF-37.
M. Zgorniak