misc/falgas_m89.cpp: Fixed typo in fantcar87 ROM label. (#11544)

This commit is contained in:
ClawGrip 2023-09-11 18:58:38 +02:00 committed by GitHub
parent 84a7423142
commit 481dd09cf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -326,7 +326,7 @@ ROM_END
*/
ROM_START(fantcar87)
ROM_REGION(0x10000, "maincpu", 0)
ROM_LOAD("mikel_es_m87e_15_2_98.u2", 0x0000, 0x8000, CRC(e1db4836) SHA1(7020bde14ee9afae41691beb0708ed50ca3506d3)) // NM27C256Q
ROM_LOAD("mikel_es_m87e_15_2_88.u2", 0x0000, 0x8000, CRC(e1db4836) SHA1(7020bde14ee9afae41691beb0708ed50ca3506d3)) // NM27C256Q
ROM_END
ROM_START(fantcar87a)