Added a new .MACPACK CBM

git-svn-id: svn://svn.cc65.org/cc65/trunk@2142 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-05-04 21:25:55 +00:00
parent 5084e4ada5
commit 9330f3dc6a
3 changed files with 33 additions and 6 deletions

View File

@@ -1052,8 +1052,9 @@ static void DoMacPack (void)
{
/* Macro package names */
static const char* Keys [] = {
"GENERIC",
"GENERIC",
"LONGBRANCH",
"CBM"
};
int Package;
@@ -1077,7 +1078,7 @@ static void DoMacPack (void)
/* Insert the package */
InsertMacPack (Package);
}
}