VirtualBox

Changeset 104130 in vbox for trunk/src/VBox/Devices/Graphics


Ignore:
Timestamp:
Apr 2, 2024 6:25:14 PM (8 months ago)
Author:
vboxsync
Message:

DevVGA: Reading the attribute controller index register does not depend on the flip-flop.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r104097 r104130  
    599599        switch(addr) {
    600600        case 0x3c0:
    601             if (pThis->ar_flip_flop == 0) {
    602                 val = pThis->ar_index;
    603             } else {
    604                 val = 0;
    605             }
     601            val = pThis->ar_index;
    606602            break;
    607603        case 0x3c1:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette