summaryrefslogtreecommitdiff
path: root/emu/emul.h
blob: cefa020f73d69215023ae6bc5aef0ce01df1cf53 (plain)
1
2
3
4
5
6
7
8
9
#ifndef EMUL_H
#define EMUL_H

enum {
	ROM_START = 0xF800,
	ROM_SIZE = 2048
};

#endif