Difference between revisions of "Z80:DevTuesday"

From SpecNext official Wiki
Jump to: navigation, search
(new code snippets)
(new code snippets)
Line 4: Line 4:
 
[https://www.facebook.com/groups/SpectrumNextDev/permalink/1035259330185419/ facebook post]<br>
 
[https://www.facebook.com/groups/SpectrumNextDev/permalink/1035259330185419/ facebook post]<br>
 
[https://pastebin.com/cZyHH2hJ source @pastebin]
 
[https://pastebin.com/cZyHH2hJ source @pastebin]
 +
 +
em0000k - variation on DMA samples player:<br>
 +
"Uses $e000 of ram for a sample of us to 8k, loop/single shot." (from discord, can't permalink)<br>
 +
[https://pastebin.com/yDkre4jA source @pastebin]
 +
 +
Chris Kirby - simple cooperative multitasking system for z80.
 +
[https://www.facebook.com/groups/SpectrumNextDev/permalink/1035395633505122/ facebook post]<br>
 +
[https://pastebin.com/GFDN6ex8 source @pastebin]
  
 
==== 2020 week 7 (Feb 11) ====
 
==== 2020 week 7 (Feb 11) ====

Revision as of 09:41, 20 February 2020

2020 week 8 (Feb 18)

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

em0000k - variation on DMA samples player:
"Uses $e000 of ram for a sample of us to 8k, loop/single shot." (from discord, can't permalink)
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