X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=direct.h;h=dee418e15d7d9b7796e1ad5e1c104d17310e5520;hp=d1924de5ab0a6d5243bea5e7f53f34b9cd290f08;hb=9153334781cd2e23750f4dc002e847606c07a1f0;hpb=eace4e1b294ccec54a5c476619f616f5da0bf8a9 diff --git a/direct.h b/direct.h index d1924de..dee418e 100644 --- a/direct.h +++ b/direct.h @@ -1,7 +1,7 @@ // // RMAC - Reboot's Macro Assembler for all Atari computers // DIRECT.H - Directive Handling -// Copyright (C) 199x Landon Dyer, 2011-2017 Reboot and Friends +// Copyright (C) 199x Landon Dyer, 2011-2018 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 // Source utilised with the kind permission of Landon Dyer // @@ -35,5 +35,17 @@ int d_if(void); int d_else(void); int d_endif(void); +int d_68000(void); +int d_68000(void); +int d_68020(void); +int d_68030(void); +int d_68040(void); +int d_68060(void); +int d_68881(void); +int d_68882(void); +int d_56001(void); +int d_gpu(void); +int d_dsp(void); + #endif // __DIRECT_H__