From bac2fa541a08df572aa255c60b6779450fc85599 Mon Sep 17 00:00:00 2001 From: 0kmg <9137159+0kmg@users.noreply.github.com> Date: Sat, 26 Mar 2022 02:51:24 -0800 Subject: famibox.xml: Initial software list. [Fiskbit, ICEknigh7, j4m13c0, joey4, kmg, Marionova64, Patnukem, RetroGE, togemet2] (#9411) --- hash/famibox.xml | 770 +++++++++++++++++++++++++++++++++++++++++++++++ src/mame/drivers/nes.cpp | 1 + 2 files changed, 771 insertions(+) create mode 100644 hash/famibox.xml diff --git a/hash/famibox.xml b/hash/famibox.xml new file mode 100644 index 00000000000..65f5d366580 --- /dev/null +++ b/hash/famibox.xml @@ -0,0 +1,770 @@ + + + + + + + + + 1943 - The Battle of Valhalla + 1988 + Capcom + + + + + + + + + + + + + + + Argos no Senshi - Hachamecha Daishingeki + 1987 + Tecmo + + + + + + + + + + + + + + + + Baseball + 1983 + Nintendo + + + + + + + + + + + + + + + + + Bomberman + 1985 + Hudson Soft + + + + + + + + + + + + + + + + + Devil World + 1984 + Nintendo + + + + + + + + + + + + + + + + + Donald Land + 1988 + Data East + + + + + + + + + + + + + + + + Donkey Kong + 1983 + Nintendo + + + + + + + + + + + + + + + + + Donkey Kong Jr. + 1983 + Nintendo + + + + + + + + + + + + + + + + + Duck Hunt + 1984 + Nintendo + + + + + + + + + + + + + + + + + + Excitebike + 1984 + Nintendo + + + + + + + + + + + + + + + + + F-1 Race + 1984 + Nintendo + + + + + + + + + + + + + + + + + Fighting Golf + 1988 + SNK + + + + + + + + + + + + + + + + Golf + 1984 + Nintendo + + + + + + + + + + + + + + + + + Gomoku Narabe Renju + 1983 + Nintendo + + + + + + + + + + + + + + + + + Gradius + 1986 + Konami + + + + + + + + + + + + + + + + Hogan's Alley + 1984 + Nintendo + + + + + + + + + + + + + + + + + + Ice Climber + 1985 + Nintendo + + + + + + + + + + + + + + + + + + Ice Hockey + 1988 + Nintendo + + + + + + + + + + + + + + + + Kame no Ongaeshi - Urashima Densetsu + 1988 + Hudson Soft + + + + + + + + + + + + + + + + Knight Rider + 1988 + Pack-In-Video + + + + + + + + + + + + + + + + Mahjong + 1983 + Nintendo + + + + + + + + + + + + + + + + + Makaimura + 1986 + Capcom + + + + + + + + + + + + + + + + Mario Bros. + 1983 + Nintendo + + + + + + + + + + + + + + + + + Mike Tyson's Punch-Out!! + 1987 + Nintendo + + + + + + + + + + + + + + + Ninja Ryukenden + 1988 + Tecmo + + + + + + + + + + + + + + + + Pro Wres + 1986 + Nintendo + + + + + + + + + + + + + + + + + + Rockman + 1987 + Capcom + + + + + + + + + + + + + + + + Senjou no Ookami + 1986 + Capcom + + + + + + + + + + + + + + + + Senjou no Ookami (UNEPROM PCB) + 1986 + Capcom + + + + + + + + + + + + + + + + Soccer League - Winner's Cup + 1988 + Data East + + + + + + + + + + + + + + + + Super Chinese 2 - Dragon Kid + 1989 + Culture Brain + + + + + + + + + + + + + + + + Super Mario Bros. + 1985 + Nintendo + + + + + + + + + + + + + + + + Takahashi Meijin no Boukenjima + 1986 + Hudson Soft + + + + + + + + + + + + + + + + Tennis + 1984 + Nintendo + + + + + + + + + + + + + + + + + TwinBee + 1986 + Konami + + + + + + + + + + + + + + + + Volleyball + 1986 + Nintendo + + + + + + + + + + + + + + + + Wild Gunman + 1984 + Nintendo + + + + + + + + + + + + + + + + + + Wrecking Crew + 1985 + Nintendo + + + + + + + + + + + + + + + diff --git a/src/mame/drivers/nes.cpp b/src/mame/drivers/nes.cpp index 303ef932de7..ba80fe08043 100644 --- a/src/mame/drivers/nes.cpp +++ b/src/mame/drivers/nes.cpp @@ -85,6 +85,7 @@ void nes_state::nes(machine_config &config) SOFTWARE_LIST(config, "ntb_list").set_original("nes_ntbrom"); // Sunsoft Nantettate! Baseball mini-carts SOFTWARE_LIST(config, "kstudio_list").set_original("nes_kstudio"); // Bandai Karaoke Studio expansion carts SOFTWARE_LIST(config, "datach_list").set_original("nes_datach"); // Bandai Datach Joint ROM System mini-carts + SOFTWARE_LIST(config, "famibox_list").set_compatible("famibox"); // FamicomBox/FamicomStation carts } void nes_state::nespal(machine_config &config) -- cgit v1.2.3