uvmac/src/HW/SCC/SCCEMDEV.h

32 lines
825 B
C

/*
HW/SCC/SCCEMDEV.h
Copyright (C) 2004 Philip Cummins, Paul C. Pratt
You can redistribute this file and/or modify it under the terms
of version 2 of the GNU General Public License as published by
the Free Software Foundation. You should have received a copy
of the license along with this file; see the file COPYING.
This file is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
license for more details.
*/
#ifndef SCCEMDEV_H
#define SCCEMDEV_H
extern void SCC_Reset(void);
extern uint32_t SCC_Access(uint32_t Data, bool WriteMem, CPTR addr);
extern bool SCC_InterruptsEnabled(void);
#if EmLocalTalk
extern void LocalTalkTick(void);
extern int InitLocalTalk(void);
#endif
#endif