Annotation of frontvm/hardware/stMemory.h, revision 1.1

1.1     ! root        1: /*
        !             2:   Hatari - stMemory.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_STMEMORY_H
        !             9: #define HATARI_STMEMORY_H
        !            10: 
        !            11: extern void STMemory_Clear(unsigned long StartAddress, unsigned long EndAddress);
        !            12: extern unsigned short STMemory_Swap68000Int(unsigned short var);
        !            13: extern unsigned long STMemory_Swap68000Long(unsigned long var);
        !            14: extern void STMemory_WriteLong(unsigned long Address, unsigned long Var);
        !            15: extern void STMemory_WriteWord(unsigned long Address, unsigned short Var);
        !            16: extern void STMemory_WriteByte(unsigned long Address, unsigned char Var);
        !            17: extern unsigned long STMemory_ReadLong(unsigned long Address);
        !            18: extern unsigned short STMemory_ReadWord(unsigned long Address);
        !            19: extern unsigned char STMemory_ReadByte(unsigned long Address);
        !            20: extern void STMemory_WriteLong_PCSpace(void *pAddress, unsigned long Var);
        !            21: extern void STMemory_WriteWord_PCSpace(void *pAddress, unsigned short Var);
        !            22: extern unsigned long STMemory_ReadLong_PCSpace(void *pAddress);
        !            23: extern unsigned short STMemory_ReadWord_PCSpace(void *pAddress);
        !            24: 
        !            25: #endif

unix.superglobalmegacorp.com

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