suna16.c: Correct minor orientation issue. - NW

This commit is contained in:
Brian Troha 2013-04-14 17:42:15 +00:00
parent f843a6614e
commit 12ee0e021d

View File

@ -1193,8 +1193,8 @@ audio2.rom8 27c010
ROM_START( uballoon )
ROM_REGION( 0x100000, "maincpu", 0 ) /* 68000 Code */
ROM_LOAD16_BYTE( "prg1.rom1", 0x000000, 0x080000, CRC(72ab80ea) SHA1(b755940877cf286559208106dd5e6933aeb72242) )
ROM_LOAD16_BYTE( "prg2.rom2", 0x000001, 0x080000, CRC(27a04f55) SHA1(a530294b000654db8d84efe4835b72e0dca62819) )
ROM_LOAD16_BYTE( "prg2.rom2", 0x000000, 0x080000, CRC(72ab80ea) SHA1(b755940877cf286559208106dd5e6933aeb72242) )
ROM_LOAD16_BYTE( "prg1.rom1", 0x000001, 0x080000, CRC(27a04f55) SHA1(a530294b000654db8d84efe4835b72e0dca62819) )
ROM_REGION( 0x010000, "audiocpu", 0 ) /* Z80 #1 - Music */
ROM_LOAD( "audio1.rom7", 0x000000, 0x010000, CRC(c771f2b4) SHA1(6da4c526c0ea3be5d5bb055a31bf1171a6ddb51d) )