mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
vsmileb.cpp: Rename ROMs to avoid confussion with V.Smile or V.Baby (nw)
This commit is contained in:
parent
4486477560
commit
9bd896a2fb
1 changed files with 2 additions and 2 deletions
|
@ -153,12 +153,12 @@ void vsmileb_state::vsmilebp(machine_config &config)
|
|||
// TODO: decide on a dump endian, these likely differ in endianess due to different dumping technqiues
|
||||
ROM_START( vsmileb )
|
||||
ROM_REGION16_BE( 0x800000, "sysrom", ROMREGION_ERASEFF )
|
||||
ROM_LOAD( "vbabybios.bin", 0x000000, 0x800000, CRC(ddc7f845) SHA1(2c17d0f54200070176d03d44a40c7923636e596a) )
|
||||
ROM_LOAD( "vsmilebabybios.bin", 0x000000, 0x800000, CRC(ddc7f845) SHA1(2c17d0f54200070176d03d44a40c7923636e596a) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( vsmilebsw )
|
||||
ROM_REGION16_BE( 0x800000, "sysrom", ROMREGION_ERASEFF )
|
||||
ROM_LOAD16_WORD_SWAP( "vsmileswedenbios.bin", 0x000000, 0x800000, CRC(8b464b19) SHA1(cea304ba886c39e86906aad3dce17d5fff7cfcbe) )
|
||||
ROM_LOAD16_WORD_SWAP( "vsmilebabyswedenbios.bin", 0x000000, 0x800000, CRC(8b464b19) SHA1(cea304ba886c39e86906aad3dce17d5fff7cfcbe) )
|
||||
ROM_END
|
||||
|
||||
// year, name, parent, compat, machine, input, class, init, company, fullname, flags
|
||||
|
|
Loading…
Reference in a new issue