Talon2000
Well-known member
Where can I find the rom address maps for each individual rom?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Where can I find the rom address maps for each individual rom?
ROM_START( tempest ) /* rev 3 */
ROM_REGION( 0x10000, REGION_CPU1, 0 ) /* 64k for code */
ROM_LOAD( "136002.113", 0x9000, 0x0800, 0x65d61fe7 )
ROM_LOAD( "136002.114", 0x9800, 0x0800, 0x11077375 )
ROM_LOAD( "136002.115", 0xa000, 0x0800, 0xf3e2827a )
ROM_LOAD( "136002.316", 0xa800, 0x0800, 0xaeb0f7e9 )
ROM_LOAD( "136002.217", 0xb000, 0x0800, 0xef2eb645 )
ROM_LOAD( "136002.118", 0xb800, 0x0800, 0xbeb352ab )
ROM_LOAD( "136002.119", 0xc000, 0x0800, 0xa4de050f )
ROM_LOAD( "136002.120", 0xc800, 0x0800, 0x35619648 )
ROM_LOAD( "136002.121", 0xd000, 0x0800, 0x73d38e47 )
ROM_LOAD( "136002.222", 0xd800, 0x0800, 0x707bd5c3 )
ROM_RELOAD( 0xf800, 0x0800 ) /* for reset/interrupt vectors */
/* Mathbox ROMs */
ROM_LOAD( "136002.123", 0x3000, 0x0800, 0x29f7e937 )
ROM_LOAD( "136002.124", 0x3800, 0x0800, 0xc16ec351 )
ROM_END
So what did you use to get that information. I'm assuming you have the bins in a directory? Then have a program that inturepts the info?
It would also be nice to be able to figure out the same things for Ram addresses. I know I have a ram problem in the 0800 region, but I don't know how the ramchips are laid out for the addresses.
If you'll notice I included the sigs at the end