mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
01912: Various: Unable to construct input ports! (part 2)
This commit is contained in:
parent
f9364b11a7
commit
02ad5125b1
@ -689,8 +689,6 @@ time_t input_port_init(running_machine *machine, const input_port_token *tokens)
|
||||
machine->portconfig = input_port_config_alloc(tokens, errorbuf, sizeof(errorbuf));
|
||||
if (errorbuf[0] != 0)
|
||||
mame_printf_error("Input port errors:\n%s", errorbuf);
|
||||
if (machine->portconfig == NULL)
|
||||
fatalerror("Unable to construct input ports!");
|
||||
init_port_state(machine);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user