Changes

TRACKERS MOONBLASTER EN 08

10 bytes added, 17:22, 29 March 2018
Use in BASIC
;CALL MBVER
Displays the current version number of the BASIC driver on the screen. In addition, various memory addresses can also be read by the BASIC programmer:  PEEK (& HDA00) = Set sound chip with MBCHIP command.  PEEK (& HDA01) = Status: 0 = does not play, 255 = does play.  PEEK (& HDA02) = Set memory bank with MBBANK command.  PEEK (& HDA03) + 256 * PEEK (& HDA04> = Set memory address with MBADDR command.  To ensure that the commands are working properly, there is a sample program on the Music Disk under the name "BASIC.BAS." In this program, all commands will be used with the exception of the MBVER command.
=== 8.2Use in machine language ===