Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
  You are not logged in - nap
Cake   [2008]

Cake Released by :
Digital Sounds System

Release Date :
26 February 2008

Type :
C64 Graphics  (HiRes)

User rating:awaiting 8 votes (2 left)   See votestatistics

Credits :
Code .... Knoeki of Digital Sounds System, Gheymaid Inc.
Graphics .... Knoeki of Digital Sounds System, Gheymaid Inc.

Download :

Look for downloads on external sites:
 Pokefinder.org


Production Info
Submitted by null on 26 February 2008
!to "cake.prg", cbm
	
*= $0800
!byte $00,$0c,$08,$0a,$00,$9e,$34,$30,$39,$36,$00,$00,$00,$00


	*=$1000
	
	sei
	lda #$0b
	sta $d011
	lda #$00
	sta $d020
	ldx #$00
loop
	lda $4000,x
	jsr convert
	sta $0400,x
	lda $4100,x
	jsr convert
	sta $0500,x
	lda $4200,x
	jsr convert
	sta $0600,x
	lda $4300,x
	jsr convert
	sta $0700,x
	inx
	bne loop
	lda #$3b
	sta $d011
	lda #27
	sta $d018
	
bar1	lda #$0a
	ldy #$6b
	cpy $d012
	bne *-3
	sta $d020
	
bar2	lda #$01
	ldy #$7b
	cpy $d012
	bne *-3
	sta $d020
	
bar3	lda #$0a
	ldy #$eb
	cpy $d012
	bne *-3
	sta $d020
	
bar4	lda #$01
	ldy #$fb
	cpy $d012
	bne *-3
	sta $d020

	jmp bar1

convert
	tay
	asl
	asl
	asl
	asl
	sta temp
	tya
	lsr
	lsr
	lsr
	lsr
	clc
	adc temp	   
	rts

temp	!byte $00

	*=$2000
!bin "cake\cake-pic.prg",$3f40+1000,2
Production Info
Submitted by null on 25 February 2008
Used Relaunch64... fucking cool program!
Search CSDb
Advanced
Navigate
Prev - Random - Next
Detailed Info
· Summaries
· User Comments (19)
· Production Notes (2)
Fun Stuff
· Goofs
· Hidden Parts
· Trivia (1)
Forum
· Discuss this release
Support CSDb
Help keep CSDb running:



Funding status:




About this site:
CSDb (Commodore 64 Scene Database) is a website which goal is to gather as much information and material about the scene around the commodore 64 computer - the worlds most popular home computer throughout time. Here you can find almost anything which was ever made for the commodore 64, and more is being added every day. As this website is scene related, you can mostly find demos, music and graphics made by the people who made the scene (the sceners), but you can also find a lot of the old classic games here. Try out the search box in the top right corner, or check out the CSDb main page for the latest additions.
Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.088 sec.