MAMEWorld >> EmuChat
View all threads Index   Threaded Mode Threaded  

Pages: 1

f23948
MAME Fan
Reged: 03/27/20
Posts: 29
Send PM


san francisco rush 2049 special edition?
#385654 - 03/27/20 08:35 PM


please i would like to know why san francisco rush 2049 special edition grayed out? i have sf2049se.zip and sf2049se.chd files how do i fix it? san francisco rush 2049 works ok but san francisco rush 2049 special edition doesn't work and i want to play san francisco rush 2049 special edition



MooglyGuy
Renegade MAME Dev
Reged: 09/01/05
Posts: 2258
Send PM


Re: san francisco rush 2049 special edition? new [Re: f23948]
#385655 - 03/27/20 08:46 PM


> please i would like to know why san francisco rush 2049 special edition grayed out? i
> have sf2049se.zip and sf2049se.chd files how do i fix it? san francisco rush 2049
> works ok but san francisco rush 2049 special edition doesn't work and i want to play
> san francisco rush 2049 special edition

Because you don't have the right ROMs or CHD, and/or the CHD isn't in the right place.



f23948
MAME Fan
Reged: 03/27/20
Posts: 29
Send PM


Re: san francisco rush 2049 special edition? new [Re: MooglyGuy]
#385661 - 03/28/20 05:58 AM


i have 2 right files



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


Re: san francisco rush 2049 special edition? new [Re: f23948]
#385662 - 03/28/20 08:54 AM




>>Because you don't have the right ROMs or CHD, and/or the CHD isn't in the right place.


>i have 2 right files

Are they in the same directory/folder along with the parent rom set?


Going by source file src/mame/drivers/vegas.cpp


-
GAMEL( 1999, sf2049, 0, sf2049, sf2049, vegas_state, init_sf2049, ROT0, "Atari Games", "San Francisco Rush 2049", MACHINE_SUPPORTS_SAVE, layout_sf2049 )
GAMEL( 2003, sf2049se, sf2049, sf2049se, sf2049se, vegas_state, init_sf2049se, ROT0, "Atari Games", "San Francisco Rush 2049: Special Edition", MACHINE_SUPPORTS_SAVE, layout_sf2049 )
-

The Special Edition version is a subset rom of rom image sf2049 and requires those in order to work.


Here is parent rom set

ROM_START( sf2049 )

ROM_LOAD( "sf2049.u27", 0x000000, 0x80000, CRC(174ba8fe)

DISK_REGION( PCI_ID_IDE":ide:0:hdd:image" )
DISK_IMAGE( "sf2049", 0, SHA1(9e066



and Special Edition version that also requires roms from the parent set of sf2049

-
ROM_START( sf2049se )
ROM_REGION32_LE( 0x80000, PCI_ID_NILE":rom", 0 )
// Bad Dump
// POST Message: Boot EPROM checksum...FAILED. Computed: F7017455
// End of file including checksum area is filled with FF's.
ROM_LOAD( "sf2049se.u27", 0x000000, 0x80000, CRC(da4ecd9c) BAD_DUMP )


DISK_REGION( PCI_ID_IDE":ide:0:hdd:image" )
DISK_IMAGE( "sf2049se", 0, SHA1(7b27a8
-


The sf2049se rom file must be in same directory/folder along with sf2049 rom file in order for sf2049se to be able to be recognized and run.



f23948
MAME Fan
Reged: 03/27/20
Posts: 29
Send PM


Re: san francisco rush 2049 special edition? new [Re: gregf]
#385665 - 03/28/20 05:10 PM


ok i have downloaded vegas.cpp file and i don't see src folder



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


Re: san francisco rush 2049 special edition? new [Re: f23948]
#385667 - 03/28/20 07:26 PM



>ok i have downloaded vegas.cpp file and i don't see src folder

That is not needed. I was using vegas.cpp to show what exact rom files are needed in order to run the 2049 Special Edition


sf2049.zip


/* file contents of what should be in sf2049.zip */
--
ROM_START( sf2049 )

ROM_LOAD( "sf2049.u27", 0x000000, 0x80000, CRC(174ba8fe)

DISK_REGION( PCI_ID_IDE":ide:0:hdd:image" )
DISK_IMAGE( "sf2049", 0, SHA1(9e066
-




sf2049se.zip

/* file contents of what should be in rom file sf2049se.zip */
-
ROM_START( sf2049se )
ROM_REGION32_LE( 0x80000, PCI_ID_NILE":rom", 0 )
// Bad Dump
// POST Message: Boot EPROM checksum...FAILED. Computed: F7017455
// End of file including checksum area is filled with FF's.
ROM_LOAD( "sf2049se.u27", 0x000000, 0x80000, CRC(da4ecd9c) BAD_DUMP )


DISK_REGION( PCI_ID_IDE":ide:0:hdd:image" )
DISK_IMAGE( "sf2049se", 0, SHA1(7b27a8
-


Each of the two rom files (sf2049.zip and sf2049se.zip) has its own rom data file and hard disk data file.


sf2049.zip and sf2049se.zip rom files must both be in same directory/folder
in order for sf2049se to be able to be recognized and run in MAME.

sf2049se.zip can not be in a different directory/folder because sf2049se.zip is associated as a subset rom file of sf2049.zip



f23948
MAME Fan
Reged: 03/27/20
Posts: 29
Send PM


Re: san francisco rush 2049 special edition? new [Re: gregf]
#385669 - 03/28/20 07:36 PM


that's what i did



f23948
MAME Fan
Reged: 03/27/20
Posts: 29
Send PM


Re: san francisco rush 2049 special edition? new [Re: f23948]
#385670 - 03/28/20 07:46 PM


am i doing right? please look at my video
https://mega.nz/#!EdN2yAAQ!siAfd6cgvPGC2kYd-d3Vq1Cc-jv85UscC1xjbAA8Suc



John IV
IV/Play, MAME, MAMEUI
Reged: 09/22/03
Posts: 1967
Loc: Washington, USA
Send PM


Re: san francisco rush 2049 special edition? new [Re: f23948]
#385671 - 03/28/20 08:21 PM


No, you're not. Don't bother with anything vegas.cpp related, that's just confusing you. CHDs are typically held in their own set-named directories under \roms.

Put your Rush zip files in \roms like you have now.

Then put your Rush *.chd files in their respective directories under \roms.

So:
\roms\sf2049se\sf2049se.chd
\roms\sf2049\sf2049.chd

Give that a try.



john iv
http://www.mameui.info/



f23948
MAME Fan
Reged: 03/27/20
Posts: 29
Send PM


Re: san francisco rush 2049 special edition? new [Re: John IV]
#385673 - 03/28/20 08:34 PM


can you please upload video? because i don't know how



Sune
Connected
Reged: 09/21/03
Posts: 5648
Loc: Lagoa Santa, Brasil
Send PM


Re: san francisco rush 2049 special edition? new [Re: f23948]
#385674 - 03/29/20 12:50 AM


> can you please upload video? because i don't know how

You don't know how to make a new folder?

\roms\sf2049se\sf2049se.chd
\roms\sf2049\sf2049.chd

Here's what that means:

make a new folder inside your roms folder, name it sf2049se, leave 2049se.chd in that folder
make another new folder inside your roms folder, name it sf2049, leave sf2049.chd in that folder

leave sf249se.zip and sf2049.zip in the roms folder

S



f23948
MAME Fan
Reged: 03/27/20
Posts: 29
Send PM


Re: san francisco rush 2049 special edition? new [Re: Sune]
#385676 - 03/29/20 03:06 AM


ok i created new folder still the rush 2049 special edition game will not run

i did make sure if the sf2049se.chd file is corrupted or not but it's not corrupted




Vas Crabb
BOFH
Reged: 12/13/05
Posts: 4457
Loc: Melbourne, Australia
Send PM


Re: san francisco rush 2049 special edition? new [Re: f23948]
#385677 - 03/29/20 03:25 AM


Did you try actually running it? The different colour text indicates that it’s a clone. Do you get an error when you try to run it?



f23948
MAME Fan
Reged: 03/27/20
Posts: 29
Send PM


Re: san francisco rush 2049 special edition? new [Re: f23948]
#385683 - 03/29/20 04:18 AM


Update:
San Francisco Rush 2049 Special Edition works now but I have to wait a long time until the game loads up
https://mega.nz/#!Fdlj1SzC!Yjc97gfaP1I-C6om8nqS-NKVc83cq9Qd9hNCB4HQg90



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


Re: san francisco rush 2049 special edition? new [Re: f23948]
#385695 - 03/29/20 11:23 AM




>Update:San Francisco Rush 2049 Special Edition works now but I have to wait a long time >until the game loads up


It will be that way for all the games that are of Vegas hardware variety.



Do expect in the future that rom file sf2049se.zip might be updated in the future
because the rom sf2049se.u27 that comes from a pcb will need to be redumped again from a different pcb since the image is currently identified as a BAD_DUMP file.

/* file contents of what should be in rom file sf2049se.zip */
-
ROM_START( sf2049se )
ROM_REGION32_LE( 0x80000, PCI_ID_NILE":rom", 0 )
// Bad Dump
// POST Message: Boot EPROM checksum...FAILED. Computed: F7017455
// End of file including checksum area is filled with FF's.
ROM_LOAD( "sf2049se.u27", 0x000000, 0x80000, CRC(da4ecd9c) BAD_DUMP )


DISK_REGION( PCI_ID_IDE":ide:0:hdd:image" )
DISK_IMAGE( "sf2049se", 0, SHA1(7b27a8
-



MooglyGuy
Renegade MAME Dev
Reged: 09/01/05
Posts: 2258
Send PM


Re: san francisco rush 2049 special edition? new [Re: gregf]
#385699 - 03/29/20 05:53 PM


Please stop posting snippets of code to someone who barely speaks English, Greg, you're just confusing them.


Pages: 1

MAMEWorld >> EmuChat
View all threads Index   Threaded Mode Threaded  

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