cheats, gg
[fceu.git] / ncpu.h
CommitLineData
af32b6c2 1#ifndef NES_H
2#define NES_H
3
4//#define SECTION_FAST //.section emu.fast, "awx"
5//#define SECTION_SLOW //.section emu.slow, "awx"
6//#define SECTION_HEAD //.section emu.head, "awx"
7
8#define ALIGN .align 4
9#define SECTION_DATA .data
10#define SECTION_TEXT .text
11
12/*
13