openMSX
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Typedefs
a
b
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
Enumerator
a
b
c
d
e
f
h
i
l
n
r
s
t
u
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
b
c
d
e
f
h
i
k
l
m
p
r
s
t
v
w
Enumerations
a
b
c
d
e
f
i
k
l
m
o
p
r
s
t
u
v
z
Enumerator
a
b
c
e
f
k
m
n
o
p
r
s
t
u
Related Symbols
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
x
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
x
Variables
f
g
h
i
j
k
l
m
n
o
p
q
s
t
v
w
Typedefs
Enumerations
Enumerator
e
i
o
r
Macros
_
a
c
d
f
g
h
i
l
m
n
o
p
r
s
u
v
fdc
DummyDisk.hh
Go to the documentation of this file.
1
#ifndef FDCDUMMYBACKEND_HH
2
#define FDCDUMMYBACKEND_HH
3
4
#include "
SectorBasedDisk.hh
"
5
6
namespace
openmsx
{
7
8
class
DummyDisk
final :
public
SectorBasedDisk
9
{
10
public
:
11
DummyDisk
();
12
[[nodiscard]]
bool
isDummyDisk
()
const override
;
13
14
private
:
15
void
readSectorImpl (
size_t
sector,
SectorBuffer
& buf)
override
;
16
void
writeSectorImpl(
size_t
sector,
const
SectorBuffer
& buf)
override
;
17
[[nodiscard]]
bool
isWriteProtectedImpl()
const override
;
18
};
8
class
DummyDisk
final :
public
SectorBasedDisk
{
…
};
19
20
}
// namespace openmsx
21
22
#endif
SectorBasedDisk.hh
openmsx::DummyDisk
Definition
DummyDisk.hh:9
openmsx::DummyDisk::DummyDisk
DummyDisk()
Definition
DummyDisk.cc:6
openmsx::DummyDisk::isDummyDisk
bool isDummyDisk() const override
Definition
DummyDisk.cc:12
openmsx::SectorBasedDisk
Abstract class for disk images that only represent the logical sector information (so not the raw tra...
Definition
SectorBasedDisk.hh:14
openmsx
This file implemented 3 utility functions:
Definition
Autofire.cc:11
openmsx::SectorBuffer
Definition
DiskImageUtils.hh:139
Generated on Sun Jan 5 2025 12:13:39 for openMSX by
1.9.8