diff options
Diffstat (limited to 'src/devices/imagedev/diablo.cpp')
-rw-r--r-- | src/devices/imagedev/diablo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/diablo.cpp b/src/devices/imagedev/diablo.cpp index 82da0a417ab..56c90e0c66f 100644 --- a/src/devices/imagedev/diablo.cpp +++ b/src/devices/imagedev/diablo.cpp @@ -20,7 +20,7 @@ OPTION_GUIDE_START(dsk_option_guide) OPTION_INT('K', "hunksize", "Hunk Bytes") OPTION_GUIDE_END -static const char *dsk_option_spec = +static char const *const dsk_option_spec = "C1-[203]-1024;H1/[2]/4/8;S1-[12]-64;L267;K6408"; |