From ac2d344bf01f5c006f2f793b4dea755e48ade1b3 Mon Sep 17 00:00:00 2001 From: ClawGrip Date: Wed, 14 Nov 2018 11:23:33 +0100 Subject: nes_vt.cpp: Update notes and add MACHINE_IMPERFECT_SOUND for ddrdismx (nt) * The Konami logo is no longer invisible (Haze fixed the palette). * As per Haze's notes, it's missing a few PCM sounds (hence the MACHINE_IMPERFECT_SOUND ) --- src/mame/drivers/nes_vt.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mame/drivers/nes_vt.cpp b/src/mame/drivers/nes_vt.cpp index 87a81fd15bc..046833a3c4b 100644 --- a/src/mame/drivers/nes_vt.cpp +++ b/src/mame/drivers/nes_vt.cpp @@ -1843,10 +1843,10 @@ CONS( 200?, gprnrs1, 0, 0, nes_vt, nes_vt, nes_vt_state, empty_ini CONS( 200?, gprnrs16, 0, 0, nes_vt, nes_vt, nes_vt_state, empty_init, "", "Game Prince RS-16", MACHINE_IMPERFECT_GRAPHICS ) // Notes: -// Console has stereo output (dual RCA connectors). -// The original console shows a "Konami" banner on startup, but it seems to be missing on the emulation. -// Also, it hangs when reset on a MAME debug build. -CONS( 2001, ddrdismx, 0, 0, nes_vt, nes_vt, nes_vt_state, empty_init, "Majesco (licensed from Konami, Disney)", "Dance Dance Revolution Disney Mix", MACHINE_IMPERFECT_GRAPHICS ) +// * Seems to have missing a few PCM sounds. +// * Console has stereo output (dual RCA connectors). +// * It hangs when reset (F3) on a MAME debug build. +CONS( 2001, ddrdismx, 0, 0, nes_vt, nes_vt, nes_vt_state, empty_init, "Majesco (licensed from Konami, Disney)", "Dance Dance Revolution Disney Mix", MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_SOUND ) // unsorted, these were all in nes.xml listed as ONE BUS systems CONS( 200?, mc_dg101, 0, 0, nes_vt, nes_vt, nes_vt_state, empty_init, "dreamGEAR", "dreamGEAR 101 in 1", MACHINE_IMPERFECT_GRAPHICS ) // dreamGear, but no enhanced games? -- cgit v1.2.3