Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added all variants of Cyb stuff by file name #327

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 35 additions & 6 deletions rommgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ struct romdata *getromdatabypath (const TCHAR *path)
return NULL;
}

#define NEXT_ROM_ID 324
#define NEXT_ROM_ID 336

#if NEXT_ROM_ID >= MAX_ROMMGR_ROMS
#error Increase MAX_ROMMGR_ROMS!
Expand Down Expand Up @@ -808,15 +808,44 @@ static struct romdata roms[] = {
{ _T("CyberStorm MK I CyberSCSI Module"), 0, 0, 0, 0, _T("CSMKISCSI\0"), 32768, 101, 0, 0, ROMTYPE_CSMK1SCSI, 0, 0, NULL,
0x4e71ec63, 0x8e95bc8d,0xa06050fc,0xb596b5b4,0xc8cf9102,0x1ff4aeb3, NULL, NULL },
{ _T("CyberStorm MK II"), 0, 0, 0, 0, _T("CSMKII\0"), 131072, 96, 0, 0, ROMTYPE_CB_CSMK2, 0, 0, NULL,
0, 0, 0, 0, 0, 0, NULL, _T("cyberstormmk2.rom") },
0, 0, 0, 0, 0, 0, NULL, _T("cyberstormmk2.rom") },

{ _T("CyberStorm MK III"), 0, 0, 0, 0, _T("CSMKIII\0"), 131072, 97, 0, 0, ROMTYPE_CB_CSMK3, 0, 0, NULL,
0, 0, 0, 0, 0, 0, NULL, _T("cyberstormmk3.rom") },
0, 0, 0, 0, 0, 0, NULL, _T("cyberstormmk3.rom") },
{ _T("CyberStorm MK III v44.67"), 0, 0, 0, 0, _T("CSMKIII\0"), 131072, 325, 0, 0, ROMTYPE_CB_CSMK3, 0, 0, NULL,
0, 0, 0, 0, 0, 0, NULL, _T("cyberstormmk3_44.67.rom") },
{ _T("CyberStorm MK III v44.69"), 0, 0, 0, 0, _T("CSMKIII\0"), 131072, 326, 0, 0, ROMTYPE_CB_CSMK3, 0, 0, NULL,
0, 0, 0, 0, 0, 0, NULL, _T("cyberstormmk3_44.69.rom") },
{ _T("CyberStorm MK III v44.71"), 0, 0, 0, 0, _T("CSMKIII\0"), 131072, 327, 0, 0, ROMTYPE_CB_CSMK3, 0, 0, NULL,
0, 0, 0, 0, 0, 0, NULL, _T("cyberstormmk3_44.71.rom") },

{ _T("CyberStorm PPC"), 0, 0, 0, 0, _T("CSPPC\0"), 131072, 98, 0, 0, ROMTYPE_CB_CSPPC, 0, 0, NULL,
0, 0, 0, 0, 0, 0, NULL, _T("cyberstormppc.rom") },
0, 0, 0, 0, 0, 0, NULL, _T("cyberstormppc.rom") },
{ _T("CyberStorm PPC v44.67"), 0, 0, 0, 0, _T("CSPPC\0"), 131072, 328, 0, 0, ROMTYPE_CB_CSPPC, 0, 0, NULL,
0, 0, 0, 0, 0, 0, NULL, _T("cyberstormppc_44.67.rom") },
{ _T("CyberStorm PPC v44.69"), 0, 0, 0, 0, _T("CSPPC\0"), 131072, 329, 0, 0, ROMTYPE_CB_CSPPC, 0, 0, NULL,
0, 0, 0, 0, 0, 0, NULL, _T("cyberstormppc_44.69.rom") },
{ _T("CyberStorm PPC v44.71"), 0, 0, 0, 0, _T("CSPPC\0"), 131072, 330, 0, 0, ROMTYPE_CB_CSPPC, 0, 0, NULL,
0, 0, 0, 0, 0, 0, NULL, _T("cyberstormppc_44.71.rom") },

{ _T("Blizzard PPC 68040"), 0, 0, 0, 0, _T("BPPC\0"), 524288, 99, 0, 0, ROMTYPE_CB_BLIZPPC, 0, 0, NULL,
0, 0, 0, 0, 0, 0, NULL, _T("blizzardppc_040.rom") },
0, 0, 0, 0, 0, 0, NULL, _T("blizzardppc_040.rom") },
{ _T("BlizzardPPC 68040 v44.67"), 0, 0, 0, 0, _T("BPPC\0"), 524288, 331, 0, 0, ROMTYPE_CB_BLIZPPC, 0, 0, NULL,
0, 0, 0, 0, 0, 0, NULL, _T("blizzardppc_040_44.67.rom" },
{ _T("BlizzardPPC 68040 v44.69"), 0, 0, 0, 0, _T("BPPC\0"), 524288, 332, 0, 0, ROMTYPE_CB_BLIZPPC, 0, 0, NULL,
0, 0, 0, 0, 0, 0, NULL, _T("blizzardppc_040_44.69.rom" },
{ _T("BlizzardPPC 68040 v44.71"), 0, 0, 0, 0, _T("BPPC\0"), 524288, 333, 0, 0, ROMTYPE_CB_BLIZPPC, 0, 0, NULL,
0, 0, 0, 0, 0, 0, NULL, _T("blizzardppc_040_44.71.rom" },

{ _T("Blizzard PPC 68060"), 0, 0, 0, 0, _T("BPPC\0"), 524288, 100, 0, 0, ROMTYPE_CB_BLIZPPC, 0, 0, NULL,
0, 0, 0, 0, 0, 0, NULL, _T("blizzardppc_060.rom") },
0, 0, 0, 0, 0, 0, NULL, _T("blizzardppc_060.rom") },
{ _T("BlizzardPPC 68060 v44.67"), 0, 0, 0, 0, _T("BPPC\0"), 524288, 334, 0, 0, ROMTYPE_CB_BLIZPPC, 0, 0, NULL,
0, 0, 0, 0, 0, 0, NULL, _T("blizzardppc_060_44.67.rom") },
{ _T("BlizzardPPC 68060 v44.69"), 0, 0, 0, 0, _T("BPPC\0"), 524288, 335, 0, 0, ROMTYPE_CB_BLIZPPC, 0, 0, NULL,
0, 0, 0, 0, 0, 0, NULL, _T("blizzardppc_060_44.69.rom") },
{ _T("BlizzardPPC 68060 v44.71"), 0, 0, 0, 0, _T("BPPC\0"), 524288, 336, 0, 0, ROMTYPE_CB_BLIZPPC, 0, 0, NULL,
0, 0, 0, 0, 0, 0, NULL, _T("blizzardppc_060_44.71.rom") },

{ _T("ACA 500"), 0, 0, 0, 0, _T("ACA500\0"), 524288, 137, 0, 0, ROMTYPE_CB_ACA500, 0, 0, NULL,
0, 0, 0, 0, 0, 0, NULL, _T("menu500.aca") },

Expand Down