X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=dsp56k.c;fp=dsp56k.c;h=50e86017ff5392cff5ca896498c4a7de404e82cf;hp=0000000000000000000000000000000000000000;hb=30a208654896284b50e7b362e97d3e63ec717b96;hpb=790cd95291aa2dcfd3128652ef9c34bab1398a8d diff --git a/dsp56k.c b/dsp56k.c new file mode 100644 index 0000000..50e8601 --- /dev/null +++ b/dsp56k.c @@ -0,0 +1,15 @@ +// +// RMAC - Reboot's Macro Assembler for all Atari computers +// DSP56K.C - General DSP56001 routines +// 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 +// + +#include "rmac.h" +#include "dsp56k.h" + +DSP_ORG dsp_orgmap[1024]; // Mark all 56001 org changes +DSP_ORG * dsp_currentorg = &dsp_orgmap[0]; +int dsp_written_data_in_current_org = 0; +