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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_1_1/] [sw/] [i8039emu/] [memory.h] - Blame information for rev 292

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 49 arniml
/*
2 123 arniml
 * $Id: memory.h,v 1.2 2004-07-03 14:35:52 arniml Exp $
3 49 arniml
 *
4
 */
5
 
6
#ifndef _MEMORY_H_
7
#define _MEMORY_H_
8
 
9
#include "types.h"
10
 
11
typedef UINT32                  offs_t;
12
 
13
 
14
UINT8 program_read_byte_8(UINT16);
15
 
16
UINT8 cpu_readop(UINT16);
17
 
18
UINT8 cpu_readop_arg(UINT16);
19
 
20
UINT8 io_read_byte_8(UINT8);
21
 
22
void io_write_byte_8(UINT8, UINT8);
23
 
24 123 arniml
int read_hex_file(char *, UINT16);
25 49 arniml
 
26
#endif

powered by: WebSVN 2.1.0

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