X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=dsp56k_amode.c;h=6c8bc2597348cc32bc59ddfdc459bc34dafd5721;hp=c5644cce93b2de09d79cb3a74e07e9c015ff7437;hb=bdbf34766f4d074a5933eb1326fe4ce03d249e10;hpb=0561939cf64e5d66153c2e7903e2411b802ff5c8;ds=sidebyside diff --git a/dsp56k_amode.c b/dsp56k_amode.c index c5644cc..6c8bc25 100644 --- a/dsp56k_amode.c +++ b/dsp56k_amode.c @@ -1,7 +1,7 @@ // // RMAC - Reboot's Macro Assembler for the Atari Jaguar Console System // AMODE.C - DSP 56001 Addressing Modes -// Copyright (C) 199x Landon Dyer, 2011 Reboot and Friends +// Copyright (C) 199x Landon Dyer, 2011-2019 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 // Source utilised with the kind permission of Landon Dyer // @@ -753,7 +753,7 @@ int dsp_amode(int maxea) return ERROR; - // If caller wants only one mode, return just one (ignore comma); + // If caller wants only one mode, return just one (ignore comma); // If there is no second addressing mode (no comma), then return just one anyway. nmodes = 1;