Skip to content

Commit

Permalink
subsino/subsino.cpp: Dumped another bootleg of New HUNTer (not workin…
Browse files Browse the repository at this point in the history
…g). (#11741)

New NOT_WORKING clone
------------------------------
New HUNTer (bootleg, set 3) [Taksangs]
  • Loading branch information
clawgrip committed Nov 13, 2023
1 parent 9bb6ee1 commit 97895fd
Show file tree
Hide file tree
Showing 2 changed files with 46 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 @@ -42325,6 +42325,7 @@ mtrainnv // (c) 1996 Subsino
newhunter // (c) 1992 Karam
newhunterb // bootleg
newhunterc // bootleg
newhunterd // bootleg
sevenlnd // bootleg
sharkpy // (c) 1996 Subsino
sharkpya // (c) 1996 Subsino
Expand Down
46 changes: 45 additions & 1 deletion src/mame/subsino/subsino.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3281,7 +3281,7 @@ ROM_END
/* This bootleg shows year 1989 on title screen, but it's from 1992 (there are 1992 strings on the ROMs). Probably Karam
modified the New HUNTer set from Mecca, which also shows 1989, and was legally registered on Korea on 1989-8-25.
Hardware:
- Sound: SM64 + SM64 + 12.000 MHz xtal (currently, the pitch is wrong, you have to overclock ymsnd to 112% to get the same as the PCB).
- Sound: SM64 + SM65 + 12.000 MHz xtal (currently, the pitch is wrong, you have to overclock ymsnd to 112% to get the same as the PCB).
- Five positions for banks of eight DIP switches, but four of them unpopulated (only one present on the PCB).
- MCU with its surface scratched out, probably an HD647180X0CP8L + 12.000 MHz xtal.
- TI TPC1020AFN-084C.
Expand Down Expand Up @@ -3412,6 +3412,49 @@ ROM_START( newhunterc )
ROM_LOAD( "gal16v8b.u9", 0x00345, 0x00117, CRC(8272668f) SHA1(9037f0d9c7625d05d2087e6f2d159dece934a945) )
ROM_END

/* Hardware:
- Sound: SM64 + SM65.
- 12.000 MHz xtal (only one xtal on the PCB).
- Five positions for banks of eight DIP switches, but four of them unpopulated (only one present on the PCB).
- MCU with its surface scratched out.
Direct recording from PCB for reference: https://youtu.be/0cFNFCqEEQo */
ROM_START( newhunterd )
ROM_REGION( 0x04000, "maincpu", 0 )
ROM_LOAD( "hd647180.bin", 0x00000, 0x04000, NO_DUMP )
HD647180X_FAKE_INTERNAL_ROM

ROM_REGION( 0x10000, "program", 0 )
ROM_LOAD( "1_am27c512.u44", 0x00000, 0x10000, CRC(456bdb88) SHA1(7135584576f7761b4a0b4c66318cd0cb649eeb93) )

ROM_REGION( 0x40000, "tilemap", 0 )
ROM_LOAD( "4_d27c010a.u42", 0x00000, 0x08000, CRC(c1daa20f) SHA1(c46278a00b6cbbd79c4184db910bf2770d77d92f) )
ROM_CONTINUE( 0x10000, 0x08000 )
ROM_CONTINUE( 0x08000, 0x08000 )
ROM_CONTINUE( 0x18000, 0x08000 )
ROM_LOAD( "5_am27c010.u41", 0x20000, 0x08000, CRC(b1f7bdde) SHA1(1b258450e8e73fd35feb2048a19659546cdceabd) )
ROM_CONTINUE( 0x30000, 0x08000 )
ROM_CONTINUE( 0x28000, 0x08000 )
ROM_CONTINUE( 0x38000, 0x08000 )

ROM_REGION( 0x08000, "reels", 0 )
ROM_LOAD( "2_27c512.u3", 0x00000, 0x04000, CRC(bafd35ef) SHA1(5ef297e03d11faa97a79ed87eb73debf81af2b91) )
ROM_IGNORE(0xc000)
ROM_LOAD( "3_m27512.u43", 0x04000, 0x04000, CRC(44933beb) SHA1(a19ed785cc3b38c2a2a6a08e9d639361ee118343) )
ROM_IGNORE(0xc000)

ROM_REGION( 0x00300, "proms", 0 )
ROM_LOAD( "n82s129an.u67", 0x00000, 0x00100, BAD_DUMP CRC(69af17fc) SHA1(38546f5665cf731195ac384aca182c56884333f0) ) // Not dumped on this set
ROM_LOAD( "n82s129an.u68", 0x00100, 0x00100, BAD_DUMP CRC(4b5f288a) SHA1(b6b9f9067afe93bd13ea17311484e2a2af01a0ed) ) // Not dumped on this set
ROM_LOAD( "n82s129an.u69", 0x00200, 0x00100, BAD_DUMP CRC(a1c0d069) SHA1(794df68451525901ebd5895feb26fcda2c517c3f) ) // Not dumped on this set

ROM_REGION( 0x00045c, "plds", 0 )
ROM_LOAD( "palce16v8h.u61", 0x00000, 0x00117, NO_DUMP )
ROM_LOAD( "palce16v8h.u6", 0x00117, 0x00117, NO_DUMP )
ROM_LOAD( "palce16v8h.u30", 0x0022e, 0x00117, NO_DUMP )
ROM_LOAD( "palce16v8h.u59", 0x00345, 0x00117, NO_DUMP )
ROM_LOAD( "palce16v8h.u29", 0x00000, 0x00117, NO_DUMP )
ROM_LOAD( "palce16v8h.u35", 0x00000, 0x00117, NO_DUMP )
ROM_END

/***************************************************************************
Expand Down Expand Up @@ -4314,6 +4357,7 @@ GAMEL( 1992, newhunter, tisub, tisub, tisub, subsino_state, init_tis
GAMEL( 1993, newhunterb, tisub, newhunterb, tisub, subsino_state, init_newhunterb, ROT0, "bootleg", "New HUNTer (bootleg, set 1)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_NOT_WORKING, layout_tisubb )

GAMEL( 1993, newhunterc, tisub, newhunterb, tisub, subsino_state, init_newhunterc, ROT0, "bootleg", "New HUNTer (bootleg, set 2)", MACHINE_NOT_WORKING, layout_tisubb ) // 1989 on screen, but "Copyright 1993 SubSino Corp. Taipei, Taiwan." on program ROM
GAMEL( 1993, newhunterd, tisub, newhunterb, tisub, subsino_state, init_newhunterc, ROT0, "bootleg", "New HUNTer (bootleg, set 3)", MACHINE_NOT_WORKING, layout_tisubb )

GAMEL( 1991, crsbingo, 0, crsbingo, crsbingo, subsino_state, init_crsbingo, ROT0, "Subsino", "Poker Carnival", 0, layout_crsbingo )

Expand Down

1 comment on commit 97895fd

@clawgrip
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, credit [Taksangs, charlie] for this one.

Sorry for the inconvenience.

Please sign in to comment.