genesis pad sprite

Ask anything your want about Megadrive/Genesis programming.

Moderator: BigEvilCorporation

Post Reply
KanedaFr
Administrateur
Posts: 1139
Joined: Tue Aug 29, 2006 10:56 am
Contact:

genesis pad sprite

Post by KanedaFr » Thu Apr 05, 2007 9:09 am

Hi,

sorry to ask but I'm losing my head looking for a game with the genesis joypad on the config/option screen...
I pretty sure one of the EA games got it but I'm unable to remember which...

any idea ?

Fonzie
Genny lover
Posts: 323
Joined: Tue Aug 29, 2006 11:17 am
Contact:

Post by Fonzie » Thu Apr 05, 2007 9:32 am

Virtua racing have.
WormJim have too :)

ob1
Very interested
Posts: 463
Joined: Wed Dec 06, 2006 9:01 am
Location: Aix-en-Provence, France

Post by ob1 » Thu Apr 05, 2007 9:50 am

Zone sega, EA Sports pack 2 in 1 with Madden 91 and NHL.

or

Code: Select all

	dc.w	$000	; 0 = Background
	dc.w	$000	; 1 = Noir
	dc.w	$BBB	; Not used
	dc.w	$BBB	; 3 = croix UP
	dc.w	$BBB	; 4 = croix DOWN
	dc.w	$BBB	; 5 = croix LEFT
	dc.w	$BBB	; 6 = croix RIGHT
	dc.w	$BBB	; 7 = START
	dc.w	$BBB	; 8 = A
	dc.w	$BBB	; 9 = B
	dc.w	$BBB	; A = C
	dc.w	$EEE	; B = Contour
	dc.w	$000	; Not used
	dc.w	$000	; Not used
	dc.w	$000	; Not used
	dc.w	$EE0	; Not used

	dc.l	$00000000
	dc.l	$00000000
	dc.l	$0000000B
	dc.l	$000000B1
	dc.l	$00000B11
	dc.l	$0000B111
	dc.l	$0000B111
	dc.l	$000B1155

	dc.l	$000B1155
	dc.l	$000B1111
	dc.l	$0000B111
	dc.l	$0000B111
	dc.l	$00000B11
	dc.l	$000000B1
	dc.l	$0000000B
	dc.l	$00000000

	dc.l	$0000BBBB
	dc.l	$0BBB1111
	dc.l	$B1111111
	dc.l	$11111111
	dc.l	$11111111
	dc.l	$33111111
	dc.l	$33111117
	dc.l	$22661111

	dc.l	$22661111
	dc.l	$44111111
	dc.l	$44111BBB
	dc.l	$111BB000
	dc.l	$11B00000
	dc.l	$1B000000
	dc.l	$B0000000
	dc.l	$00000000

	dc.l	$BBBB0000
	dc.l	$1111BBB0
	dc.l	$1111111B
	dc.l	$11111111
	dc.l	$11111111
	dc.l	$1111111A
	dc.l	$77111119
	dc.l	$11111199

	dc.l	$11111189
	dc.l	$11111888
	dc.l	$BBB11181
	dc.l	$000BB111
	dc.l	$00000B11
	dc.l	$000000B1
	dc.l	$0000000B
	dc.l	$00000000

	dc.l	$00000000
	dc.l	$00000000
	dc.l	$B0000000
	dc.l	$1B000000
	dc.l	$A1B00000
	dc.l	$AA1B0000
	dc.l	$A11B0000
	dc.l	$9111B000

	dc.l	$1111B000
	dc.l	$1111B000
	dc.l	$111B0000
	dc.l	$111B0000
	dc.l	$11B00000
	dc.l	$1B000000
	dc.l	$B0000000
	dc.l	$00000000
My very own joypad sprite, 4x2 .
Hope it helps.

Fonzie
Genny lover
Posts: 323
Joined: Tue Aug 29, 2006 11:17 am
Contact:

Post by Fonzie » Thu Apr 05, 2007 10:23 am

Great :) I enjoy a lot the palette usage :D
Any animated gif or demo to see it alive? ^^ :P

Stef
Very interested
Posts: 3131
Joined: Thu Nov 30, 2006 9:46 pm
Location: France - Sevres
Contact:

Post by Stef » Thu Apr 05, 2007 12:40 pm

Toy Story also uses a nice animated genesis controller in the options menu.

TmEE co.(TM)
Very interested
Posts: 2440
Joined: Tue Dec 05, 2006 1:37 pm
Location: Estonia, Rapla City
Contact:

Post by TmEE co.(TM) » Thu Apr 05, 2007 3:42 pm

Terminator 1 has one too
Mida sa loed ? Nagunii aru ei saa ;)
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen

Post Reply