Search found 2 matches

by Cydeenwins
Sat Mar 13, 2021 5:09 pm
Forum: Megadrive/Genesis
Topic: update on (palette loading problem (new to asm68K))
Replies: 2
Views: 5989

update on (palette loading problem (new to asm68K))

Hi again, after weeks of trying to search what was wrong I still cannot figure out how to make those color palettes. If anyone manage to figure out what did I done wrong please explain it to me. MEGAMAN X SIGMA'S WARS.X68 (the main file) INCLUDE Initialisation.X68 INCLUDE VDP_RAM.X68 INCLUDE VDP_reg...
by Cydeenwins
Wed Feb 24, 2021 12:49 pm
Forum: Megadrive/Genesis
Topic: palette loading problem (new to asm68K)
Replies: 1
Views: 5048

palette loading problem (new to asm68K)

Hi, I'm a complete newbie to sega megadrive coding so I tried to do the most basic thing : creating and loading color palette. But the palette won't load, can anyone tell me what did I done wrong? ORG $0000 INCLUDE Palettes.X68 INCLUDE PaletteRoutine.X68 LEA.L PaletteX,A0 move.w #$01,d0 jsr Chargeme...