summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/mfmhd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/imagedev/mfmhd.h')
-rw-r--r--src/devices/imagedev/mfmhd.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/devices/imagedev/mfmhd.h b/src/devices/imagedev/mfmhd.h
index 007be4be420..bb5d8493f97 100644
--- a/src/devices/imagedev/mfmhd.h
+++ b/src/devices/imagedev/mfmhd.h
@@ -17,8 +17,12 @@
#pragma once
#include "imagedev/harddriv.h"
+
#include "formats/mfm_hd.h"
+#include <system_error>
+
+
class mfm_harddisk_device;
class mfmhd_trackimage
@@ -94,7 +98,7 @@ public:
attotime track_end_time();
// Access the tracks on the image. Used as a callback from the cache.
- chd_error load_track(uint16_t* data, int cylinder, int head);
+ std::error_condition load_track(uint16_t* data, int cylinder, int head);
void write_track(uint16_t* data, int cylinder, int head);
// Delivers the number of heads according to the loaded image