mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
3do.cpp: corrected bios rom label. Thanks to L_N for spotting this (nw)
This commit is contained in:
parent
40fb13e6e7
commit
70f2df6c52
@ -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 ) \
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user