X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=6502.h;h=bddf06585c3a1aeabaaecff0f2faa23c752a6977;hp=ccb2a57e00d9dc7901f710f5387553d8c88693a6;hb=HEAD;hpb=9153334781cd2e23750f4dc002e847606c07a1f0 diff --git a/6502.h b/6502.h index ccb2a57..453c66b 100644 --- a/6502.h +++ b/6502.h @@ -1,7 +1,7 @@ // -// RMAC - Reboot's Macro Assembler for all Atari computers +// RMAC - Renamed Macro Assembler for all Atari computers // 6502.H - 6502 assembler -// Copyright (C) 199x Landon Dyer, 2011-2018 Reboot and Friends +// Copyright (C) 199x Landon Dyer, 2011-2021 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 // Source utilised with the kind permission of Landon Dyer // @@ -19,6 +19,8 @@ extern void Init6502(); extern int d_6502(); extern void m6502cg(int op); extern void m6502obj(int ofd); +extern void m6502raw(int ofd); +extern void m6502c64(int ofd); #endif // __6502_H__