summaryrefslogtreecommitdiffstats
path: root/src/emu/mem.h
blob: 34b13fac17adf17cbbb1d6905e8bc7ae9e039c56 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _MEM_H
#define _MEM_H

#include <stdint.h>

extern uint8_t MEM[];

#endif