Skip to content

Commit

Permalink
naomi: crc32 for asndynmt[o]. Use vfnet.flyca.st domain for netdimm
Browse files Browse the repository at this point in the history
  • Loading branch information
flyinghead committed Jan 1, 2024
1 parent e76b76d commit 5734556
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions core/hw/naomi/naomi_roms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4512,11 +4512,11 @@ const Game Games[] =
M4,
ROT0,
{
{ "fpr-24382.ic8", 0x0000000, 0x4000000 },
{ "fpr-24383.ic9", 0x4000000, 0x4000000 },
{ "fpr-24384.ic10", 0x8000000, 0x4000000 },
{ "fpr-24385.ic11", 0xc000000, 0x4000000 },
{ "317-0495-com.ic3", 0, 0x800, 0x0000000, Key },
{ "fpr-24382.ic8", 0x0000000, 0x4000000, 0x4daefde5 },
{ "fpr-24383.ic9", 0x4000000, 0x4000000, 0x8ac2fe5d },
{ "fpr-24384.ic10", 0x8000000, 0x4000000, 0x2e9116c4 },
{ "fpr-24385.ic11", 0xc000000, 0x4000000, 0x2b79f45d },
{ "317-0495-com.ic3", 0, 0x800, 0xc229a59b, Key },
{ NULL, 0, 0 },
}
// PUNCH, KICK, JUMP
Expand All @@ -4532,11 +4532,11 @@ const Game Games[] =
M4,
ROT0,
{
{ "fpr-24382.ic8", 0x0000000, 0x4000000 },
{ "fpr-24383.ic9", 0x4000000, 0x4000000 },
{ "fpr-24384.ic10", 0x8000000, 0x4000000 },
{ "fpr-24385.ic11", 0xc000000, 0x4000000 },
{ "317-0495-com.ic3", 0, 0x800, 0x0000000, Key },
{ "fpr-24382.ic8", 0x0000000, 0x4000000, 0x5b4763fc },
{ "fpr-24383.ic9", 0x4000000, 0x4000000, 0x8ac2fe5d },
{ "fpr-24384.ic10", 0x8000000, 0x4000000, 0x2e9116c4 },
{ "fpr-24385.ic11", 0xc000000, 0x4000000, 0x2b79f45d },
{ "317-0495-com.ic3", 0, 0x800, 0xc229a59b, Key },

{ NULL, 0, 0 },
}
Expand Down
2 changes: 1 addition & 1 deletion core/hw/naomi/netdimm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

//#define HTTP_TRACE

const char *SERVER_NAME = "vfnet.duckdns.org";
const char *SERVER_NAME = "vfnet.flyca.st";

NetDimm::NetDimm(u32 size) : GDCartridge(size)
{
Expand Down

0 comments on commit 5734556

Please sign in to comment.