OSDN Git Service

[General] Convert sourcecode's CRLF format: DOS(WINDOWS) to Unix, to apply patches...
[csp-qt/common_source_project-fm7.git] / source / src / vm / mz2800 / floppy.h
index 73d90a0..8ae4b03 100644 (file)
@@ -1,37 +1,37 @@
-/*\r
-       SHARP MZ-2800 Emulator 'EmuZ-2800'\r
-\r
-       Author : Takeda.Toshiya\r
-       Date   : 2007.08.13 -\r
-\r
-       [ floppy ]\r
-*/\r
-\r
-#ifndef _FLOPPY_H_\r
-#define _FLOPPY_H_\r
-\r
-#include "../vm.h"\r
-#include "../../emu.h"\r
-#include "../device.h"\r
-\r
-class FLOPPY : public DEVICE\r
-{\r
-private:\r
-       DEVICE* d_fdc;\r
-       \r
-public:\r
-       FLOPPY(VM* parent_vm, EMU* parent_emu) : DEVICE(parent_vm, parent_emu) {}\r
-       ~FLOPPY() {}\r
-       \r
-       // common functions\r
-       void write_io8(uint32 addr, uint32 data);\r
-       \r
-       // unique functions\r
-       void set_context_fdc(DEVICE* device)\r
-       {\r
-               d_fdc = device;\r
-       }\r
-};\r
-\r
-#endif\r
-\r
+/*
+       SHARP MZ-2800 Emulator 'EmuZ-2800'
+
+       Author : Takeda.Toshiya
+       Date   : 2007.08.13 -
+
+       [ floppy ]
+*/
+
+#ifndef _FLOPPY_H_
+#define _FLOPPY_H_
+
+#include "../vm.h"
+#include "../../emu.h"
+#include "../device.h"
+
+class FLOPPY : public DEVICE
+{
+private:
+       DEVICE* d_fdc;
+       
+public:
+       FLOPPY(VM* parent_vm, EMU* parent_emu) : DEVICE(parent_vm, parent_emu) {}
+       ~FLOPPY() {}
+       
+       // common functions
+       void write_io8(uint32 addr, uint32 data);
+       
+       // unique functions
+       void set_context_fdc(DEVICE* device)
+       {
+               d_fdc = device;
+       }
+};
+
+#endif
+