Changeset 37049 in vbox for trunk/src/VBox
- Timestamp:
- May 12, 2011 1:33:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/rombios.c
r37035 r37049 7504 7504 // 360K 5.25" drive 7505 7505 config_data = 0x00; // 0000 0000 7506 media_state = 0x 25; // 001001017506 media_state = 0x15; // 0001 0101 7507 7507 retval = 1; 7508 7508 } … … 7510 7510 // 1.2 MB 5.25" drive 7511 7511 config_data = 0x00; // 0000 0000 7512 media_state = 0x 25; // 00100101 // need double stepping??? (bit 5)7512 media_state = 0x35; // 0011 0101 // need double stepping??? (bit 5) 7513 7513 retval = 1; 7514 7514 } … … 7580 7580 7581 7581 if (drive == 0) 7582 media_state_offset = 0x 90;7582 media_state_offset = 0x0090; 7583 7583 else 7584 media_state_offset = 0x 91;7584 media_state_offset = 0x0091; 7585 7585 write_byte(0x0040, 0x008B, config_data); 7586 7586 write_byte(0x0040, media_state_offset, media_state);
Note:
See TracChangeset
for help on using the changeset viewer.