Supersly information 101 glöps
- general:
- level: user
- personal:
- 4k Amstrad CPC Stop that nyan cat! by benediction [web] & HOOY-PROGRAM [web]
- All in 4k ! ! ! :)
- rulezadded on the 2012-05-06 21:37:38
- musicdisk Amstrad CPC Nightshift
- great !
- rulezadded on the 2012-05-06 21:37:22
- demo Amstrad CPC Wolfenstrad by Dirty Minds [web]
- cool
- rulezadded on the 2012-05-06 21:36:23
- fastdemo Windows GamePark GP2X Poutine by Quebarium
- I hate the poutine ! But it helps to see the life in C64 colours !
- rulezadded on the 2011-11-29 01:14:19
- demo GamePark GP2X pure by Quebarium
- I love the C64 color style :)
- rulezadded on the 2011-09-16 17:13:13
- 256b Amstrad CPC Barcatraz by Arkos [web]
- 256 bytes for the sinus table and... hmm... wow !?
- rulezadded on the 2011-06-05 22:44:17
- demo Amstrad CPC Batman Forever by Batman Group
- Outch !
- rulezadded on the 2011-03-20 20:43:48
- 128b Amstrad CPC TV Noise by Les Sucres en Morceaux [web]
- I used the slower RUN trick instead of GOTO in the 32b (previous page).
My favorite is this 40 byte one (8 bytes too long):Code:1 PRINT CHR$(RND*15+129);:OUT &BD00,RND*255:GOTO 1 You can save 5 bytes (=35b) like this : 1 PRINT CHR$(RND*9+129);:OUT &BD00,RND*99:RUN
it can help to change colors, but I don't know how to reduce 3 more bytes in an elegant way ! - isokadded on the 2010-11-23 23:48:28
- 128b Amstrad CPC TV Noise by Les Sucres en Morceaux [web]
- @Chiourme : your trick does work only on a nude CPC. A RAMcard moves the filename adress.
@PulkoMandy : I tried many things yet.
* Hex numbers: it seem that they never help to win bytes : 9<&9 / 15=&F / 255=&FF ...
* using variable : a loss for only twice the same value (&BD00).
* invalid token : I am not convinced. Just show me ! Most of the interest to win bytes is for the 128b or smaller. So a single line is enough.
* automodify : I made tests to automodify a PRINT "NNNN" and create noise with it. But it took me more bytes to poke than to include the value in a CHR$.
* Printing controls are already used in the 128b & 256b for the colour / mode init
- isokadded on the 2010-11-23 22:22:47
- 128b Amstrad CPC TV Noise by Les Sucres en Morceaux [web]
- I love this idea (even if I consider it as cheating a little bit), but I didn't success to run it... can you verify the peek adress ? Are they the same on 6128 / 464 ? With or withour a RAMcard ? Your cheat could allow to attribute the 4 colours in mode 1 and maybe the raster of the 256b version.
- isokadded on the 2010-11-23 21:21:25
account created on the 2006-08-13 21:29:41