|
|
1.1 ! root 1: /* ! 2: Hatari - m68000.h ! 3: ! 4: This file is distributed under the GNU Public License, version 2 or at ! 5: your option any later version. Read the file gpl.txt for details. ! 6: */ ! 7: ! 8: #ifndef HATARI_M68000_H ! 9: #define HATARI_M68000_H ! 10: ! 11: extern unsigned long ExceptionVector; ! 12: extern Uint32 BusAddressLocation; ! 13: extern Uint32 BusErrorPC; ! 14: extern Uint16 BusErrorOpcode; ! 15: ! 16: extern void M68000_Crash (int exception); ! 17: extern void M68000_Reset(BOOL bCold); ! 18: extern void M68000_Exception(void); ! 19: ! 20: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.