Skip to content

Commit

Permalink
command line recommendation: color petscii quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
davervw committed Jun 7, 2022
1 parent d3b9916 commit 6d51c81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.9.0")]
[assembly: AssemblyFileVersion("1.8.9.0")]
[assembly: AssemblyVersion("1.8.10.0")]
[assembly: AssemblyFileVersion("1.8.10.0")]
3 changes: 2 additions & 1 deletion program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ static void Main(string[] args)
Console.Error.WriteLine("6502 Emulator for Windows Console");
Console.Error.WriteLine("C64, VIC-20, PET, TED, C128, ...");
Console.Error.WriteLine("");
Console.Error.WriteLine("simple-emu-c64 version 1.8.9");
Console.Error.WriteLine("simple-emu-c64 version 1.8.10");
Console.Error.WriteLine("Copyright (c) 2022 David R. Van Wagner");
Console.Error.WriteLine("davevw.com");
Console.Error.WriteLine("Open Source, MIT License");
Expand All @@ -287,6 +287,7 @@ static void Main(string[] args)
Console.Error.WriteLine(" simple-emu-c64 [system] {ram #} (system=[c64|vic20|pet|c16|plus4|ted|c128])");
Console.Error.WriteLine(" simple-emu-c64 [system] walk [addr1 ...]");
Console.Error.WriteLine(" simple-emu-c64 [c64|ted] file (autorun prg)");
Console.Error.WriteLine(" simple-emu-c64 [c64|...] color petscii quiet (use C64 Pro Mono font https://style64.org/c64-truetype)");
Console.Error.WriteLine("");
Console.WriteLine();
}
Expand Down

0 comments on commit 6d51c81

Please sign in to comment.