mirror of
https://github.com/holub/mame
synced 2025-05-31 01:51:46 +03:00
Add "abus" region for sfish2/sfish2j (fixes MT #4380) [R. Belmont]
This commit is contained in:
parent
da3d817133
commit
d052177a60
@ -4006,6 +4006,8 @@ ROM_START( sfish2 )
|
||||
|
||||
DISK_REGION( "cdrom" )
|
||||
DISK_IMAGE( "sfish2", 0, SHA1(a10073d83bbbe16e16f69ad48565821576557d61) )
|
||||
|
||||
ROM_REGION32_BE( 0x3000000, "abus", ROMREGION_ERASE00 ) /* SH2 code */ \
|
||||
ROM_END
|
||||
|
||||
ROM_START( sfish2j )
|
||||
@ -4024,6 +4026,8 @@ ROM_START( sfish2j )
|
||||
|
||||
DISK_REGION( "cdrom" )
|
||||
DISK_IMAGE( "sfish2", 0, SHA1(a10073d83bbbe16e16f69ad48565821576557d61) )
|
||||
|
||||
ROM_REGION32_BE( 0x3000000, "abus", ROMREGION_ERASE00 ) /* SH2 code */ \
|
||||
ROM_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user