Category:SCC-BASIC
This page was last modified 02:36, 30 January 2022 by Mars2000you. Based on work by Gdx.

Contents

Description

SCC-BASIC is an extension created by Eric Bos and released in 1989 by Stichting Green (new name of the Sparrowsoft company). It was also available on a disk sold to the subscribers of MSX Mozaïk in 1991.

A cartridge with SCC/SCC+ soundchip or compatible is required to use fully SCC-BASIC. SCC Konami cartridges are usable but remember: Do not insert a cartridge with the MSX turned on!!!. However, safe options exist:

  • slotexpanders with switches
  • SCC cartridges modified with switch or converted to Megasram (aka ESE-RAM)
  • emulators

You must enter BLOAD"SCCBASIC.BIN", R to install the extension.

Instructions (general info)

The SCC-BASIC extension adds 16 new instructions.

Note: CALL can be replaced by the character underscore (_). A space is not required after this character. See CALL for more info.

Instructions (ordered per category)

Data Storage

Instruction Generation Related Disk BASIC instruction
CALL DRIVE MSX1
CALL DSKI MSX1 DSKI$()
CALL DSKO MSX1 DSKO$
CALL VERIFY MSX1


Gaming

Instruction Generation Related standard instruction
CALL ROMPACK MSX1


Keyboard

Instruction Generation Related standard instruction
CALL INIFCK MSX1 KEY


RAM Access

Instruction Generation Related standard instruction
CALL FILLRAM MSX1 POKE
CALL FILLVRM MSX1 CLS, VPOKE
CALL MOVEMV MSX1 PEEK, VPOKE
CALL MOVEVM MSX1 POKE, VPEEK


Sound and Music

Instruction Generation Related standard instruction
CALL FADE MSX1
CALL INIPSG MSX1 BEEP
CALL INISCC MSX1
CALL PLAY MSX1 PLAY
CALL RISE MSX1
CALL SCC MSX1 SOUND


Instructions (alphabetical order)

Instruction Generation Type Related standard or Disk BASIC instuction
CALL DRIVE MSX1 Data Storage
CALL DSKI MSX1 Data Storage DSKI$()
CALL DSKO MSX1 Data Storage DSKO$
CALL FADE MSX1 Sound and Music
CALL FILLRAM MSX1 RAM Access POKE
CALL FILLVRM MSX1 RAM Access VPOKE
CALL INIFCK MSX1 Keyboard KEY
CALL INIPSG MSX1 Sound and Music BEEP
CALL INISCC MSX1 Sound and Music
CALL MOVEMV MSX1 RAM Access PEEK, VPOKE
CALL MOVEVM MSX1 RAM Access POKE, VPEEK
CALL PLAY MSX1 Sound and Music PLAY
CALL RISE MSX1 Sound and Music
CALL ROMPACK MSX1 Gaming
CALL SCC MSX1 Sound and Music SOUND
CALL VERIFY MSX1 Data Storage


Pages in category "SCC-BASIC"

The following 16 pages are in this category, out of 16 total.

C

C cont.

C cont.