diff --git a/projects/samples/s_dos2.js b/projects/samples/s_dos2.js index bedb0fab..cdbc23f7 100644 --- a/projects/samples/s_dos2.js +++ b/projects/samples/s_dos2.js @@ -15,7 +15,7 @@ DOSParseArg = true; LibModules = [ "dos", "dos_mapper", "string", ...LibModules]; //-- List of data files to copy to disk (array) -DiskFiles = [ "content/img/IMAGE01.SC5", "content/img/IMAGE04.SC5", "content/img/PALETTE.SC5", "content/SAMPLE.DRV" ]; +DiskFiles = [ "content/img/IMAGE01.SC5", "content/img/IMAGE04.SC5", "content/img/PALETTE.SC5", "content/sample.drv" ]; //-- Emulator extra parameters to be add to command-line (string). Emulator sotfware specific EmulExtraParam = "-ext ram1mb";