Page 2 of 2 FirstFirst 12
Results 21 to 23 of 23

Thread: Megadrive and ASM68k - having trouble with absolute basics

  1. #21
    the VDP has 64kB of VRAM, so everything not used by the sprite table, the Hscroll data, PlaneA and B tables is free for the tile generator. In your case from 0 to BFFF and some free spots between the tables.

    You can check the VRAM utilisation on regen's VDP debugger (also gens)

  2. #22
    I noticed all the problems up above with there being junk data the beginning of the file. Simple simple fix. Stick a /p in the commandline for asm68k. Output's a Pure binary rather than whatever format asm68k outputs for the accessory programs that are part of the PsyQ set for MegaDrive.

  3. #23
    Foot Soldier
    Headcrab's Avatar

    Join Date
    Dec 2011
    Location
    England
    Posts
    118
    Quote Originally Posted by segaloco View Post
    Output's a Pure binary rather than whatever format asm68k outputs for the accessory programs that are part of the PsyQ set for MegaDrive.
    Ahh I see, some sort of metadata for the debugger, I presume?

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •