1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-06-01 05:41:27 +00:00
rk65c02/src/device_ram.h

10 lines
171 B
C
Raw Permalink Normal View History

2017-02-20 11:31:26 +00:00
#ifndef _DEVICE_RAM_H_
#define _DEVICE_RAM_H_
#include "device.h"
2018-03-24 22:05:28 +00:00
device_t * device_ram_init(uint16_t);
void device_ram_finish(device_t *);
2017-02-20 11:31:26 +00:00
#endif /* _DEVICE_RAM_H_ */