New working clones

------------------
New Cherry '96 (v3.0, A PCB) [Ioannis Bampoulas]
This commit is contained in:
Ivan Vangelista 2020-03-15 11:08:19 +01:00
parent f3e48214a9
commit b1ed8cddbe
2 changed files with 40 additions and 0 deletions

View File

@ -15171,6 +15171,44 @@ ROM_START( nc96k )
// none?
ROM_END
ROM_START( nc96l )
ROM_REGION( 0x20000, "maincpu", 0 )
ROM_LOAD( "cherry 96 v 3.00.bin", 0x00000, 0x1000, CRC(5bf0659d) SHA1(fdbe4b6b11bc21c603318a01e9ad9c3d9e79959d) ) // v3.0, A Sub-PCB
ROM_CONTINUE(0x4000, 0x1000)
ROM_CONTINUE(0x3000, 0x1000)
ROM_CONTINUE(0x7000, 0x1000)
ROM_CONTINUE(0x1000, 0x1000)
ROM_CONTINUE(0x6000, 0x1000)
ROM_CONTINUE(0x2000, 0x1000)
ROM_CONTINUE(0x5000, 0x1000)
ROM_CONTINUE(0x8000, 0x8000)
ROM_FILL(0x00, 0x01, 0xf6) // TODO: only byte that doesn't decrypt correctly. Why?
ROM_REGION( 0x20000, "graphics", 0 )
ROM_LOAD( "high.bin", 0x00000, 0x10000, CRC(a3901324) SHA1(2bdfe3fb05202af32d0d845a499d44a79e963d89) )
ROM_LOAD( "low.bin", 0x10000, 0x10000, CRC(482931a3) SHA1(0307a7f7428974f3b9563ab4b56528a31c355cdd) )
ROM_REGION( 0x10000, "user1", ROMREGION_ERASEFF )
ROM_REGION( 0x18000, "gfx1", 0 )
ROM_COPY( "graphics", 0x18000, 0x00000, 0x4000 ) // 1
ROM_COPY( "graphics", 0x08000, 0x08000, 0x4000 ) // 1
ROM_COPY( "graphics", 0x04000, 0x10000, 0x4000 ) // 1
ROM_COPY( "graphics", 0x1c000, 0x04000, 0x4000 ) // 2
ROM_COPY( "graphics", 0x0c000, 0x0c000, 0x4000 ) // 2
ROM_COPY( "graphics", 0x14000, 0x14000, 0x4000 ) // 2
ROM_REGION( 0x8000, "gfx2", 0 )
ROM_COPY( "graphics", 0x02000, 0x00000, 0x2000 )
ROM_COPY( "graphics", 0x12000, 0x02000, 0x2000 )
ROM_COPY( "graphics", 0x00000, 0x04000, 0x2000 )
ROM_COPY( "graphics", 0x10000, 0x06000, 0x2000 )
ROM_REGION( 0x200, "proms", 0 ) // palette
ROM_LOAD( "g13 - u84.bin", 0x0000, 0x0100, CRC(6a01caca) SHA1(9b3e9eebb9fcc8770f7e92f0f1c0434516ee613d) )
ROM_LOAD( "g14 - u79.bin", 0x0100, 0x0100, CRC(5899c1d5) SHA1(c335b99bb58da3a11005a8952a15d9f43bdff157) )
ROM_END
ROM_START( nc96txt )
ROM_REGION( 0x20000, "maincpu", 0 )
ROM_LOAD( "tc132axt.bin", 0x00000, 0x1000, CRC(a77dc042) SHA1(1076a6687da1871b666bd214a755b68f5e1aeb8c) ) // Special Texas v1.32, C2 Sub-PCB
@ -19171,6 +19209,7 @@ GAMEL( 1996, nc96h, nc96, amcoe2, nfb96, cmaster_state, init_nfb9
GAMEL( 1996, nc96i, nc96, amcoe2, nfb96, cmaster_state, init_nfb96_c1_2, ROT0, "Amcoe", "New Cherry '96 Special Edition (v3.55, C1 PCB)", 0, layout_nfb96 ) /* C1 Sub-PCB */
GAMEL( 1996, nc96j, nc96, amcoe2, nfb96, cmaster_state, init_nfb96_dk, ROT0, "Amcoe", "New Cherry '96 Special Edition (v3.61, DK PCB)", 0, layout_nfb96 ) /* DK Sub-PCB */
GAMEL( 1996, nc96k, nc96, amcoe2, nfb96, cmaster_state, init_nfb96_d, ROT0, "Amcoe", "New Cherry '96 Special Edition (v3.51, D PCB)", 0, layout_nfb96 ) /* D Sub-PCB */
GAMEL( 1996, nc96l, nc96, amcoe2, nfb96, cmaster_state, init_nfb96_a, ROT0, "Amcoe", "New Cherry '96 (v3.0, A PCB)", 0, layout_nfb96 ) /* A Sub-PCB */
GAMEL( 2000, nc96txt, nc96, amcoe2, nfb96tx, cmaster_state, init_nfb96_c2, ROT0, "Amcoe", "New Cherry '96 Special Edition (v1.32 Texas XT, C2 PCB)", 0, layout_nfb96tx ) /* ver. tc1.32axt C2 Sub-PCB */
GAME( 2009, fb2010, 0, amcoe2, fb2010, cmaster_state, init_fb2010, ROT0, "Amcoe", "Fruit Bonus 2010", 0 )

View File

@ -15061,6 +15061,7 @@ nc96h // (c) 1996 Amcoe
nc96i // (c) 1996 Amcoe
nc96j // (c) 1996 Amcoe
nc96k // (c) 1996 Amcoe
nc96l // (c) 1996 Amcoe
nc96txt // (c) 2000 Amcoe
ncb3 // (c) 199? Dyna Electronics
nfb96 // (c) 1996 Amcoe