diff options
Diffstat (limited to 'src/mame/nintendo/nes_vt02_vt03.cpp')
| -rw-r--r-- | src/mame/nintendo/nes_vt02_vt03.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/nintendo/nes_vt02_vt03.cpp b/src/mame/nintendo/nes_vt02_vt03.cpp index d773b1231c0..e34add36274 100644 --- a/src/mame/nintendo/nes_vt02_vt03.cpp +++ b/src/mame/nintendo/nes_vt02_vt03.cpp @@ -525,7 +525,7 @@ uint8_t nes_vt_tvmjfc_state::in1_r() { // "B" side of input matrix: 4B -> bit 4; 2B -> bit 3; 3B -> bit 2; 1B -> bit 1 return (panel_data & 0xf0) >> 3; - } + } else { // "A" side of input matrix: 4A -> bit 4; 2A -> bit 3; 3A -> bit 2; 1A -> bit 1 @@ -1674,4 +1674,4 @@ CONS( 201?, dgun2869, 0, 0, nes_vt_16mb, nes_vt, nes_vt_state, emp CONS( 201?, dgun2959, 0, 0, nes_vt_pal_16mb, nes_vt, nes_vt_state, empty_init, "dreamGEAR", "My Arcade Plug And Play 220 Game Retro Controller (DGUN-2959)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_SOUND ) // This is a hack of Ide Yosuke Meijin no Jissen Mahjong for the Famicom (unless it was licensed by the original developer) -CONS( 200?, tvmjfc, 0, 0, nes_vt_2mb, tvmjfc, nes_vt_tvmjfc_state, empty_init, "bootleg?", "TV Mahjong Game (VTxx hardware)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_GRAPHICS ) +CONS( 200?, tvmjfc, 0, 0, nes_vt_2mb, tvmjfc, nes_vt_tvmjfc_state, empty_init, "bootleg?", "TV Mahjong Game (VTxx hardware)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_GRAPHICS ) |
