MD Rom Header

From MegaDrive Development Wiki
Revision as of 20:08, 20 March 2012 by ElBarto (talk | contribs) (Created page with "<syntaxhighlight> Header: .ascii "SEGA MEGA DRIVE " →‎Console Name (16): .ascii "(C)SEGA 2012.MAR" ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Header:
        .ascii  "SEGA MEGA DRIVE "                                      /* Console Name (16) */
        .ascii  "(C)SEGA 2012.MAR"                                      /* Copyright Information (16) */
        .ascii  "MY PROG                                         "      /* Domestic Name (48) */
        .ascii  "MY PROG                                         "      /* Overseas Name (48) */
        .ascii  "GM 00000000-00"                                        /* Serial Number (2, 14) */
        dc.w    0x0000                                                  /* Checksum (2) */
        .ascii  "JD              "                                      /* I/O Support (16) */
        dc.l    0x00000000                                              /* ROM Start Address (4) */
        dc.l    0x20000                                                 /* ROM End Address (4) */
        dc.l    0x00FF0000                                              /* Start of Backup RAM (4) */
        dc.l    0x00FFFFFF                                              /* End of Backup RAM (4) */
        .ascii  "                        "                              /* Modem Support (12) */
        .ascii  "                                        "              /* Memo (40) */
        .ascii  "JUE             "                                      /* Country Support (16) */