MAMEWorld >> EmuChat
View all threads Index   Threaded Mode Threaded  

Pages: 1

Jools
MAME Fan
Reged: 01/19/07
Posts: 2
Send PM


Advice on mame rom submissions
#302537 - 01/14/13 10:01 AM


I'm pretty sure the version of Rad Mobile Deluxe I have is a japanese version not currently in mame. (Has japanese text scroll across the screen instead of English in the two versions currently in mame)
How hard realistically is rom dumping and does anyone have a link to a guide?
Also how do you submit to the mamedev team?



SmitdoggAdministrator
Reged: 09/18/03
Posts: 16877
Send PM


Re: Advice on mame rom submissions new [Re: Jools]
#302539 - 01/14/13 10:21 AM


Dumping common socketed chips is easy and is a matter or removing them with a screwdriver and putting them in a programmer attached to your PC through USB and reading them out then putting them back on the board. When you get into soldered/surface mount/uncommon types you start to need more and more skills. But common socketed chips like you are talking about are very simple to dump. Guru has a good but in some parts outdated guide:

http://guru.mameworld.info/tutorials/how_to_dump/index.html

You can send roms to the address on the mamedev website or upload them to some place like sendspace and send me a private message with the link.



Jools
MAME Fan
Reged: 01/19/07
Posts: 2
Send PM


Re: Advice on mame rom submissions new [Re: Smitdogg]
#302600 - 01/15/13 09:16 AM


Great, thanks for that.
Guess I'll try borrowing the eprom burner from work and give it a go.



gregf
Ramtek's Trivia promoter
Reged: 09/21/03
Posts: 8620
Loc: southern CA, US
Send PM


Re: Advice on rom submissions new [Re: Jools]
#302642 - 01/15/13 11:28 PM



>I'm pretty sure the version of Rad Mobile Deluxe I have is a japanese version not
>currently in mame. (Has Japanese text scroll across the screen instead of English in
>the two versions currently in mame)

You are correct. I am guessing BrianT (MAMEdev member) typed up the comment within the source code with the statement that Japanese region yet to be supported.



see source code and how the roms are identified for Rad Mobile Deluxe and other games.
--
http://mamedev.org/source/src/mame/drivers/segas32.c.html


3331 Rad Mobile Deluxe Cabinet (Export)
3332 not protected
3333
3334 Sega Game ID codes:


3352
3353 Japanese version is undumped. There is likely a Japanese specific sound rom at IC20 (EPR-13524.ic20 ??)

3356 ROM_REGION( 0x200000, "maincpu", 0 ) /* v60 code + data */
3357 ROM_LOAD_x8( "epr-13693.ic21", 0x000000, 0x020000, CRC(3f09a211) )
3358 ROM_LOAD16_BYTE( "epr-13525.ic37", 0x100000, 0x080000, CRC(62ad83a0) )
3359 ROM_LOAD16_BYTE( "epr-13526.ic38", 0x100001, 0x080000, CRC(59ea372a) )
--



>How hard realistically is rom dumping and does anyone have a link to a guide?
>Also how do you submit to the mamedev team?

Smit has already answered your questions, but if you can also take photos of the boards such as any closeup of rom labels and location of each ic, if needed, and the pcb part numbers on any of the boards and send those in as well, that will help correctly document the board(s).


Pages: 1

MAMEWorld >> EmuChat
View all threads Index   Threaded Mode Threaded  

Extra information Permissions
Moderator:  Robbbert, Tafoid 
0 registered and 248 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 1638