summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/sdlptty_win32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/sdlptty_win32.cpp')
-rw-r--r--src/osd/sdl/sdlptty_win32.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/osd/sdl/sdlptty_win32.cpp b/src/osd/sdl/sdlptty_win32.cpp
new file mode 100644
index 00000000000..e9944a75c5a
--- /dev/null
+++ b/src/osd/sdl/sdlptty_win32.cpp
@@ -0,0 +1,12 @@
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert, R. Belmont
+//============================================================
+//
+// sdlptty_win32 - SDL psuedo tty access functions
+// (passthrough to Windows OSD version)
+//
+// SDLMAME by Olivier Galibert and R. Belmont
+//
+//============================================================
+
+#include "../windows/winptty.c"