Skip to content

Commit

Permalink
Clarification in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nanochess committed Aug 2, 2024
1 parent c43991e commit 91ed77e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

CVBasic is a BASIC language cross-compiler for the Colecovision/SG1000/MSX/SVI-318/328/Sord M5, with a syntax alike to Qbasic.

The CVBasic compiler can create programs up to 1 MB using the BANK statements (16K bank switching support across Colecovision+MSX+SG1000). Currently, Spectravideo SVI-318/328 and Sord M5 doesn't have bank-switch support because there's no cartridge hardware supporting it.
The CVBasic compiler can create programs up to 1 MB using the BANK statements (16K bank switching support across Colecovision+MSX+SG1000). Currently, Spectravideo SVI-318/328, Sord M5 and Memotech doesn't have bank-switch support because there's no cartridge hardware supporting it.

CVBasic.c The CVBasic compiler C language source code
LICENSE Source code license
Expand Down Expand Up @@ -79,7 +79,7 @@ The Spectravideo SVI-328 only has one button in the joystick. The keyboard can b

The Sord M5 can only use binaries up to 16 kb, and the keyboard can be used for the first controller.

Currently the Memotech only handles joysticks and not keypad.
Currently for Memotech the expressions CONT1.KEY and CONT2.KEY aren't operative..

Many people is developing games using CVBasic, feel free to check some of these examples at the [AtariAge Colecovision Programming forum](https://forums.atariage.com/forum/55-colecovision-programming/)

Expand Down

0 comments on commit 91ed77e

Please sign in to comment.