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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_1_3/] [sw/] [i8039emu/] [memory.h] - Diff between revs 49 and 123

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 49 Rev 123
Line 1... Line 1...
/*
/*
 * $Id: memory.h,v 1.1.1.1 2004-04-09 19:20:54 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_
Line 19... Line 19...
 
 
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 *);
int read_hex_file(char *, UINT16);
 
 
#endif
#endif
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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