mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Olivetti M19's video adapter has control register on port 3DBh instead of 3DEh, fixes #4739.
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
|
||||
typedef struct ogc_t {
|
||||
cga_t cga;
|
||||
uint16_t ctrl_addr;
|
||||
/* unused in OGC, required for M19 video card structure idiom */
|
||||
uint8_t ctrl_3dd;
|
||||
uint8_t ctrl_3de;
|
||||
|
||||
Reference in New Issue
Block a user