New atari builtin macro package that features a scrcode macro.
Changed the scrcode macro from the cbm builtin macro package to accept multiple arguments of different types. git-svn-id: svn://svn.cc65.org/cc65/trunk@3598 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
|
||||
|
||||
/* Predefined macro packages converted into C strings by a perl script */
|
||||
#include "atari.inc"
|
||||
#include "cbm.inc"
|
||||
#include "cpu.inc"
|
||||
#include "generic.inc"
|
||||
@@ -63,6 +64,7 @@ static struct {
|
||||
char* Package;
|
||||
} MacPackages[MAC_COUNT] = {
|
||||
/* Packages sorted by id */
|
||||
{ "atari", MacAtari },
|
||||
{ "cbm", MacCBM },
|
||||
{ "cpu", MacCPU },
|
||||
{ "generic", MacGeneric },
|
||||
|
||||
Reference in New Issue
Block a user