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 / pv2000 / printer.h
index be95181..a4e0b47 100644 (file)
@@ -1,36 +1,36 @@
-/*\r
-       CASIO PV-2000 Emulator 'EmuGaki'\r
-\r
-       Author : Takeda.Toshiya\r
-       Date   : 2006.08.18 -\r
-\r
-       [ printer ]\r
-*/\r
-\r
-#ifndef _PRINTER_H_\r
-#define _PRINTER_H_\r
-\r
-#include "../vm.h"\r
-#include "../../emu.h"\r
-#include "../device.h"\r
-\r
-class PRINTER : public DEVICE\r
-{\r
-private:\r
-       uint8 out, ctrl0, ctrl1;\r
-       bool busy;\r
-       \r
-public:\r
-       PRINTER(VM* parent_vm, EMU* parent_emu) : DEVICE(parent_vm, parent_emu) {}\r
-       ~PRINTER() {}\r
-       \r
-       // common functions\r
-       void initialize();\r
-       void write_io8(uint32 addr, uint32 data);\r
-       uint32 read_io8(uint32 addr);\r
-       void save_state(FILEIO* state_fio);\r
-       bool load_state(FILEIO* state_fio);\r
-};\r
-\r
-#endif\r
-\r
+/*
+       CASIO PV-2000 Emulator 'EmuGaki'
+
+       Author : Takeda.Toshiya
+       Date   : 2006.08.18 -
+
+       [ printer ]
+*/
+
+#ifndef _PRINTER_H_
+#define _PRINTER_H_
+
+#include "../vm.h"
+#include "../../emu.h"
+#include "../device.h"
+
+class PRINTER : public DEVICE
+{
+private:
+       uint8 out, ctrl0, ctrl1;
+       bool busy;
+       
+public:
+       PRINTER(VM* parent_vm, EMU* parent_emu) : DEVICE(parent_vm, parent_emu) {}
+       ~PRINTER() {}
+       
+       // common functions
+       void initialize();
+       void write_io8(uint32 addr, uint32 data);
+       uint32 read_io8(uint32 addr);
+       void save_state(FILEIO* state_fio);
+       bool load_state(FILEIO* state_fio);
+};
+
+#endif
+