Blueberry information 1340 glöps
- general:
- level: user
- personal:
- first name: Aske Simon
- last name: Christensen
- cdcs:
- cdc #1: Nexus-7 by Andromeda [web]
- cdc #2: Tint by The Black Lotus [web]
- cdc #3: Gift by Potion
- cdc #4: STS-02: Electric Kool-Aid by Synesthetics
- cdc #5: TBC Realtime Experience by Too Bloody Cheesy [web]
- 32b Commodore 64 grey screen with no music by Genesis Project [web]
- Ah, you were talking about the other intros. Got it. Hmm, I'll have to think about that one. ;)
- isokadded on the 2018-09-01 20:08:18
- 32b Commodore 64 grey screen with no music by Genesis Project [web]
- What do you mean "smallest is 16 bytes so far"? This prod is 10 bytes, and I just described how to reduce it to 7. :)
- isokadded on the 2018-09-01 19:50:46
- 512b Windows Grey Screen With No Escape by Loonies [web]
- And it's FULL HD, of course. :)
- isokadded on the 2018-09-01 19:41:53
- 512b Windows Grey Screen With No Escape by Loonies [web]
- For the truly authentic "Nothing but a grey screen without music allowed" experience. Save your work before running!
- isokadded on the 2018-09-01 19:35:51
- 32b Commodore 64 grey screen with no music by Genesis Project [web]
- Quote:
8 bytes on a non-DOS platform. respect.
Not as big a feat when you consider that the file header is left out of this number. The file is 10 bytes. And in this particular case, those extra two bytes (the load address) are essential to make the code work, as they make sure it is injected into the CHRGET routine.
Anyway, some improvements are possible:
1. Replace
Code:INC $D020
by
Code:LSR $D020
to make the code work even when executed multiple times. This fixes the "bug" that it currently has where pressing RETURN will change the screen color away from grey.
2. Replace
Code:LDA #0 STA $D011
by
Code:LSR $D011
which just as effectively clears the DEN bit, blanking the screen, to save two bytes.
3. Inject at address $84. Then the final byte, at address $89, will already have the value $D0 as needed, so it can be left out.
All in out, we can get down to 5 bytes payload, for a 7 bytes file size. :) - isokadded on the 2018-09-01 16:49:03
- 32b ZX Spectrum Grey Screen With No Music by sibCrew
- Only if the ZX Spectrum platform is subdivided.
- rulezadded on the 2018-08-31 12:35:23
- 8k BeOS Grey Screen With No Music by Shinra [web]
- Most inspiring prod I have seen for some time.
- rulezadded on the 2018-08-31 12:29:10
- 32b MS-Dos grey screen with no music 6b by Desire [web]
- 5b version would be a different prod of course.
- rulezadded on the 2018-08-31 12:12:38
- 32b Commodore 64 Grey Screen With No Music by Loonies [web]
- Mee too! (Or was that a different meme...?)
- sucksadded on the 2018-08-31 11:37:37
- 4k Windows End of time by Alcatraz [web] & Altair
- Quote:
Blueberry said pathtracing.
I did, and so did noby, though less obviously, as he didn't put the two words next to each other. ;)
Quote:what comes to the path tracing thing - pardon my ignorance, but to me it looks just like shiny surfaces and glass...
Look closer and you will see noise that looks characteristically like path tracing noise (though probably with some extra shading on top). You need to see the actual intro of course - it's completely obscured by the compression in the youtube. - isokadded on the 2018-07-22 23:23:17
account created on the 2004-11-26 18:36:35