openMSX
fdc
BootBlocks.hh
Go to the documentation of this file.
1
#ifndef BOOTBLOCKS_HH
2
#define BOOTBLOCKS_HH
3
4
#include "
DiskImageUtils.hh
"
5
6
namespace
openmsx
{
7
8
class
BootBlocks
9
{
10
public
:
11
// boot block created with regular nms8250 and '_format'
12
static
const
SectorBuffer
dos1BootBlock
;
13
14
// boot block created with nms8250 and MSX-DOS 2.20
15
static
const
SectorBuffer
dos2BootBlock
;
16
17
// FAT12 boot block created with Nextor 2.1.1
18
static
const
SectorBuffer
nextorBootBlockFAT12
;
19
20
// FAT16 boot block created with Nextor 2.1.1
21
static
const
SectorBuffer
nextorBootBlockFAT16
;
22
};
23
24
}
// namespace openmsx
25
26
#endif
DiskImageUtils.hh
openmsx::BootBlocks
Definition
BootBlocks.hh:9
openmsx::BootBlocks::nextorBootBlockFAT12
static const SectorBuffer nextorBootBlockFAT12
Definition
BootBlocks.hh:18
openmsx::BootBlocks::dos2BootBlock
static const SectorBuffer dos2BootBlock
Definition
BootBlocks.hh:15
openmsx::BootBlocks::dos1BootBlock
static const SectorBuffer dos1BootBlock
Definition
BootBlocks.hh:12
openmsx::BootBlocks::nextorBootBlockFAT16
static const SectorBuffer nextorBootBlockFAT16
Definition
BootBlocks.hh:21
openmsx
This file implemented 3 utility functions:
Definition
Autofire.cc:11
openmsx::SectorBuffer
Definition
DiskImageUtils.hh:139
Generated on Sat Dec 21 2024 14:13:51 for openMSX by
1.9.8