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


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

Re: Apple II 8bit sound

Received by 10.66.87.161 with SMTP id az1mr4342231pab.38.1346792770829; Tue, 04 Sep 2012 14:06:10 -0700 (PDT)
Received by 10.68.129.69 with SMTP id nu5mr3602856pbb.17.1346792770815; Tue, 04 Sep 2012 14:06:10 -0700 (PDT)
Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!usenet.stanford.edu!4no6879441pbn.1!news-out.google.com!a8ni19134537pbd.1!nntp.google.com!r4no7004056pbs.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.sys.apple2.programmer
Date Tue, 4 Sep 2012 14:06:10 -0700 (PDT)
In-Reply-To <k114j8$i1p$1@dont-email.me>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=108.230.94.47; posting-account=5kmk9wkAAAB22-WWGK8UTn8vQ5c3EvdQ
NNTP-Posting-Host 108.230.94.47
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>
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <876872af-b5f3-4a35-a1ed-3a7964147bbd@googlegroups.com> (permalink)
Subject Re: Apple II 8bit sound
From aiiadict@gmail.com
Injection-Date Tue, 04 Sep 2012 21:06:10 +0000
Content-Type text/plain; charset=ISO-8859-1
Xref csiph.com comp.sys.apple2.programmer:453

Show key headers only | 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