From 504b620a24d06a6e15c98b455610de347aae5bc0 Mon Sep 17 00:00:00 2001 From: zeromus Date: Wed, 5 Sep 2012 21:57:52 +0000 Subject: [PATCH] add some m176 games to database --- src/ines.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ines.cpp b/src/ines.cpp index fce08d3f..bbc2a816 100644 --- a/src/ines.cpp +++ b/src/ines.cpp @@ -311,6 +311,10 @@ static const TMasterRomInfo sMasterRomInfo[] = { { 0x8bb48490d8d22711LL, "bonus=0" }, //4-in-1 (FK23C8033)[p1][!].nes { 0xc75888d7b48cd378LL, "bonus=0" }, //4-in-1 (FK23C8043)[p1][!].nes { 0xf81a376fa54fdd69LL, "bonus=0" }, //4-in-1 (FK23Cxxxx, S-0210A PCB)[p1][!].nes + { 0xa37eb9163e001a46LL, "bonus=0" }, //4-in-1 (FK23C8026) [p1][!].nes + { 0xde5ce25860233f7eLL, "bonus=0" }, //4-in-1 (FK23C8045) [p1][!].nes + { 0x5b3aa4cdc484a088LL, "bonus=0" }, //4-in-1 (FK23C8056) [p1][!].nes + { 0x9342bf9bae1c798aLL, "bonus=0" }, //4-in-1 (FK23C8079) [p1][!].nes { 0x164eea6097a1e313LL, "busc=1" }, //Cybernoid - The Fighting Machine (U)[!].nes -- needs bus conflict emulation }; const TMasterRomInfo* MasterRomInfo;