Annotation of hatari/src/includes/m68000.h, revision 1.1.1.5

1.1       root        1: /*
1.1.1.5 ! root        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.
1.1       root        6: */
                      7: 
1.1.1.5 ! root        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: 
1.1       root       16: extern void M68000_Reset(BOOL bCold);
                     17: extern void M68000_MemorySnapShot_Capture(BOOL bSave);
                     18: extern void M68000_Decode_MemorySnapShot_Capture(BOOL bSave);
                     19: extern void M68000_BusError(unsigned long addr);
                     20: extern void M68000_AddressError(unsigned long addr);
                     21: extern void M68000_Exception(void);
1.1.1.5 ! root       22: 
        !            23: #endif

unix.superglobalmegacorp.com

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