Kabuto information 65 glöps
- general:
- level: user
- personal:
- demo Raspberry Pi 420 years of Teletext by AttentionWhore
- The teletext demo many sceners have been waiting for, and you nailed it perfectly!
Special thanks for the write-up. - rulezadded on the 2022-08-22 18:23:02
- 64b Commodore 64 rainbow49 by Genesis Project [web]
- Wertstahl: brute-force search that emulates a number of potential useful opcodes :-)
19-byte 🏳️🌈 - no more LOAD ERROR but this "waves" a bit, couldn't find a way of stabilizing this without increasing its size:
Code:* = $7c SEI loop: SRE $ECBE,X AND $EDA9,X STA $D010,Y LAX $D012 ASL TAY BVC loop
Hex: 7C 00 78 5F BE EC 3D A9 ED 99 10 D0 AF 12 D0 0A A8 50 F0
1st run: starts with A=$52, X=$FF, Y=$01. Will end up writing $20 to $D011 to disable the screen.
Further runs: ASL / TAY ensures that Y is always even (-> will never write $D011 again) and writes go to the border register every 32 rasterlines. - isokadded on the 2020-09-28 15:18:13
- 64b Commodore 64 rainbow49 by Genesis Project [web]
- 23 byte version, might or might not be rule-bending:
Code:* = $7c SEI loop: LDA $D012 AND #$E0 TAX STA $D011,X LDY $A355,X SRE $A651,Y STA $D020 BNE loop
Hex: 7c 00 78 ad 12 d0 29 e0 aa 9d 11 d0 bc 55 a3 5b 51 a6 8d 20 d0 d0 ec
Load normally, ignore the load error (it overwrites system variables in the zeropage which confuses the system), start with RUN.
This abuses the ROM as a source of pseudo randomness for computing the intended color from the current rasterline. Plus a few tweaks for stabilizing the timing so it does not flicker. - rulezadded on the 2020-09-28 12:42:44
- demo SEGA Genesis/Mega Drive MD-NICCC by Titan [web]
- gligli: of course it's easy to do fullscreen with 3 MB of streamed pixels instead of 640 KB of mostly vector data ;)
- isokadded on the 2019-05-02 17:01:20
- 64k Amiga OCS/ECS My Lucky Number by Loonies [web]
- Also, thanks for the technical write-up. I appreciate that very much.
- isokadded on the 2018-02-13 17:34:21
- 64k Amiga OCS/ECS My Lucky Number by Loonies [web]
- That's some crazy use of boolean logic! And very good presentation too. This is one of those few cases that really got me wondering "how on earth did they do it?"
- rulezadded on the 2018-02-13 17:33:28
- invitation Windows Electric Forest by Still [web]
- totally loving that design
- rulezadded on the 2017-04-23 20:13:00
- 256b Commodore 64 A Mind Is Born by lft [web]
- awesome amount of music + progression packed into 256 bytes on a platform that doesn't make extreme sizecoding easy
- rulezadded on the 2017-04-23 20:11:35
- demo Windows sp04 - Hello, Kevin - A Dental Journey by Spacepigs [web]
- what did they smoke? must have been some good shit!
- rulezadded on the 2017-04-17 22:23:15
- intro SEGA Genesis/Mega Drive 어쩌라고 by Limp Ninja [web]
- Haha I like this fake sprite trick! This prod is just a bit short
- rulezadded on the 2016-07-22 13:19:56
account created on the 2009-02-04 12:29:51