|
| 1 | +Vcc v2.1.8.1 Oct/2023 (2.1.8.0 bug fixes) |
| 2 | + o Fix version numbering - EJJ |
| 3 | + o Make dialogs stay on top and all DLL dialogs close when Vcc does. -EJJ |
| 4 | + o Fix command line quick load bug - EJJ |
1 | 5 |
|
2 | | -Vcc v2.1.0.8 April/2023 |
| 6 | +Vcc v2.1.0.8 (v2.1.8.0) Aug/2023 |
3 | 7 | o Increase VSYNC IRQ delay so MAX-10 sees keystrokes. |
4 | 8 | o Corrected some 6309 register instruction issues found by Wally Z. |
5 | 9 | o Added RS232 Pak emulation (acia.dll) - EJ Jaquay |
6 | 10 | o Added pause function - James Rye |
7 | 11 | o Added execution trace feature to Vcc Debugger - Mike Rojas |
8 | 12 | o Fixed PMODE 4 color - James Rye, Mike Rojas |
9 | | - o Improved windows mouse cursor position when shown - Chet Simpson |
| 13 | + o Improved windows mouse cursor position when shown - Chet Simpson |
10 | 14 | o Minor Bug fixes |
11 | 15 | o Updated Manual |
12 | 16 |
|
@@ -36,58 +40,58 @@ VCC v2.1.0d Jul/2021 |
36 | 40 | o Eliminated the "Allow Resize" checkbox - Bill Pierce |
37 | 41 | o Reset a few "default" values that had gotten changed. - Bill Pierce |
38 | 42 | o Add a "Custom KeyMap Editor" for making custom keymaps. - EJ Jaquay |
39 | | - o Mapped "BREAK" to "F12" (as well as "ESCAPE") to facilitate using |
| 43 | + o Mapped "BREAK" to "F12" (as well as "ESCAPE") to facilitate using |
40 | 44 | used by some games/applications. - Bill Pierce |
41 | 45 | o Updated the Manual - Bill Pierce, EJ Jaquay |
42 | 46 |
|
43 | 47 | VCC v2.1.0c Jan/2021 |
44 | | - o Added 2nd Hard Drive – EJ Jaquay |
45 | | - o Fixed the ALT key problem – EJ Jaquay |
46 | | - o Added F3 & F4 for decreasing/increasing CPU speed – Trey Tomes |
47 | | - o Added “Remember Screen Size” to "Display" config. Saves screen size |
48 | | - in vcc config init file – James Rye & Bill Pierce |
49 | | - o Added the “Game Master Cart” (GMC) by John Linville – Chet Simpson |
50 | | - o Fixed the border color bug – James Rye |
51 | | - o Updated Manual – Bill Pierce |
| 48 | + o Added 2nd Hard Drive - EJ Jaquay |
| 49 | + o Fixed the ALT key problem - EJ Jaquay |
| 50 | + o Added F3 & F4 for decreasing/increasing CPU speed - Trey Tomes |
| 51 | + o Added "Remember Screen Size" to "Display" config. Saves screen size |
| 52 | + in vcc config init file - James Rye & Bill Pierce |
| 53 | + o Added the "Game Master Cart: (GMC) by John Linville - Chet Simpson |
| 54 | + o Fixed the border color bug - James Rye |
| 55 | + o Updated Manual - Bill Pierce |
52 | 56 |
|
53 | 57 | VCC v2.1.0b Nov/2020 |
54 | | - o Added “Copy/Paste” Edit menu items for copying text from VCC screen |
| 58 | + o Added "Copy/Paste" Edit menu items for copying text from VCC screen |
55 | 59 | and pasting text into VCC. - James Rye. |
56 | 60 | o Improved Composite Palettes (not fixed, WIP). - James Rye. |
57 | | - o Fixed “file paths” so that each type of file; vhd, dsk, cas, rom, |
58 | | - dll, etc. has it’s own pathlist” - James Rye. |
59 | | - o Added “Flip Artifact Colors” to the config menu. - James Rye. |
60 | | - o Fixed “Save Config” and “Load Config” to the “File” – EJ Jaquay. |
61 | | - o Added Vcc command line argument to load custom “*.ini” files - EJ Jaquay |
62 | | - o Updated manual – Bill Pierce |
| 61 | + o Fixed "file paths" so that each type of file; vhd, dsk, cas, rom, |
| 62 | + dll, etc. has it's own pathlist - James Rye. |
| 63 | + o Added "Flip Artifact Colors" to the config menu. - James Rye. |
| 64 | + o Fixed "Save Config" and "Load Config" to the File menu - EJ Jaquay. |
| 65 | + o Added Vcc command line argument to load custom "*.ini" files - EJ Jaquay |
| 66 | + o Updated manual - Bill Pierce |
63 | 67 |
|
64 | 68 | VCC v2.1.0a Oct/2020 |
65 | | - o Fixed VCC “ini” file to save in “user/home/appdata” to avoid permissions |
| 69 | + o Fixed VCC "ini" file to save in "user/home/appdata" to avoid permissions |
66 | 70 | problem in Win7-10. - James Rye |
67 | | - o Fixed “Force Aspect” in all modes but full screen mode. - James Ross |
| 71 | + o Fixed "Force Aspect" in all modes but full screen mode. - James Ross |
68 | 72 | o Updated manual to reflect changes.- Bill Pierce |
69 | 73 |
|
70 | 74 | VCC v2.0.1f Aug/2020 |
71 | 75 | o Improved PMODE artifact color scheme, - Peter Westburg |
72 | 76 |
|
73 | 77 | VCC v2.0.1e Dec/2019 |
74 | | - o Reverted “exit bug” fix as it caused VCC to hang in full screen mode |
| 78 | + o Reverted "exit bug" fix as it caused VCC to hang in full screen mode |
75 | 79 |
|
76 | 80 | VCC v2.0.1d Dec/2019 |
77 | | - o Added “*.ccc” to the program pak extensions. |
78 | | - o “Exit bug” fixed. |
79 | | - o Several “cosmetic” changes – Bill Pierce. |
| 81 | + o Added "*.ccc" to the program pak extensions. |
| 82 | + o "Exit bug" fixed. |
| 83 | + o Several cosmetic changes - Bill Pierce. |
80 | 84 |
|
81 | 85 | VCC v.2.0.1c Dec/2019 |
82 | | - o Completed 6309 opcodes that were missing or incorrect – Walter Zambotti. |
83 | | - o Updated manual – Bill Pierce |
| 86 | + o Completed 6309 opcodes that were missing or incorrect - Walter Zambotti. |
| 87 | + o Updated manual - Bill Pierce |
84 | 88 |
|
85 | 89 | VCC v2.0.1b June/2016 |
86 | | - o Several “Edited” releases under same versions. |
87 | | - o Some “cosmetic” changes to dialogs. |
| 90 | + o Several "Edited" releases under same versions. |
| 91 | + o Some cosmetic changes to dialogs. |
88 | 92 |
|
89 | 93 | VCC v2.0.1b June/2016 |
90 | | - o Minor syntax changes to achieve working build for VS2015 – Wes Gayle |
| 94 | + o Minor syntax changes to achieve working build for VS2015 - Wes Gayle |
91 | 95 |
|
92 | 96 | VCC v2.0.1a June/2016 |
93 | | - o Moved code to “MS Visual Studio 2015 Community” - Gary Coulborne |
| 97 | + o Moved code to MS Visual Studio 2015 Community - Gary Coulborne |
0 commit comments