diff --git a/hash/ekara_japan_ac.xml b/hash/ekara_japan_ac.xml new file mode 100644 index 00000000000..95ac75460be --- /dev/null +++ b/hash/ekara_japan_ac.xml @@ -0,0 +1,30 @@ + + + + + + + + + KR-1 Kirarin Cartridge Vol.1 (Japan) (AC0009-KIR) + 2007 + Takara + + + + + + + + diff --git a/hash/icanguit.xml b/hash/icanguit.xml index 62f9a97d3da..08050741d00 100644 --- a/hash/icanguit.xml +++ b/hash/icanguit.xml @@ -5,14 +5,17 @@ Known cartridges (*=dumped) (#=sourced) *Guitar Favorites (K7357) - #Barbie Guitar Party - #Rock 101 + + *Barbie Guitar Party (K9901) *Hot Wheels Road Tunes (K9902) *Spongebob Squarepants Surf's Up (K9903) - *Nashville Hits (K9905) + + (is there a K9904?) + + *Nashville Hits (K9905) + *Rock 101 (K9906) *American Idol Guitar Greats (K9907) - (were there any more?) cartridge pinout (not identical to I Can Play Piano) @@ -55,24 +58,13 @@ - - American Idol - Guitar Greats (K9907) + + Barbie Guitar Party (K9901) 2007 Fisher-Price / Mattel - - - - - - - SpongeBob SquarePants - Surf's Up (K9903) - 2007 - Fisher-Price / Mattel - - - + @@ -88,6 +80,17 @@ + + SpongeBob SquarePants - Surf's Up (K9903) + 2007 + Fisher-Price / Mattel + + + + + + + Nashville Hits (K9905) 2007 @@ -98,4 +101,27 @@ + + + Rock 101 (K9906) + 2007 + Fisher-Price / Mattel + + + + + + + + + American Idol - Guitar Greats (K9907) + 2007 + Fisher-Price / Mattel + + + + + + + diff --git a/src/mame/drivers/xavix.cpp b/src/mame/drivers/xavix.cpp index f0f9f8b4570..9c8d699b9ab 100644 --- a/src/mame/drivers/xavix.cpp +++ b/src/mame/drivers/xavix.cpp @@ -1508,6 +1508,7 @@ void xavix_cart_state::xavix_cart_ekara(machine_config &config) SOFTWARE_LIST(config, "cart_list_japan_a").set_original("ekara_japan_a"); SOFTWARE_LIST(config, "cart_list_japan_gk").set_original("ekara_japan_gk"); SOFTWARE_LIST(config, "cart_list_japan_bh").set_original("ekara_japan_bh"); + SOFTWARE_LIST(config, "cart_list_japan_ac").set_original("ekara_japan_ac"); } void xavix_cart_state::xavix_cart_popira(machine_config &config)