summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess
diff options
context:
space:
mode:
author Jonathan Gevaryahu <Lord-Nightmare@users.noreply.github.com>2012-12-18 08:00:45 +0000
committer Jonathan Gevaryahu <Lord-Nightmare@users.noreply.github.com>2012-12-18 08:00:45 +0000
commit30f660cc76ae6df6987f3fc0f5d9af751e071f9c (patch)
tree707171c2b6f4c9864b2306f060ac7fac09737624 /src/mess
parentfc9b3da1eeeeebe5d006344eae1807a7ab62264c (diff)
LK201 MCU label had a minor typo, now properly follows the DEC "23-###L#" naming scheme. (No whatsnew)
Diffstat (limited to 'src/mess')
-rw-r--r--src/mess/machine/dec_lk201.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/dec_lk201.c b/src/mess/machine/dec_lk201.c
index e8200508dd3..4db7540cfc9 100644
--- a/src/mess/machine/dec_lk201.c
+++ b/src/mess/machine/dec_lk201.c
@@ -23,7 +23,7 @@ const device_type LK201 = &device_creator<lk201_device>;
ROM_START( lk201 )
ROM_REGION(0x2000, LK201_CPU_TAG, 0)
- ROM_LOAD( "23-00159-00.bin", 0x0000, 0x2000, CRC(be293c51) SHA1(a11ae004d2d6055d7279da3560c3e56610a19fdb) )
+ ROM_LOAD( "23-001s9-00.bin", 0x0000, 0x2000, CRC(be293c51) SHA1(a11ae004d2d6055d7279da3560c3e56610a19fdb) )
ROM_END
//-------------------------------------------------