Some CPU definition changes
git-svn-id: svn://svn.cc65.org/cc65/trunk@2248 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -166,7 +166,7 @@ void g_preamble (void)
|
||||
|
||||
/* If we're producing code for some other CPU, switch the command set */
|
||||
if (CPU == CPU_65C02) {
|
||||
AddTextLine ("\t.pc02");
|
||||
AddTextLine ("\t.setcpu\t\t\"65C02\"");
|
||||
}
|
||||
|
||||
/* Allow auto import for runtime library routines */
|
||||
|
||||
Reference in New Issue
Block a user