mirror of
https://github.com/holub/mame
synced 2025-06-01 18:41:47 +03:00
(MESS) poly1: removed un-needed comment
This commit is contained in:
parent
4ff5b829bf
commit
dce74a1d11
@ -242,7 +242,6 @@ ROM_START( poly1 )
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
ROM_SYSTEM_BIOS(0, "bios0", "Standalone")
|
||||
ROMX_LOAD( "v3bas1.bin", 0xa000, 0x1000, CRC(2c5276cb) SHA1(897cb9c2456ddb0f316a8c3b8aa56706056cc1dd), ROM_BIOS(1) )
|
||||
// next 3 roms could be at the wrong location
|
||||
ROMX_LOAD( "v3bas2.bin", 0xb000, 0x1000, CRC(30f99447) SHA1(a26170113a968ccd8df7db1b0f256a2198054037), ROM_BIOS(1) )
|
||||
ROMX_LOAD( "v3bas3.bin", 0xc000, 0x1000, CRC(89ea5b27) SHA1(e37a61d3dd78fb40bc43c70af9714ce3f75fd895), ROM_BIOS(1) )
|
||||
ROMX_LOAD( "v3bas4.bin", 0x9000, 0x1000, CRC(c16c1209) SHA1(42f3b0bce32aafab14bc0500fb13bd456730875c), ROM_BIOS(1) )
|
||||
|
Loading…
Reference in New Issue
Block a user