Changeset 104130 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Apr 2, 2024 6:25:14 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r104097 r104130 599 599 switch(addr) { 600 600 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; 606 602 break; 607 603 case 0x3c1:
Note:
See TracChangeset
for help on using the changeset viewer.