]> Shamusworld >> Repos - rmac/blob - dsp56k.c
Version bump for last commit; now a v2.0.20.;35M;35m
[rmac] / dsp56k.c
1 //
2 // RMAC - Reboot's Macro Assembler for all Atari computers
3 // DSP56K.C - General DSP56001 routines
4 // Copyright (C) 199x Landon Dyer, 2011-2020 Reboot and Friends
5 // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986
6 // Source utilised with the kind permission of Landon Dyer
7 //
8
9 #include "rmac.h"
10 #include "dsp56k.h"
11
12 DSP_ORG dsp_orgmap[1024];               // Mark all 56001 org changes
13 DSP_ORG * dsp_currentorg = &dsp_orgmap[0];
14 int dsp_written_data_in_current_org = 0;
15