Skip to content

Commit 6347042

Browse files
committed
ddayjlca: fix string replace regression
1 parent b7f5030 commit 6347042

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/mame/jaleco/dday.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ u32 dday_state::screen_update_dday(screen_device &screen, bitmap_ind16 &bitmap,
260260
Protection device
261261
262262
24 pin IC with scratched surface (like Exerion's "ICX"), not an MCU.
263-
Die has label "4828A"; could this be Mitsubishi M54828P (frequency counter with 5-digit VFD driver)?
263+
Die has label "4828A"; could this be Mitsubishi M54828P (frequency counter with 5-digit FLT display driver)?
264264
265265
Pinout:
266266
@@ -733,5 +733,5 @@ void dday_state::init_dday()
733733
} // anonymous namespace
734734

735735

736-
GAME( 1984, ddayjlc, 0, dday, dday, dday_state, init_dday, ROT90, "Jaleco", "D-Day (Jaleco, set 1)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
737-
GAME( 1984, ddayjlca, dday, dday, dday, dday_state, init_dday, ROT90, "Jaleco", "D-Day (Jaleco, set 2)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
736+
GAME( 1984, ddayjlc, 0, dday, dday, dday_state, init_dday, ROT90, "Jaleco", "D-Day (Jaleco, set 1)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
737+
GAME( 1984, ddayjlca, ddayjlc, dday, dday, dday_state, init_dday, ROT90, "Jaleco", "D-Day (Jaleco, set 2)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )

0 commit comments

Comments
 (0)