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