diff options
author | 2022-10-04 19:50:47 +0200 | |
---|---|---|
committer | 2022-10-04 13:50:47 -0400 | |
commit | 6fd46a6b31e0f2642cdec1848a1d55a1d1339ac6 (patch) | |
tree | f19532614ee06565c871158ab2290f01ae9448bb | |
parent | e0cd6b82528c652fe7c2ef8e0eb600bb4def6f1c (diff) |
rbowlorama.cpp: Typo, the recovery image is not v2.1.1, but v2.2.1 (#10393)
-rw-r--r-- | src/mame/namco/rbowlorama.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/namco/rbowlorama.cpp b/src/mame/namco/rbowlorama.cpp index 33e9b645133..5469ac61f59 100644 --- a/src/mame/namco/rbowlorama.cpp +++ b/src/mame/namco/rbowlorama.cpp @@ -161,8 +161,8 @@ ROM_START( rbowlorama ) ROM_LOAD("bor-2.1.1.00000.xpk", 0x00000, 0x2fd0000, CRC(eac46f62) SHA1(3b00baad15ab7662b3d4cd69c4d589f722f2e1f7)) - DISK_REGION( "recovery211" ) - DISK_IMAGE_READONLY( "bor2_2_1", 0, SHA1(2c9341b81e1cda94231fb8173b506178bf163f9c) ) // 2.1.1 recovery ISO image + DISK_REGION( "recovery221" ) + DISK_IMAGE_READONLY( "bor2_2_1", 0, SHA1(2c9341b81e1cda94231fb8173b506178bf163f9c) ) // 2.2.1 recovery ISO image ROM_END } // Anonymous namespace |