X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=6502.h;h=c4f5fba7f192f1a1359042963b431acfe2d0b5ce;hp=acf9dede472fce6aa95464728ea4821c34ca66bc;hb=03dd34951a331e0b8971195ccef1600fffaea2e6;hpb=feabdce307d2077374739a7f596846382784b35e diff --git a/6502.h b/6502.h index acf9ded..c4f5fba 100644 --- a/6502.h +++ b/6502.h @@ -1,7 +1,7 @@ // -// RMAC - Reboot's Macro Assembler for the Atari Jaguar Console System +// RMAC - Reboot's Macro Assembler for all Atari computers // 6502.H - 6502 assembler -// Copyright (C) 199x Landon Dyer, 2017 Reboot and Friends +// Copyright (C) 199x Landon Dyer, 2011-2017 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 // Source utilised with the kind permission of Landon Dyer // @@ -12,6 +12,7 @@ // Exported variables extern const char in_6502mode[]; extern uint16_t * currentorg; // Current org range +extern char strtoa8[]; // Exported functions extern void Init6502();