Skip to content

Commit

Permalink
[Sample] Fixed filename case for Linux/macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
aoineko-fr committed Jun 18, 2024
1 parent 30bdefd commit 80aea58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/samples/s_dos2.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 80aea58

Please sign in to comment.