mirror of
https://github.com/holub/mame
synced 2025-06-03 19:36:26 +03:00
Another OS X compile problem (no whatsnew)
This commit is contained in:
parent
97713f034e
commit
47ba04990c
@ -636,7 +636,7 @@ static void print_game_sample(FILE *out, const game_driver *game, const machine_
|
|||||||
static void print_game_chips(FILE *out, const game_driver *game, const machine_config *config)
|
static void print_game_chips(FILE *out, const game_driver *game, const machine_config *config)
|
||||||
{
|
{
|
||||||
/* iterate over CPUs */
|
/* iterate over CPUs */
|
||||||
const device_config_execute_interface *exec;
|
const device_config_execute_interface *exec = NULL;
|
||||||
for (bool gotone = config->m_devicelist.first(exec); gotone; gotone = exec->next(exec))
|
for (bool gotone = config->m_devicelist.first(exec); gotone; gotone = exec->next(exec))
|
||||||
{
|
{
|
||||||
fprintf(out, "\t\t<chip");
|
fprintf(out, "\t\t<chip");
|
||||||
|
Loading…
Reference in New Issue
Block a user