mirror of
https://github.com/holub/mame
synced 2025-05-30 17:41:47 +03:00
Added a temporary MESS specific hook
This commit is contained in:
parent
09f5e868b0
commit
8fcdf39e8e
@ -868,6 +868,10 @@ static void print_game_info(FILE *out, const game_driver *game)
|
|||||||
/* start tracking resources and allocate the machine and input configs */
|
/* start tracking resources and allocate the machine and input configs */
|
||||||
begin_resource_tracking();
|
begin_resource_tracking();
|
||||||
config = machine_config_alloc(game->machine_config);
|
config = machine_config_alloc(game->machine_config);
|
||||||
|
#ifdef MESS
|
||||||
|
/* temporary hook until MESS device transition is complete */
|
||||||
|
mess_devices_setup(config, game);
|
||||||
|
#endif /* MESS */
|
||||||
input = input_port_allocate(game->ipt, NULL);
|
input = input_port_allocate(game->ipt, NULL);
|
||||||
|
|
||||||
/* print the header and the game name */
|
/* print the header and the game name */
|
||||||
|
Loading…
Reference in New Issue
Block a user