Difference between revisions of "Z80:DevTuesday"

From SpecNext official Wiki
Jump to: navigation, search
(new code snippets)
(em0000k's sample player got also forum post, so added link to the post)
Line 5: Line 5:
 
[https://pastebin.com/cZyHH2hJ source @pastebin]
 
[https://pastebin.com/cZyHH2hJ source @pastebin]
  
em0000k - variation on DMA samples player:<br>
+
em0000k - DMA samples player (one channel, different samples in succession):<br>
"Uses $e000 of ram for a sample of us to 8k, loop/single shot." (from discord, can't permalink)<br>
+
[https://www.specnext.com/forum/viewtopic.php?f=16&t=1520&sid=6ac453da2e2b92b6b197563d7a7d7c90 forum post]<br>
 
[https://pastebin.com/yDkre4jA source @pastebin]
 
[https://pastebin.com/yDkre4jA source @pastebin]
  

Revision as of 08:04, 22 February 2020

2020 week 8 (Feb 18)

Matt Davies - Some simple utilities:
facebook post
source @pastebin

em0000k - DMA samples player (one channel, different samples in succession):
forum post
source @pastebin

Chris Kirby - simple cooperative multitasking system for z80. facebook post
source @pastebin

2020 week 7 (Feb 11)

Matt Davies - Memory page allocation:
facebook post
source @pastebin

David Saphier - DMA sample player:
facebook post
source @pastebin

Robin Verhagen-Guest - Multiframe Copper program:
facebook post
source @pastebin