Re: >>> MameUIHiScore Downloads ( neueste : v0.142u1 ) <<<
nun ist MameUI 0.142.2.1 draussen ?!
ich komm' da langsam nicht mehr mit...
lewisit hat geschrieben:was ist das denn?
nun ist MameUI 0.142.2.1 draussen ?!
ich komm' da langsam nicht mehr mit...
Alfman hat geschrieben:lewisit hat geschrieben:was ist das denn?
nun ist MameUI 0.142.2.1 draussen ?!
ich komm' da langsam nicht mehr mit...
scheinbar wurden jetzt alle sachen mit dieser version gefixt ?!? oder auch nicht
yogi9999 hat geschrieben:Gibts da jetzt schon ein Feedback zu ? ....bevor ich es auf meinen Autmaten klatsche und nix mehr geht ?
Viewing File: <root>/src/osd/windows/input.c
1 //============================================================
2 //
3 // input.c - Win32 implementation of MAME input routines
4 //
5 //============================================================
6 //
7 // Copyright Aaron Giles
8 // All rights reserved.
9 //
10 // Redistribution and use in source and binary forms, with or
11 // without modification, are permitted provided that the
12 // following conditions are met:
13 //
14 // * Redistributions of source code must retain the above
15 // copyright notice, this list of conditions and the
16 // following disclaimer.
17 // * Redistributions in binary form must reproduce the
18 // above copyright notice, this list of conditions and
19 // the following disclaimer in the documentation and/or
20 // other materials provided with the distribution.
21 // * Neither the name 'MAME' nor the names of its
22 // contributors may be used to endorse or promote
23 // products derived from this software without specific
24 // prior written permission.
25 //
26 // THIS SOFTWARE IS PROVIDED BY AARON GILES ''AS IS'' AND
27 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
28 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
29 // FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
30 // EVENT SHALL AARON GILES BE LIABLE FOR ANY DIRECT,
31 // INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32 // DAMAGE (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
33 // SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
34 // PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
35 // ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
36 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
37 // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
38 // IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39 //
40 //============================================================
41
42 // For testing purposes: force DirectInput
43 #define FORCE_DIRECTINPUT 0
44
45 // standard windows headers
46 #define WIN32_LEAN_AND_MEAN
47 #include <windows.h>
48 #include <winioctl.h>
49 #include <tchar.h>
50
51 // undef WINNT for dinput.h to prevent duplicate definition
52 #undef WINNT
53 #include <dinput.h>
54 #undef interface
55
56 // standard C headers
57 #include <conio.h>
58 #include <ctype.h>
59 #include <stddef.h>
60
61 // MAME headers
62 #include "osdepend.h"
63 #include "emu.h"
64 #include "ui.h"
65
66 // MAMEOS headers
67 #include "winmain.h"
68 #include "window.h"
69 #include "input.h"
70 #include "debugwin.h"
71 #include "video.h"
72 #include "strconv.h"
73 #include "config.h"
74
75 //============================================================
76 // PARAMETERS
77 //============================================================
78
79 enum
80 {
81 POVDIR_LEFT = 0,
82 POVDIR_RIGHT,
83 POVDIR_UP,
84 POVDIR_DOWN
85 };
86
87 #define MAX_KEYS 256
88
89 #define MAME_KEY 0
90 #define DI_KEY 1
91 #define VIRTUAL_KEY 2
92 #define ASCII_KEY 3
93
94
95
96 //============================================================
97 // MACROS
98 //============================================================
mokerosan hat geschrieben:Diese Version hat die Möglichkeit, RawInput zu DirectInput ändern? Xpadder zu bedienen.
Vielen Dank.
Alfman hat geschrieben:mokerosan hat geschrieben:Diese Version hat die Möglichkeit, RawInput zu DirectInput ändern? Xpadder zu bedienen.
Vielen Dank.
Gute Frage habe ich mich noch nicht so richtig mit beschaeftigt
Soll das dem minimalen INPUT LAG entgegenwirken?!?
Arcade-O-Matic hat geschrieben:Nun sind wir schon bei "0.143u3" und immer noch kein Raiden 2 in Sicht
Zurück zu Support / Bugs / Hilfe
Mitglieder in diesem Forum: 0 Mitglieder und 7 Gäste