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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_0_6_beta/] [sw/] [i8039emu/] [memory.h] - Rev 292

Compare with Previous | Blame | View Log

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

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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