Annotation of hatari/src/falcon/dsp.h, revision 1.1.1.2

1.1       root        1: /*
1.1.1.2 ! root        2:        DSP M56001 emulation
        !             3:        Dummy emulation, Hatari glue
1.1       root        4: 
1.1.1.2 ! root        5:        (C) 2001-2008 ARAnyM developer team
        !             6:        Adaption to Hatari (C) 2008 by Thomas Huth
1.1       root        7: 
1.1.1.2 ! root        8:        This program is free software; you can redistribute it and/or modify
        !             9:        it under the terms of the GNU General Public License as published by
        !            10:        the Free Software Foundation; either version 2 of the License, or
        !            11:        (at your option) any later version.
        !            12: 
        !            13:        This program is distributed in the hope that it will be useful,
        !            14:        but WITHOUT ANY WARRANTY; without even the implied warranty of
        !            15:        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        !            16:        GNU General Public License for more details.
        !            17: 
        !            18:        You should have received a copy of the GNU General Public License
        !            19:        along with this program; if not, write to the Free Software
        !            20:        Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
        !            21: */
        !            22: 
        !            23: #ifndef DSP_H
        !            24: #define DSP_H
        !            25: 
        !            26: #if DSP_EMULATION
        !            27: # include "dsp_core.h"
        !            28: #endif
1.1       root       29: 
                     30: extern void DSP_Init(void);
                     31: extern void DSP_UnInit(void);
                     32: 
                     33: extern void DSP_Reset(void);
                     34: 
1.1.1.2 ! root       35: extern void DSP_HandleReadAccess(void);
        !            36: extern void DSP_HandleWriteAccess(void);
1.1       root       37: 
1.1.1.2 ! root       38: #endif /* DSP_H */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.