Search found 19 matches

by belltone
Sat Sep 12, 2015 12:35 pm
Forum: Newbie Help Center
Topic: Which version of the microcontroller need to test
Replies: 4
Views: 1603

Re: Which version of the microcontroller need to test

I need the scheme as simple as possible, I do not know exactly which model to use controllers. What should be the minimum?
by belltone
Sat Sep 12, 2015 11:04 am
Forum: Newbie Help Center
Topic: Which version of the microcontroller need to test
Replies: 4
Views: 1603

Which version of the microcontroller need to test

Which version of the microcontroller need to test their software on cartridge without mappers, please give a link to Ebay or aliexpress to buy.
by belltone
Fri Sep 11, 2015 4:36 pm
Forum: Newbie Help Center
Topic: Collision with objects
Replies: 15
Views: 5086

Re: Collision with objects

Thank you very much, I read everything that concerns the collision of objects, but to me as a novice is difficult to understand. I think you need to calculate the coordinates of both the player and the object with which the collision continue to make comparisons and if a player gets to the coordinat...
by belltone
Wed Sep 09, 2015 6:27 pm
Forum: Newbie Help Center
Topic: Collision with objects
Replies: 15
Views: 5086

Collision with objects

Hello. I want to make a collision with sprites but it turns out only to line the whole height of the screen. COLLISION = $B5 LatchController: LDA #$01 STA $4016 LDA #$00 STA $4016 ReadA: LDA $4016 AND #%00000001 BEQ ReadADone LDA $0203 CMP #COLLISION BNE DoneСollision DEC $0203 DoneСollision: LDA $0...