Skip to content

Commit

Permalink
New systems marked not working
Browse files Browse the repository at this point in the history
------------------------------
LD Mahjong #1 Marine Blue no Hitomi [buffi]
  • Loading branch information
angelosa committed Dec 2, 2023
1 parent 23f7b9c commit 0e38553
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/mame/mame.lst
Original file line number Diff line number Diff line change
Expand Up @@ -33881,6 +33881,7 @@ yosimotm // (c) 1994 Nichibutsu/Yoshimoto Kougyou
yosimoto // (c) 1994 Nichibutsu/Yoshimoto Kougyou

@source:nichibutsu/nichild.cpp
ldmj1mbh // (c) 1991
ldquiz4 // (c) 1992
shabdama // (c) 1991

Expand Down
36 changes: 35 additions & 1 deletion src/mame/nichibutsu/nichild.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,34 @@ void nichild_state::nichild(machine_config &config)
***************************************************************************/

// NOTE: identical to shabdama below

This comment has been minimized.

Copy link
@angelosa

angelosa Dec 2, 2023

Author Member

I guess the romset acts more like different BIOS revisions, I wonder if they should really have a parent-clone relationship here given the core game is identical and only the LD changes (and probably 2 and 3 shares the same roms too)

ROM_START( ldmj1mbh )
ROM_REGION( 0x10000, "ipl", ROMREGION_ERASE00 )
ROM_LOAD( "1.bin", 0x000000, 0x010000, CRC(e49e3d73) SHA1(6d17d60e1b6f8aee96f7a09f45113030064d3bdb) )

ROM_REGION( 0x20000, "audiorom", ROMREGION_ERASE00 )
ROM_LOAD( "3.bin", 0x000000, 0x010000, CRC(e8233c6e) SHA1(fbfdb03dc9f4e3e80e161b8522b676485ffb1c95) )
ROM_LOAD( "2.bin", 0x010000, 0x010000, CRC(3e0b5344) SHA1(eeae36fc4fca091065c1d51f05c2d11f44fe6d13) )

ROM_REGION( 0x200000, "gfx", ROMREGION_ERASE00 )
ROM_LOAD( "4.bin", 0x000000, 0x010000, CRC(199e2127) SHA1(2514d51cb06438b312d1f328c72baa739280416a) )
ROM_LOAD( "5.bin", 0x010000, 0x010000, CRC(0706386a) SHA1(29eee363775869dcc9c46285632e8bf745c9110b) )
ROM_LOAD( "6.bin", 0x020000, 0x010000, CRC(0fece809) SHA1(1fe8436af8ead02a3b517b6306f9824cd64b2d26) )
ROM_LOAD( "7.bin", 0x030000, 0x010000, CRC(7f08e3a6) SHA1(127018442183332175c9e1f558274cd2cb5f0147) )
ROM_LOAD( "8.bin", 0x040000, 0x010000, CRC(3e75423e) SHA1(62e24849ddeb004ed8570d2884afa4ab257cdf07) )
ROM_LOAD( "9.bin", 0x050000, 0x010000, CRC(1afdc5bf) SHA1(b07b32656ffc96b7f7d4bd242b2a6e0e105ab67a) )
ROM_LOAD( "10.bin", 0x060000, 0x010000, CRC(5da10b82) SHA1(72974d083110fc6c583bfa1c22ce3abe02ba86f6) )

ROM_REGION( 0x800, "plds", 0 ) // all protected
ROM_LOAD( "pal16l8.0", 0x000, 0x104, NO_DUMP )
ROM_LOAD( "pal16l8.1", 0x200, 0x104, NO_DUMP )
ROM_LOAD( "pal16l8.2", 0x400, 0x104, NO_DUMP )
ROM_LOAD( "pal16l8.3", 0x600, 0x104, NO_DUMP )

DISK_REGION( "laserdisc" )
DISK_IMAGE_READONLY( "ldmj1mbh", 0, NO_DUMP )
ROM_END

ROM_START( shabdama )
ROM_REGION( 0x10000, "ipl", ROMREGION_ERASE00 )
ROM_LOAD( "1.bin", 0x000000, 0x010000, CRC(e49e3d73) SHA1(6d17d60e1b6f8aee96f7a09f45113030064d3bdb) )
Expand All @@ -580,6 +608,12 @@ ROM_START( shabdama )
ROM_LOAD( "9.bin", 0x050000, 0x010000, CRC(1afdc5bf) SHA1(b07b32656ffc96b7f7d4bd242b2a6e0e105ab67a) )
ROM_LOAD( "10.bin", 0x060000, 0x010000, CRC(5da10b82) SHA1(72974d083110fc6c583bfa1c22ce3abe02ba86f6) )

ROM_REGION( 0x800, "plds", 0 ) // all protected
ROM_LOAD( "pal16l8.0", 0x000, 0x104, NO_DUMP )
ROM_LOAD( "pal16l8.1", 0x200, 0x104, NO_DUMP )
ROM_LOAD( "pal16l8.2", 0x400, 0x104, NO_DUMP )
ROM_LOAD( "pal16l8.3", 0x600, 0x104, NO_DUMP )

DISK_REGION( "laserdisc" )
DISK_IMAGE_READONLY( "shabdama", 0, NO_DUMP )
ROM_END
Expand Down Expand Up @@ -622,7 +656,7 @@ ROM_END
// 1990
// LD花札 花のクリスマスイブ (LD version of nbmj8891.cpp hnxmasev?)
// 1991
// LD麻雀 第1弾 マリンブルーの瞳
GAME( 1991, ldmj1mbh, 0, nichild, nichild_mj, nichild_state, empty_init, ROT0, "Nichibutsu / AV Japan", "LD Mahjong #1 Marine Blue no Hitomi (Japan)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND ) // LD麻雀 第1弾 マリンブルーの瞳
// LD麻雀 第2弾 マリンブルーの瞳2
// LD麻雀 第3弾 泊まりにおいでよ
GAME( 1991, shabdama, 0, nichild, nichild_mj, nichild_state, empty_init, ROT0, "Nichibutsu / AV Japan", "LD Mahjong #4 Shabon-Dama (Japan)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND ) // LD麻雀 第4弾 シャボン玉
Expand Down

0 comments on commit 0e38553

Please sign in to comment.