blob: 42b10131c6142ee97fa3ff7bd0805bc45e63f609 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//============================================================
//
// sdlptty_win32 - SDL psuedo tty access functions
// (passthrough to Windows OSD version)
//
// Copyright (c) 1996-2014, Nicola Salmoria and the MAME Team.
// Visit http://mamedev.org for licensing and usage restrictions.
//
// SDLMAME by Olivier Galibert and R. Belmont
//
//============================================================
#include "../windows/winptty.c"
|