Skip to content

Commit

Permalink
add console ID for namco system 246 Rack C
Browse files Browse the repository at this point in the history
EEPROM model is `SYSTEM246`
  • Loading branch information
israpps authored Dec 3, 2024
1 parent 3cc7e81 commit 761c7b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1216,6 +1216,7 @@ void checkUnsupportedVersion()
else if (ModelId == 0xd48f) sprintf(RealModelName, "PX300-1");
else if (ModelId == 0xd490) sprintf(RealModelName, "PX300-2");
else if (ModelId == 0xd491) sprintf(RealModelName, "SCPH-90010 CR"); // SM3
else if (ModelId == 0x9000) sprintf(RealModelName, "SYSTEM246_C");
// clang-format on
else
{
Expand Down

0 comments on commit 761c7b3

Please sign in to comment.