diff options
author | 2019-12-24 20:20:03 +1100 | |
---|---|---|
committer | 2019-12-24 20:20:03 +1100 | |
commit | f3486917d473d7b9bf0396958b1ae547732494ee (patch) | |
tree | 73d16ae7afeb99176c7a82784901bb396acb67a1 | |
parent | 9819ddd112877b15e0b648918ce608b4322e9462 (diff) |
those aren't proper nouns (nw)
-rw-r--r-- | src/mame/drivers/unkmandd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/unkmandd.cpp b/src/mame/drivers/unkmandd.cpp index 0517e5fa065..3997fcf14cc 100644 --- a/src/mame/drivers/unkmandd.cpp +++ b/src/mame/drivers/unkmandd.cpp @@ -69,4 +69,4 @@ ROM_START( unkmandd ) ROM_LOAD( "8718_en25f32.bin", 0x000000, 0x400000, CRC(cc138db4) SHA1(379af3d94ae840f52c06416d6cf32e25923af5ae) ) ROM_END -CONS( 200?, unkmandd, 0, 0, unkmandd, unkmandd, unkmandd_state, empty_init, "M&D", "Unknown M&D Handheld", MACHINE_IS_SKELETON ) +CONS( 200?, unkmandd, 0, 0, unkmandd, unkmandd, unkmandd_state, empty_init, "M&D", "unknown M&D handheld", MACHINE_IS_SKELETON ) |