Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexanderbazhenoff/stripped-512-bytes-intro
512 bytes intro for ZX-Spectrum computer. 5th of 15 place at CAFe '2002.
https://github.com/alexanderbazhenoff/stripped-512-bytes-intro
512-bytes demoscene intro retrocomputing zx-spectrum
Last synced: 19 days ago
JSON representation
512 bytes intro for ZX-Spectrum computer. 5th of 15 place at CAFe '2002.
- Host: GitHub
- URL: https://github.com/alexanderbazhenoff/stripped-512-bytes-intro
- Owner: alexanderbazhenoff
- License: mpl-2.0
- Created: 2021-09-23T20:51:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-23T21:10:00.000Z (about 3 years ago)
- Last Synced: 2024-10-24T18:35:41.693Z (about 2 months ago)
- Topics: 512-bytes, demoscene, intro, retrocomputing, zx-spectrum
- Language: Assembly
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stripped
512 bytes ZX-Spectrum intro by alx^bw [placed 5th](https://demozoo.org/parties/300/) on CAFe'2002 demoparty.
## Youtube
[![stripped 512 bytes intro by alx](https://img.youtube.com/vi/ZVmS2T-A0U0/0.jpg)](https://www.youtube.com/watch?v=ZVmS2T-A0U0 "stripped 512 bytes intro by alx youtube")
## TLDR
This intro use some software cheating to get non-standard ZX-Spectrum colour mode, [Multicolour](http://speccy.info/%D0%9C%D1%83%D0%BB%D1%8C%D1%82%D0%B8%D0%BA%D0%BE%D0%BB%D0%BE%D1%80) timing mode synchronized for [Pentagon-128K 2+](https://speccy.info/Pentagon), a russian ZX-Spectrum clone. Actually when your code refresh colour attributes every line (at Pentagon it takes 224 CPU tact) by pushing the data using stack you can get the multicolor effects like this one.
You should import and compile this source in [Alasm](https://zxart.ee/rus/soft/tool/music/pro-tracker-alasm/qid:365628/) ZX-Spectrum assembler [(I have used v5.08)](https://speccy.info/ALASM) to compile. Or convert this source manually for [SjASMPlus](http://speccy.info/SjASMPlus) which is crossplatform.
## Related
- [youtube](https://www.youtube.com/watch?v=ZVmS2T-A0U0)
- [pouet.net](https://www.pouet.net/prod.php?which=7442)
- [demotopia](https://zxdemo.org/productions/14973/)
- [zxart.ee](https://zxart.ee/rus/soft/demoscene/intro/512b-intro/stripped/qid:365627/)
- [CAFe party](https://cafeparty.org.ru/)## About
- [speccywiki](http://speccy.info/Brainwave)
- [wikipedia](https://ru.wikipedia.org/wiki/Brainwave_team)