Skip to content

Releases: VCCE/VCC

VCC 2.1.9.3 Pre-release 2

04 Aug 17:21

Choose a tag to compare

Pre-release

New MPI and SDC config dialogs. Correct 6809 TFR/EXG

VCC-2.1.9.3 Pre-1

22 Jul 02:17

Choose a tag to compare

VCC-2.1.9.3 Pre-1 Pre-release
Pre-release
- SDC updates. Enable bank writes, disk file create, disk file
  rename, delete disk, create directory, mount directoy, simulated
  floppy reads (contras), and next disk control dialog.
- Don't save VCC window size  on exit from maximized screen mode.
- Fix missing audio devices from audio config list
- FD-502 Create disk allow uppercase .DSK extension
- Fix ACIA console mode broken in VCC-2.1.9.2

VCC 2.1.9.2

03 Jul 21:14

Choose a tag to compare

VCC 2.1.9.2 contains several major changes:

  • Switch to OpenGL for graphics
  • SDC simulator (SDC.dll)
  • Move Becker interface into floppy driver (FD502.dll)

and many minor improvements:

  • improved interupt handling
  • fixed cassette counter
  • fast cassette loading
  • tape cassette sound when audio on is entered,
  • support for more cassette formats
  • ability to save Vcc screen position
  • MTSC 5bit color
  • composite monochrome
  • Several new function keys
  • checkbox to disable CPU overclocking

See the UserGuide for details.

VCC-2.1.9.2p2 Pre-release

11 May 15:36

Choose a tag to compare

Pre-release

Bug fixes. F10 in fullscreen brings up cart menu.

Vcc-2.1.9.1

16 Jul 23:23
1bb5db5

Choose a tag to compare

VCC v2.1.9.1 Dec 2024

  • Gime timer enhancements to improve game sounds
  • Minor tweak to special char greek beta to match real Coco3
  • Debugger hotkey to toggle CPU tracking
  • Allow backslash paste from text
  • Use correct address from Coco3.rom for interrupt vectors - B.ONeill
  • Debugger Memory Display added dump of ROM and PAK memory
  • Debugger Disassembler easier entry of block/offset for NitrOS9 debugging.
  • Add export trace to file to Debugger Execution Trace
  • Floppy create new file now defaults to JVC
  • Moved Auto Start checkboxes from Configuration/Misc to Configuration/CPU
  • Various other minor interface tweaks and bug fixes
  • Updates to UserGuide, QuickStartGuide, and DisassemblerTurtorial

Vcc 2.1.9.0

22 Dec 15:11
1f634e8

Choose a tag to compare

VCC 2.1.9.0 Aug 2024 release

  • Switch to Visual Studio 2022 for release builds.
  • Disassembler window breakpoints and step code when paused .
  • Support for lwasm "BREAK" instruction (0x113E)
  • Disassembler documentation
  • Support CR line endings when pasting text
  • Configuration menu changed from tabbed dialog to dropdown menu items
  • Add swap joysticks configuration item.

VCC 2.1.8.3 Coco 3 Emulator

29 Jan 20:56
cdb22b6

Choose a tag to compare

  • VCC v2.1.8.3 Jan/2024
    • Add web link in help menu to User Guide - EJJaquay
    • Correct hdblba.rom and instructions for SuperIDE - Bill Pierce
    • Add Hard Disk config for disabling RTC - EJJaquay
    • Add instruction decode to Debugger Processor Window - EJJ
    • Add Disassembler Window - EJJ
    • Add command line auto paste option - EJJ
    • Fix blinking text in 40 and 80 col text mode - EJJ
    • User Guide updates - EJJ

VCC-2.1.8.2

29 Nov 23:44
ba9be69

Choose a tag to compare

VCC v2.1.8.2 Nov/2023 is a bug fix release. November/2023

- Fixed 6309 TFM to inc/dec source register before write - James Rye
- Convert ReleaseNotes (this) to markdown - EJJ
- Corrected Debugger DP register display - EJJ
- Added "Set PC" button to Debugger Processor Window - EJJ
- Fix File Exit bug (acia.dll i/o threads hang) - EJJ
- Convert user guide master (AKA "Welcome to VCC") to markdown - EJJ

Download "VCC 2.1.8.2 Coco 3 Emulator setup.exe" and run it or download vcc-2.1.8.2.zip and extract to the directory of your choice. If you use the setup exe you can uninstall this or previous VCC versions by going to the install directory and running "unins000.exe" To get to the install directory you can right click on the VCC shortcut and select "Open File Location"

VCC v2.1.8.1 Tandy Color Computer 3 Emulator

16 Oct 01:08
8eea03b

Choose a tag to compare

VCC v2.1.8.1 August/2023
◦ Minor bug fixes.
◦ New versioning system

VCC version numbering in the past has been some what haphazard. In attempt to remedy this we have decided to codify the VCC version numbering scheme as follows: The VCC version number consists of "VCC-" followed by 4 numbers separated by dots, for example: "Vcc-2.1.8.1". The first number represents the "fork." Fork one is considered to be the original code from Joseph Forgeone. The current fork is "2". It promises to function on Windows XP and Windows 7 operating systems. We might want to add capabilities that will not work on these older systems. If we do that we will create a third "fork." This will allow us to backport changes from fork 3 code back to fork 2. The second number represents a major version. It will be used if very significant changes are made in the way VCC functions (not likely happen anytime soon). The third number represents normal releases, typically done one or two times per year. The fourth number represents bug fixes to the release. These are changes to VCC that correct errors and bugs in the intended functionality of the release. Binaries containing these changes will be updated in the affected release files.

VCC v2.1.0.8 Tandy Color Computer 3 Emulator

15 Aug 07:34
dbcbd25

Choose a tag to compare

VCC v2.1.0.8 August/2023
◦ Increase VSYNC IRQ delay so MAX-10 sees keystrokes.
◦ Corrected some 6309 register instruction issues found by Wally Z.
◦ Added RS232 Pak emulation (acia.dll) - EJ Jaquay
◦ Added pause function - James Rye
◦ Added execution trace feature to Vcc Debugger - Mike Rojas
◦ Fixed PMODE 4 color - James Rye, Mike Rojas
◦ Improved windows mouse cursor position when shown - Chet Simpson
◦ Minor Bug fixes
◦ Updated Manual - Bill Pierce