Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.sys.apple2.programmer > #453

Re: Apple II 8bit sound

Newsgroups comp.sys.apple2.programmer
Date 2012-09-04 14:06 -0700
References <d386d807-dfb3-4e33-93cb-9abf19b2f4ad@googlegroups.com> <959a083b-42b7-486e-813c-e9ab0a9aec94@googlegroups.com> <3ea06695-0d44-4fa4-9ebe-8b90123fc47d@googlegroups.com> <k114j8$i1p$1@dont-email.me>
Message-ID <876872af-b5f3-4a35-a1ed-3a7964147bbd@googlegroups.com> (permalink)
Subject Re: Apple II 8bit sound
From aiiadict@gmail.com

Show all headers | View raw


On Tuesday, August 21, 2012 4:11:37 PM UTC-7, Daniel Kruszyna wrote:
> the Electric Duet player save the player. It fits in the space at
> 
> $300.
> 
> 
> 
> This image has a short BASIC program which shows how to call the player:
> http://krue.net/junque/IMPERIAL.DSK

and it looks like this:

 10  PRINT  CHR$ (4)"BLOAD DUET,A$300"
 20  PRINT  CHR$ (4)"BLOAD M.IMPERIAL MARCH,A$2000"
 30  PRINT "IMPERIAL MARCH"
 40  POKE 30,0: POKE 31,32
 50  CALL 768


Memory locations decimal 30 and 31 contain lo/hi bytes
of the music file.

Poke 30, LObyte
poke 31, HIbyte

Call 768.



Back to comp.sys.apple2.programmer | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Apple II 8bit sound aiiadict@gmail.com - 2012-08-20 14:12 -0700
  Re: Apple II 8bit sound D Finnigan <dog_cow@macgui.com> - 2012-08-20 22:13 +0000
    Re: Apple II 8bit sound aiiadict@gmail.com - 2012-08-20 15:24 -0700
  Re: Apple II 8bit sound Michael J. Mahon <mjmahon@aol.com> - 2012-08-20 22:06 -0500
    Re: Apple II 8bit sound aiiadict@gmail.com - 2012-09-05 13:02 -0700
      Re: Apple II 8bit sound Antoine Vignau <antoine.vignau@laposte.net> - 2012-09-05 13:22 -0700
        Re: Apple II 8bit sound aiiadict@gmail.com - 2012-09-10 16:51 -0700
      Re: Apple II 8bit sound Daniel Kruszyna <dan@krue.net> - 2012-09-06 11:26 +0000
        Re: Apple II 8bit sound aiiadict@gmail.com - 2012-09-06 08:53 -0700
          Re: Apple II 8bit sound D Finnigan <dog_cow@macgui.com> - 2012-09-06 17:10 +0000
          Re: Apple II 8bit sound BLuRry <brendan.robert@gmail.com> - 2012-09-06 10:13 -0700
          Re: Apple II 8bit sound Daniel Kruszyna <dan@krue.net> - 2012-09-06 18:01 +0000
            Re: Apple II 8bit sound D Finnigan <dog_cow@macgui.com> - 2012-09-06 18:32 +0000
            Re: Apple II 8bit sound aiiadict@gmail.com - 2012-09-06 11:44 -0700
              Re: Apple II 8bit sound BLuRry <brendan.robert@gmail.com> - 2012-09-06 20:44 -0700
              Re: Apple II 8bit sound Daniel Kruszyna <dan@krue.net> - 2012-09-08 18:15 +0000
                Re: Apple II 8bit sound aiiadict@gmail.com - 2012-09-08 11:47 -0700
  Re: Apple II 8bit sound Antoine Vignau <antoine.vignau@laposte.net> - 2012-08-21 01:09 -0700
    Re: Apple II 8bit sound Dagen Brock <DagenBrock@gmail.com> - 2012-08-21 14:02 -0700
      Re: Apple II 8bit sound BLuRry <brendan.robert@gmail.com> - 2012-08-21 14:41 -0700
      Re: Apple II 8bit sound Daniel Kruszyna <dan@krue.net> - 2012-08-21 23:11 +0000
        Re: Apple II 8bit sound aiiadict@gmail.com - 2012-09-04 14:06 -0700
      Re: Apple II 8bit sound Antoine Vignau <antoine.vignau@laposte.net> - 2012-08-21 14:26 -0700
        Re: Apple II 8bit sound aiiadict@gmail.com - 2012-08-22 10:01 -0700
          Re: Apple II 8bit sound aiiadict@gmail.com - 2012-08-23 08:35 -0700
            Re: Apple II 8bit sound aiiadict@gmail.com - 2012-09-04 12:05 -0700
              Re: Apple II 8bit sound Daniel Kruszyna <dan@krue.net> - 2012-09-04 19:49 +0000
                Re: Apple II 8bit sound aiiadict@gmail.com - 2012-09-06 10:38 -0700
                Re: Apple II 8bit sound aiiadict@gmail.com - 2012-09-08 09:53 -0700
  Re: Apple II 8bit sound aiiadict@gmail.com - 2012-09-16 11:40 -0700

csiph-web