MD Rom Header

From MegaDrive Development Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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) */
        .word   0x0000                                                  /* Checksum (2) */
        .ascii  "JD              "                                      /* I/O Support (16) */
        .long   0x00000000                                              /* ROM Start Address (4) */
        .long   0x20000                                                 /* ROM End Address (4) */
        .long   0x00FF0000                                              /* Start of Backup RAM (4) */
        .long    0x00FFFFFF                                              /* End of Backup RAM (4) */
        .ascii  "                        "                              /* Modem Support (12) */
        .ascii  "                                        "              /* Memo (40) */
        .ascii  "JUE             "                                      /* Country Support (16) */