OpenCores
URL https://opencores.org/ocsvn/t48/t48/trunk

Subversion Repositories t48

[/] [t48/] [tags/] [rel_1_1/] [sw/] [i8039emu/] [memory.h] - Diff between revs 289 and 292

Only display areas with differences | Details | Blame | View Log

Rev 289 Rev 292
/*
/*
 * $Id: memory.h,v 1.2 2004-07-03 14:35:52 arniml Exp $
 * $Id: memory.h,v 1.2 2004-07-03 14:35:52 arniml Exp $
 *
 *
 */
 */
 
 
#ifndef _MEMORY_H_
#ifndef _MEMORY_H_
#define _MEMORY_H_
#define _MEMORY_H_
 
 
#include "types.h"
#include "types.h"
 
 
typedef UINT32                  offs_t;
typedef UINT32                  offs_t;
 
 
 
 
UINT8 program_read_byte_8(UINT16);
UINT8 program_read_byte_8(UINT16);
 
 
UINT8 cpu_readop(UINT16);
UINT8 cpu_readop(UINT16);
 
 
UINT8 cpu_readop_arg(UINT16);
UINT8 cpu_readop_arg(UINT16);
 
 
UINT8 io_read_byte_8(UINT8);
UINT8 io_read_byte_8(UINT8);
 
 
void io_write_byte_8(UINT8, UINT8);
void io_write_byte_8(UINT8, UINT8);
 
 
int read_hex_file(char *, UINT16);
int read_hex_file(char *, UINT16);
 
 
#endif
#endif
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.