diff options
Diffstat (limited to 'src/mame/misc/extrema.cpp')
-rw-r--r-- | src/mame/misc/extrema.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/misc/extrema.cpp b/src/mame/misc/extrema.cpp index 25a868dbd9e..4761a9fd62e 100644 --- a/src/mame/misc/extrema.cpp +++ b/src/mame/misc/extrema.cpp @@ -84,7 +84,7 @@ void extrema_state::extrema(machine_config &config) #define MISSING_DISK \ - DISK_REGION( "ata:0:hdd:image" ) \ + DISK_REGION( "ata:0:hdd" ) \ DISK_IMAGE( "extrema_hdd", 0, NO_DUMP ) ROM_START( maski ) |