8000 Merge pull request #149 from retro-wertz/patch-1 · Aftnet/fbalpha@621e371 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Commit 621e371

Browse files
Merge pull request barbudreadmon#149 from retro-wertz/patch-1
PGM - single pcb boards, missing bios issue
2 parents 1aebdb0 + 67e8c52 commit 621e371

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/burn/drv/pgm/d_pgm.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4786,7 +4786,7 @@ STDROMPICKEXT(thegladpcb, thegladpcb, thegladBIOS) // custom bios
47864786
STD_ROM_FN(thegladpcb)
47874787

47884788
struct BurnDriver BurnDrvThegladpcb = {
4789-
"thegladpcb", "theglad", NULL, NULL, "2003",
4789+
"thegladpcb", "theglad", "pgm", NULL, "2003",
47904790
"The Gladiator - Road Of The Sword / Shen Jian (V100, Japan, Single PCB Version)\0", NULL, "IGS", "PolyGameMaster",
47914791
L"The Gladiator - Road Of The Sword\0\u795E\u5251\u98CE\u4E91\0\u795E\u528D\u98A8\u96F2 (V100, Japan, PCB Version)\0", NULL, NULL, NULL,
47924792
BDF_GAME_WORKING | BDF_CLONE, 4, HARDWARE_IGS_PGM | HARDWARE_IGS_USE_ARM_CPU, GBF_SCRFIGHT, 0,
@@ -4821,7 +4821,7 @@ STDROMPICKEXT(dmnfrntpcb, dmnfrntpcb, dmnfrntBIOS) // custom bios
48214821
STD_ROM_FN(dmnfrntpcb)
48224822

48234823
struct BurnDriver BurnDrvDmnfrntpcb = {
4824-
"dmnfrntpcb", "dmnfrnt", NULL, NULL, "2002",
4824+
"dmnfrntpcb", "dmnfrnt", "pgm", NULL, "2002",
48254825
"Demon Front (V107, Korea, Single PCB Version)\0", "Insert coin to get past ERROR", "IGS", "PolyGameMaster",
48264826
L"Demon Front\0\u9B54\u57DF\u6218\u7EBF\0\u9B54\u57DF\u6230\u7DDA (V107, Korea, Single PCB Version)\0", NULL, NULL, NULL,
48274827
BDF_GAME_WORKING | BDF_CLONE, 4, HARDWARE_IGS_PGM | HARDWARE_IGS_USE_ARM_CPU, GBF_PLATFORM, 0,
@@ -4881,7 +4881,7 @@ static INT32 svgpcbInit()
48814881
}
48824882

48834883
struct BurnDriver BurnDrvSvgpcb = {
4884-
"svgpcb", "svg", NULL, NULL, "2005",
4884+
"svgpcb", "svg", "pgm", NULL, "2005",
48854885
"S.V.G. - Spectral vs Generation (V100, Japan, Single PCB Version)\0", NULL, "IGS", "PolyGameMaster",
48864886
NULL, NULL, NULL, NULL,
48874887
BDF_GAME_WORKING | BDF_CLONE, 4, HARDWARE_IGS_PGM | HARDWARE_IGS_USE_ARM_CPU, GBF_SCRFIGHT, 0,

0 commit comments

Comments
 (0)
0