3do.cpp: corrected bios rom label. Thanks to L_N for spotting this (nw)

This commit is contained in:
Ivan Vangelista 2018-06-13 07:19:23 +02:00
parent 40fb13e6e7
commit 70f2df6c52

View File

@ -248,7 +248,7 @@ ROM_END
#define ALG_BIOS \ #define ALG_BIOS \
ROM_REGION32_BE( 0x200000, "bios", 0 ) \ ROM_REGION32_BE( 0x200000, "bios", 0 ) \
/* TC544000AF-150, 1xxxxxxxxxxxxxxxxxx = 0xFF */ \ /* TC544000AF-150, 1xxxxxxxxxxxxxxxxxx = 0xFF */ \
ROM_LOAD( "soat_rom2.bin", 0x000000, 0x80000, CRC(b832da9a) SHA1(520d3d1b5897800af47f92efd2444a26b7a7dead) ) \ ROM_LOAD( "saot_rom2.bin", 0x000000, 0x80000, CRC(b832da9a) SHA1(520d3d1b5897800af47f92efd2444a26b7a7dead) ) \
ROM_REGION32_BE( 0x200000, "overlay", 0 ) \ ROM_REGION32_BE( 0x200000, "overlay", 0 ) \
ROM_COPY( "bios", 0, 0, 0x200000 ) \ ROM_COPY( "bios", 0, 0, 0x200000 ) \