mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +03:00
(MESS) advision.c: Change Adventure Vision MCU ROM names to better reflect actual chip labels. [Lord Nightmare]
This commit is contained in:
parent
767d7a8833
commit
96865a32ab
@ -105,10 +105,10 @@ MACHINE_CONFIG_END
|
||||
|
||||
ROM_START( advision )
|
||||
ROM_REGION( 0x1000, I8048_TAG, ROMREGION_ERASE00 )
|
||||
ROM_LOAD( "avbios.u5", 0x000, 0x400, CRC(279e33d1) SHA1(bf7b0663e9125c9bfb950232eab627d9dbda8460) )
|
||||
ROM_LOAD( "b225__ins8048-11kdp_n.u5", 0x000, 0x400, CRC(279e33d1) SHA1(bf7b0663e9125c9bfb950232eab627d9dbda8460) ) // "<natsemi logo> /B225 \\ INS8048-11KDP/N"
|
||||
|
||||
ROM_REGION( 0x200, COP411_TAG, 0 )
|
||||
ROM_LOAD( "avsound.u8", 0x000, 0x200, CRC(81e95975) SHA1(8b6f8c30dd3e9d8e43f1ea20fba2361b383790eb) )
|
||||
ROM_LOAD( "b8223__cop411l-kcn_n.u8", 0x000, 0x200, CRC(81e95975) SHA1(8b6f8c30dd3e9d8e43f1ea20fba2361b383790eb) ) // "<natsemi logo> /B8223 \\ COP411L-KCN/N"
|
||||
ROM_END
|
||||
|
||||
/* Game Driver */
|
||||
|
Loading…
Reference in New Issue
Block a user