Renamed yumefuda.c/hanaroku.c drivers to albazg.c/albazc.c (like they should be properly named)

This commit is contained in:
Angelo Salese 2009-05-08 12:38:13 +00:00
parent 139620156a
commit 88c1d2db97
5 changed files with 16 additions and 11 deletions

4
.gitattributes vendored
View file

@ -1239,6 +1239,8 @@ src/mame/drivers/aerofgt.c svneol=native#text/plain
src/mame/drivers/airbustr.c svneol=native#text/plain
src/mame/drivers/ajax.c svneol=native#text/plain
src/mame/drivers/aladbl.c svneol=native#text/plain
src/mame/drivers/albazc.c svneol=native#text/plain
src/mame/drivers/albazg.c svneol=native#text/plain
src/mame/drivers/aleck64.c svneol=native#text/plain
src/mame/drivers/alg.c svneol=native#text/plain
src/mame/drivers/aliens.c svneol=native#text/plain
@ -1583,7 +1585,6 @@ src/mame/drivers/gunsmoke.c svneol=native#text/plain
src/mame/drivers/gyruss.c svneol=native#text/plain
src/mame/drivers/halleys.c svneol=native#text/plain
src/mame/drivers/hanaawas.c svneol=native#text/plain
src/mame/drivers/hanaroku.c svneol=native#text/plain
src/mame/drivers/harddriv.c svneol=native#text/plain
src/mame/drivers/hcastle.c svneol=native#text/plain
src/mame/drivers/hexa.c svneol=native#text/plain
@ -2228,7 +2229,6 @@ src/mame/drivers/xxmissio.c svneol=native#text/plain
src/mame/drivers/xybots.c svneol=native#text/plain
src/mame/drivers/xyonix.c svneol=native#text/plain
src/mame/drivers/yiear.c svneol=native#text/plain
src/mame/drivers/yumefuda.c svneol=native#text/plain
src/mame/drivers/yunsun16.c svneol=native#text/plain
src/mame/drivers/yunsung8.c svneol=native#text/plain
src/mame/drivers/zac2650.c svneol=native#text/plain

View file

@ -1,4 +1,4 @@
/* Hanaroku */
/* Hanaroku - Alba ZC HW */
/*
TODO:
@ -212,7 +212,6 @@ static const gfx_layout hanaroku_charlayout =
static GFXDECODE_START( hanaroku )
GFXDECODE_ENTRY( "gfx1", 0, hanaroku_charlayout, 0, 32 )
GFXDECODE_END

View file

@ -1,12 +1,12 @@
/*******************************************************************************************
Yumefuda (c) 1991 Alba
ZG board (c) 1991 Alba
driver by Angelo Salese
Notes:
-I think the name of this hardware is "Alba ZG board",a newer revision of the
"Alba ZC board" used by Hanaroku (hanaroku.c driver).Test mode says clearly that this is
-The name of this hardware is "Alba ZG board",a newer revision of the
"Alba ZC board" used by Hanaroku (albazc.c driver). Test mode says clearly that this is
from 1991.
TODO:

View file

@ -1138,6 +1138,9 @@ ROM_START( tknight )
ROM_REGION( 0x10000, "audiocpu", 0 )
ROM_LOAD( "tkni3.bin", 0x0000, 0x10000, CRC(15623ec7) SHA1(db43fe6c417117d7cd90a26e12a52efb0e1a5ca6) ) /* Audio CPU is a Z80 */
ROM_REGION( 0x1000, "mcu", 0 ) /* protection NEC D8749 */
ROM_LOAD( "a-6v.mcu", 0x00000, 0x1000, NO_DUMP )
ROM_REGION( 0x010000, "gfx1", ROMREGION_DISPOSE )
ROM_LOAD( "tkni5.bin", 0x000000, 0x10000, CRC(5ed15896) SHA1(87bdddb26934af0b2c4e704e6d85c69a7531aeb1) ) /* 8x8 tiles */
@ -1163,6 +1166,9 @@ ROM_START( wildfang )
ROM_REGION( 0x10000, "audiocpu", 0 )
ROM_LOAD( "tkni3.bin", 0x0000, 0x10000, CRC(15623ec7) SHA1(db43fe6c417117d7cd90a26e12a52efb0e1a5ca6) ) /* Audio CPU is a Z80 */
ROM_REGION( 0x1000, "mcu", 0 ) /* protection NEC D8749 */
ROM_LOAD( "a-6v.mcu", 0x00000, 0x1000, NO_DUMP )
ROM_REGION( 0x010000, "gfx1", ROMREGION_DISPOSE )
ROM_LOAD( "tkni5.bin", 0x000000, 0x10000, CRC(5ed15896) SHA1(87bdddb26934af0b2c4e704e6d85c69a7531aeb1) ) /* 8x8 tiles */
@ -1191,7 +1197,7 @@ ROM_START( stratof )
ROM_REGION( 0x10000, "audiocpu", 0 )
ROM_LOAD( "a-4b.3", 0x00000, 0x10000, CRC(18655c95) SHA1(8357e0520565a201bb930cadffc759463931ec41) )
ROM_REGION( 0x1000, "cpu2", 0 ) /* protection NEC D8749 */
ROM_REGION( 0x1000, "mcu", 0 ) /* protection NEC D8749 */
ROM_LOAD( "a-6v.mcu", 0x00000, 0x1000, NO_DUMP )
ROM_REGION( 0x10000, "gfx1", ROMREGION_DISPOSE )
@ -1219,7 +1225,7 @@ ROM_START( raiga )
ROM_REGION( 0x10000, "audiocpu", 0 )
ROM_LOAD( "a-4b.3", 0x00000, 0x10000, CRC(18655c95) SHA1(8357e0520565a201bb930cadffc759463931ec41) )
ROM_REGION( 0x1000, "cpu2", 0 ) /* protection NEC D8749 */
ROM_REGION( 0x1000, "mcu", 0 ) /* protection NEC D8749 */
ROM_LOAD( "a-6v.mcu", 0x00000, 0x1000, NO_DUMP )
ROM_REGION( 0x10000, "gfx1", ROMREGION_DISPOSE )

View file

@ -341,9 +341,9 @@ $(MAMEOBJ)/shared.a: \
#-------------------------------------------------
$(MAMEOBJ)/alba.a: \
$(DRIVERS)/hanaroku.o \
$(DRIVERS)/albazc.o \
$(DRIVERS)/albazg.o \
$(DRIVERS)/rmhaihai.o \
$(DRIVERS)/yumefuda.o \
$(MAMEOBJ)/alliedl.a: \
$(DRIVERS)/ace.o \