Neo Black Tiger Demo

kuze

Akari's Big Brother
10 Year Member
Joined
Apr 20, 2013
Posts
2,549
Very cool project, will be following!
 

MCF 76

Vice's Love Slave
10 Year Member
Joined
Jan 21, 2010
Posts
2,171
Nice, Black Tiger one of my favorite CPS1 games.
 

Burning Fight!!

NIS America fan & Rent Free tenant
10 Year Member
Joined
Jan 12, 2014
Posts
4,333
Neo Tiger Road when? :D

Cool work dude, even if you don't finish it this is some great stuff.

edit: gibe neocd build pls.
 

Digmac

Leona's Therapist
Joined
Feb 10, 2016
Posts
1,966
I wanted to try this out, so I converted it to a .neo file for NeoSD carts. It looks like a good first effort so far. Keep up the work on it.

Neo Black Tiger .neo download:
https://bit.ly/2F3MHNG
 

Rasubosu

Crazed MVS Addict
Joined
Sep 6, 2017
Posts
142
This is pretty interesting, looks good so far compared to the original.
 

Johnny7

n00b
Joined
Feb 18, 2022
Posts
2
Hello Guys,

In case you have missed it, a fan port of 'Black Tiger' has just started for the Neo.Geo!

Demo and making-of on youtube:


more informations on itch.io :

https://ozzyouzo.itch.io/neo-blktgr

Enjoy!
Hi I need help with Neo Black Tiger Demo:
The code is:
<software name = "nblktiger">
<description> NBLKTIGER Demo! </description>
<year> 2020 </year>
<publisher> OzzyOuzo </publisher>
<sharedfeat name = "release" value = "MVS, AES" />
<sharedfeat name = "compatibility" value = "MVS, AES" />
<part name = "cart" interface = "neo_cart">
<dataarea name = "maincpu" width = "16" endianness = "big" size = "0x100000">
<rom loadflag = "load16_word_swap" name = "202-p1.bin" offset = "0x000000" size = "0x080000" crc = "2b61415b" sha1 = "0e3e4faf2fd6e63407425e1ac788003e75aeeb4f" /> - TC534534
</dataarea> etc

But for example to make a NeoGeo game work I need a code like this:
FILENAME (lhcdb, neogeo, 0, 0, 0, 0)
REGION (0x100000, CPU1, 0)
ROM (0, 300-p1ch.bin, 0x000000, 0x100000, 0x83e7b181)

REGION (0x20000, GFX2, 0)
ROM (0, 300-s1ch.bin, 0x00000, 0x20000, 0x298495d6)

REGION (0x30000, CPU2, 0)
ROM (0, 300-m1ch.bin, 0x10000, 0x20000, 0xd9f6c153)

REGION (0xc00000, SOUND1, 0)
ROM (0, 300-v1ch.bin, 0x000000, 0x400000, 0xde563ec3)
ROM (0, 300-v2ch.bin, 0x400000, 0x400000, 0x93478033)
ROM (0, 300-v3ch.bin, 0x800000, 0x400000, 0xe0fc99ca)

REGION (0x1000000, GFX3, 0)
ROMX (0, 300-c1ch.bin, 0x000000, 0x400000, 0x554e6b73, 1, 1)
ROMX (0, 300-c2ch.bin, 0x000001, 0x400000, 0x7c84b0fc, 1, 1)
ROMX (0, 300-c3ch.bin, 0x800000, 0x400000, 0x28ec7555, 1, 1)
ROMX (0, 300-c4ch.bin, 0x800001, 0x400000, 0x8b7c236b, 1, 1)
END

can you help me?
 
Top