mirror of
https://github.com/holub/mame
synced 2025-10-09 09:44:40 +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 */
|
/* allocate the gfx elements prior to device initialization */
|
||||||
gfx_init(machine);
|
gfx_init(machine);
|
||||||
|
|
||||||
|
/* initialize natural keyboard support */
|
||||||
|
inputx_init(machine);
|
||||||
|
|
||||||
#ifdef MESS
|
#ifdef MESS
|
||||||
/* first MESS initialization */
|
/* first MESS initialization */
|
||||||
mess_predevice_init(machine);
|
mess_predevice_init(machine);
|
||||||
|
Loading…
Reference in New Issue
Block a user