projects
/
pdp8.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
8a14514ca9a6186de6c4386ff9f8da254e940d12
[pdp8.git]
/
sw
/
speed8
/
pc
/
memory.h
1
#ifndef MEMORY_H
2
#define MEMORY_H
3
4
5
extern
int
get_buffer
(
uint16_t
*
buffer
);
6
extern
int
get_buffer
(
uint16_t
*
buffer
);
7
8
9
10
11
12
13
14
#endif