Disk
From ES40 Emulator
| Disk Base Class | |
| Class | CDisk |
|---|---|
| Derived from | SCSI Device, System Component |
| Inherited by | Disk Image, Raw Device, RAM Disk |
| Connects to | Disk Controller |
| Header | Disk.h |
| Source | Disk.cpp |
| List of all devices | |
Functional Description
The emulator can emulate a disk (hard disk, cd-rom) in three ways:
- Disk Image (A file on the host OS'es filesystem represents the disk)
- Raw Device (A disk on the host system is used from inside the emulator)
- RAM Disk