mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
this should fix compile on some compilers (nw)
This commit is contained in:
parent
ed33e5adf9
commit
e15fbe30c7
@ -185,7 +185,7 @@ static void atari_load_proc(device_image_interface &image)
|
||||
ext = image.filetype();
|
||||
|
||||
// hack alert, this means we can only load ATR via the softlist at the moment, image.filetype reutrns NULL :/
|
||||
if (!image.software_entry() == NULL) ext="ATR";
|
||||
if (image.software_entry() != NULL) ext="ATR";
|
||||
|
||||
/* no extension: assume XFD format (no header) */
|
||||
if (!ext)
|
||||
|
Loading…
Reference in New Issue
Block a user