New games added as GAME_NOT_WORKING

-----------------------------------
Fighting Bujutsu [Ville Linde, R. Belmont]
This commit is contained in:
R. Belmont 2011-08-30 01:07:06 +00:00
parent 0e3ac170fb
commit a0515ca5d2
4 changed files with 2145 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1950,6 +1950,7 @@ src/mame/drivers/clshroad.c svneol=native#text/plain
src/mame/drivers/cmmb.c svneol=native#text/plain src/mame/drivers/cmmb.c svneol=native#text/plain
src/mame/drivers/cninja.c svneol=native#text/plain src/mame/drivers/cninja.c svneol=native#text/plain
src/mame/drivers/cntsteer.c svneol=native#text/plain src/mame/drivers/cntsteer.c svneol=native#text/plain
src/mame/drivers/cobra.c svneol=native#text/plain
src/mame/drivers/coinmstr.c svneol=native#text/plain src/mame/drivers/coinmstr.c svneol=native#text/plain
src/mame/drivers/coinmvga.c svneol=native#text/plain src/mame/drivers/coinmvga.c svneol=native#text/plain
src/mame/drivers/combatsc.c svneol=native#text/plain src/mame/drivers/combatsc.c svneol=native#text/plain

2142
src/mame/drivers/cobra.c Normal file

File diff suppressed because it is too large Load Diff

View File

@ -6010,6 +6010,7 @@ popn5 // GCA04 (c) 2000
popn7 // not sure, doesn't boot yet (c) 2001 popn7 // not sure, doesn't boot yet (c) 2001
// PowerPC based Konami games // PowerPC based Konami games
bujutsu // G?645 (c)1997
fiveside // GX479 (c)1995 fiveside // GX479 (c)1995
thunderh // GX680 (c)1996 Euro EAA thunderh // GX680 (c)1996 Euro EAA
thunderhu // GX680 (c)1996 USA UAA thunderhu // GX680 (c)1996 USA UAA

View File

@ -838,6 +838,7 @@ $(MAMEOBJ)/konami.a: \
$(DRIVERS)/bottom9.o $(VIDEO)/bottom9.o \ $(DRIVERS)/bottom9.o $(VIDEO)/bottom9.o \
$(DRIVERS)/chqflag.o $(VIDEO)/chqflag.o \ $(DRIVERS)/chqflag.o $(VIDEO)/chqflag.o \
$(DRIVERS)/circusc.o $(VIDEO)/circusc.o \ $(DRIVERS)/circusc.o $(VIDEO)/circusc.o \
$(DRIVERS)/cobra.o \
$(DRIVERS)/combatsc.o $(VIDEO)/combatsc.o \ $(DRIVERS)/combatsc.o $(VIDEO)/combatsc.o \
$(DRIVERS)/contra.o $(VIDEO)/contra.o \ $(DRIVERS)/contra.o $(VIDEO)/contra.o \
$(DRIVERS)/crimfght.o $(VIDEO)/crimfght.o \ $(DRIVERS)/crimfght.o $(VIDEO)/crimfght.o \