Skip to content

Commit 423305f

Browse files
authored
iteagle.cpp - Add 1.02 bootrom variant (#14513)
1 parent df92db3 commit 423305f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/mame/itech/iteagle.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,8 +483,10 @@ INPUT_PORTS_END
483483
ROMX_LOAD( "eagle103.u15", 0x000000, 0x100000, CRC(c35f4cf2) SHA1(45301c18c7f8f78754c8ad60ea4d2da5a7dc55fb), ROM_BIOS(8) ) \
484484
ROM_SYSTEM_BIOS( 9, "102", "bootrom 1.02" ) \
485485
ROMX_LOAD( "eagle102.u15", 0x000000, 0x100000, CRC(1fd39e73) SHA1(d1ac758f94defc5c55c62594b3999a406dd9ef1f), ROM_BIOS(9) ) \
486-
ROM_SYSTEM_BIOS( 10, "101", "bootrom 1.01" ) \
487-
ROMX_LOAD( "eagle101.u15", 0x000000, 0x100000, CRC(2600bc2b) SHA1(c4b89e69c51e4a3bb1874407c4d30b6caed4f396), ROM_BIOS(10) ) \
486+
ROM_SYSTEM_BIOS( 10, "102a", "bootrom 1.02a" ) \
487+
ROMX_LOAD( "eagle102a.u15", 0x000000, 0x100000, CRC(4c000c5e) SHA1(4fd5ea2a0874759b621c9cd52cee55d282443e5d), ROM_BIOS(10) ) \
488+
ROM_SYSTEM_BIOS( 11, "101", "bootrom 1.01" ) \
489+
ROMX_LOAD( "eagle101.u15", 0x000000, 0x100000, CRC(2600bc2b) SHA1(c4b89e69c51e4a3bb1874407c4d30b6caed4f396), ROM_BIOS(11) ) \
488490
ROM_REGION( 0x30000, "fpga", 0 ) \
489491
ROM_LOAD( "17s20lpc_sb4.u26", 0x000000, 0x008000, CRC(62c4af8a) SHA1(6eca277b9c66a401990599e98fdca64a9e38cc9a) ) \
490492
ROM_LOAD( "17s20lpc_sb5.u26", 0x008000, 0x008000, CRC(c88b9d42) SHA1(b912d0fc50ecdc6a198c626f6e1644e8405fac6e) ) \

0 commit comments

Comments
 (0)