First test plugin

git-svn-id: svn://svn.cc65.org/cc65/trunk@1221 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-04-07 13:42:45 +00:00
parent 9abe1e62e7
commit 6c3720686b
12 changed files with 308 additions and 13 deletions

View File

@@ -82,7 +82,7 @@ void LoadChip (const char* LibName);
void InitChips (void);
/* Initialize the chips. Must be called *after* all chips are loaded */
const Chip* GetChip (const char* Name);
const Chip* FindChip (const char* Name);
/* Find a chip by name. Returns the Chip data structure or NULL if the chip
* could not be found.
*/