mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
Added initialization of natural keyboard into init_machine
This commit is contained in:
parent
a347804fe3
commit
1d14f429ae
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user