mirror of
https://github.com/holub/mame
synced 2025-05-15 10:28:16 +03:00
Fix reported OS X compile problem.
This commit is contained in:
parent
9580049784
commit
97713f034e
@ -1645,7 +1645,7 @@ static slider_state *slider_init(running_machine *machine)
|
||||
/* add CPU overclocking (cheat only) */
|
||||
if (options_get_bool(machine->options(), OPTION_CHEAT))
|
||||
{
|
||||
device_execute_interface *exec;
|
||||
device_execute_interface *exec = NULL;
|
||||
for (bool gotone = machine->m_devicelist.first(exec); exec != NULL; gotone = exec->next(exec))
|
||||
{
|
||||
void *param = (void *)&exec->device();
|
||||
|
Loading…
Reference in New Issue
Block a user