mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
Swap the default EEPROM now that it's a BE ROM region rather than native, nw
This commit is contained in:
parent
c498a86ebe
commit
cd6f327839
@ -1302,7 +1302,7 @@ ROM_START( polystar )
|
||||
ROM_LOAD16_WORD( "623b01.8q", 0x000000, 0x200000, CRC(bd879f93) SHA1(e2d63bfbd2b15260a2664082652442eadea3eab6) )
|
||||
|
||||
ROM_REGION16_BE( 0x80, "eeprom", 0 ) /* EEPROM default contents */
|
||||
ROM_LOAD( "93c46.7k", 0x000000, 0x000080, CRC(2d8d1594) SHA1(b7bae873a6487023bdacdd09e7a5724e18efa30b) )
|
||||
ROM_LOAD( "93c46.7k", 0x000000, 0x000080, CRC(fab5a203) SHA1(153e22aa8cfce80b77ba200957685f796fc99b1c) )
|
||||
|
||||
DISK_REGION( "cdrom" )
|
||||
DISK_IMAGE( "623jaa02", 0, SHA1(e7d9e628a3e0e085e084e4e3630fa5e3a7345547) )
|
||||
|
Loading…
Reference in New Issue
Block a user