diff options
author | 2010-02-14 14:49:09 +0000 | |
---|---|---|
committer | 2010-02-14 14:49:09 +0000 | |
commit | 1d14f429ae20d713730ff5e6687b93f45f6ca3d8 (patch) | |
tree | 9d7ad8839a51dfa3f4d5735a1598ce76868a021e /src | |
parent | a347804fe3e9aa7c45166e8ee005030c229e700e (diff) |
Added initialization of natural keyboard into init_machine
Diffstat (limited to 'src')
-rw-r--r-- | src/emu/mame.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/mame.c b/src/emu/mame.c index 048cdc47e3c..9915dc9dcb0 100644 --- a/src/emu/mame.c +++ b/src/emu/mame.c @@ -1406,6 +1406,9 @@ static void init_machine(running_machine *machine) /* allocate the gfx elements prior to device initialization */ gfx_init(machine); + /* initialize natural keyboard support */ + inputx_init(machine); + #ifdef MESS /* first MESS initialization */ mess_predevice_init(machine); |