mirror of
https://github.com/holub/mame
synced 2025-05-18 19:49:35 +03:00
More OS X PPC compile fixes (no whatsnew)
This commit is contained in:
parent
ab1bc96eb4
commit
e22a1bf81d
@ -228,7 +228,7 @@ void image_add_device_options(core_options *opts, const game_driver *driver)
|
|||||||
{
|
{
|
||||||
int index = 0;
|
int index = 0;
|
||||||
machine_config *config;
|
machine_config *config;
|
||||||
const device_config_image_interface *image;
|
const device_config_image_interface *image = NULL;
|
||||||
|
|
||||||
/* create the configuration */
|
/* create the configuration */
|
||||||
config = machine_config_alloc(driver->machine_config);
|
config = machine_config_alloc(driver->machine_config);
|
||||||
|
Loading…
Reference in New Issue
Block a user