Skip to content

Commit

Permalink
(nw) d_pce.cpp: remove relationship between rtg_rtype and sgx_rtypeuh
Browse files Browse the repository at this point in the history
  • Loading branch information
JacKc029735 committed Nov 1, 2020
1 parent 9354c70 commit 751546d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/burn/drv/pce/d_pce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7859,10 +7859,10 @@ STD_ROM_PICK(sgx_rtypeuh)
STD_ROM_FN(sgx_rtypeuh)

struct BurnDriver BurnDrvsgx_rtypeuh = {
"sgx_rtypeuh", "tg_rtype", NULL, NULL, "2019",
"sgx_rtypeuh", NULL, NULL, NULL, "2019",
"R-Type - Chris Covell's Unfinished SGX Hack\0", NULL, "NEC", "SuperGrafx",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE, 5, HARDWARE_PCENGINE_SGX, GBF_MISC, 0,
BDF_GAME_WORKING, 5, HARDWARE_PCENGINE_SGX, GBF_MISC, 0,
SgxGetZipName, sgx_rtypeuhRomInfo, sgx_rtypeuhRomName, NULL, NULL, NULL, NULL, pceInputInfo, pceDIPInfo,
SGXInit, PCEExit, PCEFrame, PCEDraw, PCEScan,
&PCEPaletteRecalc, 0x400, 512, 240, 4, 3
Expand Down

2 comments on commit 751546d

@crystalct
Copy link
Contributor

@crystalct crystalct commented on 751546d Nov 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm sorry for little mistake.
Cause r-type (unfinished hack).sgx is an IPS patched file from r-type (usa).pce, I thought it as a clone....

@barbudreadmon
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@crystalct that's technically not a mistake, but it's more convenient to remove the parent/clone relationship for "cross-system parent/clones", otherwise clrmamepro complains about the missing parent.

Please sign in to comment.