X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=mach.h;h=65ea1488867b9c35d5960e4fdd0f1e43ee01d22a;hp=c76f1095415f58da1ae68fe911eab399954c5fa1;hb=75cce0d9eb190f6094f66ae283b5981af25e5a57;hpb=d28f432296e812643e236d1bfc9b556a7b11c461 diff --git a/mach.h b/mach.h index c76f109..65ea148 100644 --- a/mach.h +++ b/mach.h @@ -1,9 +1,10 @@ -//////////////////////////////////////////////////////////////////////////////////////////////////// +// // RMAC - Reboot's Macro Assembler for the Atari Jaguar Console System // MACH.H - Code Generation // Copyright (C) 199x Landon Dyer, 2011 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 // Source Utilised with the Kind Permission of Landon Dyer +// #ifndef __MACH_H__ #define __MACH_H__ @@ -44,4 +45,4 @@ int m_trap(WORD, WORD); int m_movem(WORD, WORD); int m_clra(WORD, WORD); -#endif // __MACH_H__ \ No newline at end of file +#endif // __MACH_H__