Jump to content
IGNORED

Colecovision Almost-like-magic BASIC compiler: CVBasic v0.7.0 (now with TI-99/4A support!)


Recommended Posts

  • 3 weeks later...

For anyone interested there is now support to read the VDP status register (cached at interrupt time) using the VDP.STATUS syntax.

 

Also, I've updated the example face_joystick.bas to show how to use it.

 

Available from the source code git https://github.com/nanochess/cvbasic

 

  • Like 4

Another thing I wanted to do since a few months: SELECT CASE / END CASE.

 

It accepts CASE expr, CASE expr TO expr, and CASE ELSE.

 

Added an example test3.bas to show the usage.

 

 

 

I've updated the Space Attack example to show a smooth-scrolling stars background.

 

This is a technique where the screen is covered with endless vertical strips of 8 characters. Only these characters are redefined for a whole screen scrolling.

 

 

 

  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...