1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-07-03 05:29:26 +00:00
rk65c02/src/device_ram.h

10 lines
163 B
C
Raw Normal View History

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