VirtualC64
v5.0 beta
Commodore 64 Emulator
Loading...
Searching...
No Matches
DiskAnalyzerTypes.h
1
// -----------------------------------------------------------------------------
2
// This file is part of VirtualC64
3
//
4
// Copyright (C) Dirk W. Hoffmann. www.dirkwhoffmann.de
5
// This FILE is dual-licensed. You are free to choose between:
6
//
7
// - The GNU General Public License v3 (or any later version)
8
// - The Mozilla Public License v2
9
//
10
// SPDX-License-Identifier: GPL-3.0-or-later OR MPL-2.0
11
// -----------------------------------------------------------------------------
12
13
#pragma once
14
15
#include "DiskTypes.h"
16
17
namespace
vc64
{
18
19
typedef
struct
20
{
21
isize headerBegin;
22
isize headerEnd;
23
isize dataBegin;
24
isize dataEnd;
25
}
26
SectorInfo;
27
28
typedef
struct
29
{
30
isize length;
31
SectorInfo sectorInfo[22];
32
}
33
TrackInfo;
34
35
typedef
struct
36
{
37
TrackInfo trackInfo[85];
38
}
39
DiskInfo;
40
41
}
vc64
VirtualC64 project namespace.
Definition
CmdQueue.cpp:16
Emulator
Peripherals
Drive
DiskAnalyzerTypes.h
Generated by
1.10.0