;********************************************************************* ;* Title: code-orch90-v00.asm ;********************************************************************* ;* Author: R. Allen Murphey ;* ;* License: Copyright (c) 2020-2022 R. Allen Murphey. All Rights Reserved. ;* ;* Description: ORCHESTRA 90/CC COCODAC-16 DRIVER ;* ;* Documentation: Orchestra 90/CC Stereo Music Synthesizer Manual ;* ;* Include Files: Requires PIA0, PIA1, MPI equates ;* ;* Assembler: lwasm 1.4.2 ;* ;* Revision History: ;* Rev # Date Who Comments ;* ----- ----------- ------ --------------------------------------- ;* 00 2020-2021 RAM Created initial file ;********************************************************************* ORC90LEFT: equ $FF7A ; Orchestra 90 Left Channel 8-bit DAC ORC90RIGHT: equ $FF7B ; Orchestra 90 Right Channel 8-bit DAC ORCH90: rts ;********************************************************************* ;* Title: code-orch90-v00.asm ;*********************************************************************