summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/iteagle.cpp
diff options
context:
space:
mode:
author Ted Green <tedgreen99@protonmail.com>2018-03-09 18:53:58 -0700
committer Ted Green <tedgreen99@protonmail.com>2018-03-09 18:54:17 -0700
commitc12f089e5435f3fe892a5155089e44255c3c4992 (patch)
treeaf48d939833ec817396503bb0136296561cdd919 /src/mame/drivers/iteagle.cpp
parent3eed2618dc51d4eadfcbcc9707b527c92a07b976 (diff)
iteagle: Correct bbh ROM name. (nw)
Diffstat (limited to 'src/mame/drivers/iteagle.cpp')
-rw-r--r--src/mame/drivers/iteagle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/iteagle.cpp b/src/mame/drivers/iteagle.cpp
index 789ab8126a7..38df1da2f0f 100644
--- a/src/mame/drivers/iteagle.cpp
+++ b/src/mame/drivers/iteagle.cpp
@@ -639,7 +639,7 @@ ROM_START( bbh )
EAGLE_BIOS
ROM_REGION( 0x0880, "atmel", 0 ) /* Atmel 90S2313 AVR internal CPU code */
- ROM_LOAD( "bb15-us.u53", 0x0000, 0x0880, NO_DUMP )
+ ROM_LOAD( "e2-bbh0.u53", 0x0000, 0x0880, NO_DUMP )
DISK_REGION( PCI_ID_IDE":ide:0:hdd:image" )
DISK_IMAGE("bbh_v1.00.14", 0, SHA1(dd56f758c3e421005e06ac24c21d12f0f29b0f44)) /* Build 10:59:51, Feb 25 2003 */