Increased the side dimension of the floppy IMG sector_pos_side and sector_pos arrays.

This commit is contained in:
OBattler
2020-10-19 02:28:47 +02:00
parent f680e3fe0a
commit 166bb68763

View File

@@ -54,8 +54,8 @@ typedef struct {
uint8_t gap3_size;
uint16_t disk_flags;
uint16_t track_flags;
uint8_t sector_pos_side[2][256];
uint16_t sector_pos[2][256];
uint8_t sector_pos_side[256][256];
uint16_t sector_pos[256][256];
uint8_t current_sector_pos_side;
uint16_t current_sector_pos;
uint8_t *disk_data;